-
Hi! Happy user of Simple DnsCrypt for years now, I'm trying to migrate to an always-on Pi Zero (Raspberry Pi OS "bullseye"). I installed the package from regular Raspbian repo: Details
In my forwarding-rules.txt file I have only:
But when trying to resolve addresses in .home domain, I get no answer and some DROP entries in log file:
Tried
I tried to dig into the Go source code, couldn't find any clue 🥴. For the reference, my Detailsserver_names = ['quad9-doh-ip4-port443-nofilter-pri'] [query_log] [nx_log] [blacklist] [ip_blacklist] [anonymized_dns] [[anonymized_dns.routes]] [broken_implementations] [sources] [sources.public-resolvers] [sources.relays] Should I enable some kind of debug mode to get more info? Any clue welcome, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Gotcha! My local DNS only answered on UDP (checked with |
Beta Was this translation helpful? Give feedback.
Gotcha!
My local DNS only answered on UDP (checked with
host -U pi.home 192.168.1.1
thenhost -T pi.home 192.168.1.1
).Changed to
force_tcp = false
in/etc/dnscrypt-proxy/dnscrypt-proxy.toml
, working fine now! 😊Not exactly the perfect setup for security, but I could live with that.