SwaroopGiri / Pihole-with-Anonymized-ODOH

Configure Anonymized Oblivious DoH with Pihole
MIT License
18 stars 4 forks source link

No Servers Configured #1

Closed Tsolete closed 2 years ago

Tsolete commented 2 years ago

Hi. I've followe your guide to configure DNSCrypt on my Pi Hole but when y execute the command sudo "./dnscrypt-proxy" gives me a fatal error "no servers configured". I've tried some things with no luck. Any ideas? I also attach my dnscrypt-proxy.toml dnscrypt-proxy.txt

SwaroopGiri commented 2 years ago

Took a quick look at your file and it's probably because you've used incorrect servers and relay combination. try adding or changing servers/relays to check if it works. You can find the list here

Tsolete commented 2 years ago

I've just tried to put the same servers as you, and it gives me same error. Here's the updated .toml file. Maybe I'm missing something but I'm unable to find it. dnscrypt-proxy.txt

SwaroopGiri commented 2 years ago

You have odoh relays but no odoh servers configured in [sources] section. Try comparing your toml file with (https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-dnscrypt-proxy.toml). Check and uncomment odoh servers under [sources]

If that doesn't work, I'd recommend you to start editing a fresh example file from scratch and giving it another shot.

Tsolete commented 2 years ago

Thank you very much. Problem solved. I was missing the Odoh servers. I was misunderstanding the instructions. Thanks again.