On 8/12/19 10:34 AM, Suvayu Ali wrote:
I would like to ban a particularly slow mirror[1].  It's the closest
mirror to my geographical location (one of only two mirrors in my
country, India).  Every time I see a bad download error message from
that mirror, everything subsequent to that speeds up and uses the full
capacity of my connection.  How can I achieve this?

You could add it to your /etc/hosts file like:
127.0.0.2   the.bad.domain

This will make the domain resolve to localhost which will either immediately fail if you aren't running a local web server or else it will get a 404 and try a different mirror.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to