I can't resolve DNS-queries with dnscrypt-proxy v2 & FTLDNS

Hi

I can't resolve DNS-queries with dnscrypt-proxy v2 & FTLDNS.
Pihole is running, all green no errors.
No conflicts with ports. I use dnscrypt-proxy as service.

Result of lsof:
dnscrypt- 321 root 5u IPv4 10941 0t0 UDP 127.0.2.2:53000
dnscrypt- 321 root 6u IPv4 10942 0t0 TCP 127.0.2.2:53000 (LISTEN)
dhclient 447 root 6u IPv4 12735 0t0 UDP *:68
dhclient 542 root 7u IPv4 13371 0t0 UDP *:68
dhclient 610 root 6u IPv4 13403 0t0 UDP *:68
lighttpd 747 www-data 4u IPv4 11145 0t0 TCP *:80 (LISTEN)
pihole-FT 767 pihole 4u IPv4 11131 0t0 UDP *:53
pihole-FT 767 pihole 5u IPv4 11132 0t0 TCP *:53 (LISTEN)
pihole-FT 767 pihole 8u IPv4 13088 0t0 TCP *:4711 (LISTEN)

dnscrypt-proxy is running and I can ping it and get answer.

I'll tried with pihole & put dnscrypt into custom DNS1, no response but shows
in dnsleaktest when I set another nameserver in resolv.conf.

with nameserver 127.0.0.1 in resolvconf, no resolv of any site but results in Pihole Query Logs.

with another nameserver in resolv.conf no problems but I can't use dnscrypt-proxy v2.

I don't like FTLDNS, with the old dnsmasq and pihole 3.* I had no
problems with it.

How to get it work?

Please help, thanks!

debug token is: czgk9nwwaa

RESOLVED:

This config is working now:

changed to:
listen_addresses = ['127.0.0.1:54']

in "/etc/dnscrypt-proxy.toml

add 127.0.0.1#54 in PIHOLE AdminSite on CUSTOM_DNS1

With port 54 it works, with other ports at my config not.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.