Only DoH upstream question #331
-
I was just getting started with blocky and had a quick question that I wasn't seeing in the docs: If I only specify DoH upstream DNS clients in I hoped to send all DNS requests from my LAN to blocky with the idea that blocky will only use DoH regardless of what its clients support, effectively making all DNS queries from the LAN DoH. e.g. say I'm running blocky with: # === config.yml ===
upstream:
default:
- https://dns11.quad9.net/dns-query
- https://dns.quad9.net/dns-query
- https://dns.example.com/dns-query
# the rest of the config ... will DNS requests from my network behave like this?
so that if Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, yes, this is the way how blocky works. It will listen on port 53 (UDP/TCP) and use specified upstream resolver (DoH, DoT, whatever). Your clients in the LAN can just use old plain DNS protocol. |
Beta Was this translation helpful? Give feedback.
Hey,
yes, this is the way how blocky works. It will listen on port 53 (UDP/TCP) and use specified upstream resolver (DoH, DoT, whatever). Your clients in the LAN can just use old plain DNS protocol.