Link for dnscrypt server csv was changed

Noah Tatum 2017-12-12 16:43:40 -05:00
parent 2ab0e0649c
commit 3ece6ac94c

@ -292,7 +292,7 @@ Run nslookup pi-hole.net to check your Pi-hole is using 127.0.0.1#53 as it's DNS
**Additional step: Update dnscrypt-resolvers.csv regulary**
In case the server certificate get's updated it's important to have an up to date copy of the dnscrypt-resolvers.csv from [github.com](https://github.com/jedisct1/dnscrypt-proxy/blob/master/dnscrypt-resolvers.csv).
In case the server certificate get's updated it's important to have an up to date copy of the dnscrypt-resolvers.csv from [github.com](https://raw.githubusercontent.com/jedisct1/dnscrypt-resolvers/master/v1/dnscrypt-resolvers.csv).
To automate this process you can write a simple shell script:
@ -310,7 +310,7 @@ To automate this process you can write a simple shell script:
# get the latest copy from github
cd /tmp
wget -O "dnscrypt-resolvers-$NOW.csv" https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/dnscrypt-resolvers.csv
wget -O "dnscrypt-resolvers-$NOW.csv" https://raw.githubusercontent.com/jedisct1/dnscrypt-resolvers/master/v1/dnscrypt-resolvers.csv
### If code block to avoid null resolvers file ###
if [ -s "dnscrypt-resolvers-$NOW.csv" ]; then
@ -372,4 +372,4 @@ For our setup it could look like this:
127.20.20.1 ipv6.dk.dnscrypt.eu.dns
127.20.20.2 ipv6.nl.dnscrypt.eu.dns
Save the file (be careful not to delete anything, especially the localhost parts) and reload the web interface - and enjoy the new "Forward Destinations" pie chart.
Save the file (be careful not to delete anything, especially the localhost parts) and reload the web interface - and enjoy the new "Forward Destinations" pie chart.