Upstream DNS resolver. If multiple servers are specified, a random one will be chosen each time. You can use "udp", "tcp" or "tcp-tls" for the type prefix. For "udp", UDP will first be used, and switch to TCP when the server asks to or the response is too large. For "tcp", only TCP will be used. For "tcp-tls", DNS-over-TLS (RFC 7858) will be used to secure the upstream connection.
Declarations
Type
list of string
Default
[
"udp:1.1.1.1:53"
"udp:1.0.0.1:53"
"udp:8.8.8.8:53"
"udp:8.8.4.4:53"
]
Example
[
"udp:127.0.0.1:53"
]