DNSCrypt Guide - Problems

Hi.

I have followed this DNSCrypt guide from GitHub wiki

And when I do this from the guide

sudo nano /etc/pihole/setupVars.conf

and comment out the PIHOLE_DNS1 and PIHOLE_DNS2 lines

#PIHOLE_DNS1=...
#PIHOLE_DNS2=...

sudo nano /etc/dnsmasq.d/01-pihole.conf

and comment out all lines starting with server=

#server=...

This makes sure DNSCrypt is always used and not reset to the DNS servers you provided in the initial setup. (Pi-hole will remove the server= lines on the next update if they are commented out, else they will silently reappear and DNSCrypt will be bypassed)

Restart dnsmasq

sudo service dnsmasq restart

I can´t resolve anything... All fail.

Are the guide outdated or are there something other wrong??

EDIT UNINSTALLED!

DNSCrypt is having some problems at the moment. That guide will probably be replaced once it's clear what the way forward is. https://www.reddit.com/r/pihole/comments/7opydb/question_dnscrypt_sources_gone/

1 Like

Ok :slight_smile: That's wry it don't work :slight_smile: