So I removed dnscrypt-proxy
Both:
/etc/dnscrypt-proxy2/dnscrypt-proxy.toml
/etc/config/dnscrypt-proxy.toml
Installed dnscrypt-proxy again (commandline)
cp /etc/dnscrypt-proxy2/dnscrypt-proxy.toml /etc/config/
Uncommented: server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
Checked if: listen_addresses = ['127.0.0.53:53']
was uncommented, yes as default.
cat /etc/resolv.conf
search lan
nameserver 127.0.0.1
Ping works
After adding: # Ignore ISP's DNS by not reading upstream servers from /etc/resolv.conf
option noresolv '1'
Ping google.com = no.
Is there something wrong with my setup?