Skip to content
README.md 559 B
Newer Older
James's avatar
James committed
## dnsyo modifications ##
james-reed's avatar
james-reed committed

James's avatar
James committed
* Use a different server for updating the DNS resolver list.
james-reed's avatar
james-reed committed

James's avatar
James committed
* Fix names of DNS resolver list files to be consistent.
james-reed's avatar
james-reed committed

James's avatar
James committed
* Have far less resolvers in general.
james-reed's avatar
james-reed committed

James's avatar
James committed
* Use all resolvers by default instead of "500".
james-reed's avatar
james-reed committed

James's avatar
James committed
#### Setup ####
james-reed's avatar
james-reed committed

James's avatar
James committed
* Install dnsyo as normal - https://github.com/YoSmudge/dnsyo
```
$ pip install dnsyo
James's avatar
James committed
```
Replace the files under `/usr/local/lib/python3.x/site-packages/dnsyo` with the versions in this repo.

This path on Fedora 34 for example, would instead be `/home/$USERNAME/.local/lib/python3.x/site-packages/dnsyo`