diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,10 +1,10 @@ -## Resolvers list +# Resolvers list A list of domain servers for DNSCrypt Usage: -``` +```toml [sources.'extra-resolvers'] urls = ['https://c.fridu.us/services/resolvers-list.git/plain/extra-resolvers.md', 'https://git.sr.ht/~heckyel/resolvers-list/blob/master/extra-resolvers.md'] cache_file = '/var/cache/dnscrypt-proxy/extra-resolvers.md' @@ -27,6 +27,24 @@ minisign -S -l -m extra-resolvers.md grep -o 'sdns://[^ ]*' extra-resolvers.md > list-ag-sdns.txt ``` +## Tools + +### Checker + +To verify DNSSEC support for the resolvers, use the checker.bash script: + +```sh +bash tools/checker.bash +``` + +### DoH + +To verify DoH servers, use the doh.bash script: + +```sh +bash tools/doh.bash +``` + ### License This work is licensed under the [GNU GPLv3+](LICENSE) |