2023-04-08 02:59:47 -04:00
|
|
|
# Any command-line options specified will override the values from the
|
|
|
|
# config file
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-12-17 19:19:49 -03:00
|
|
|
## Required
|
|
|
|
# A list of DNS servers that you want to use
|
|
|
|
# An upstream to be used (can be specified multiple times).
|
|
|
|
# You can also specify path to a file with the list of servers
|
|
|
|
upstream:
|
|
|
|
# - udp://45.90.28.88 # NextDNS DNS
|
|
|
|
# - udp://76.76.2.0 # ControlD DNS
|
2023-04-08 02:59:47 -04:00
|
|
|
|
2023-12-17 19:19:49 -03:00
|
|
|
# Fallback resolvers to use when regular ones are unavailable,
|
|
|
|
# can be specified multiple times. You can also specify path
|
|
|
|
# to a file with the list of servers
|
|
|
|
fallback:
|
|
|
|
# - udp://127.0.0.1 # Replace this with any DNS you want to use
|
2023-04-08 02:59:47 -04:00
|
|
|
|
2023-12-17 19:19:49 -03:00
|
|
|
tls-min-version: 1.2
|
|
|
|
http3: true
|
|
|
|
refuse-any: false
|
|
|
|
listen-addrs:
|
|
|
|
- 127.0.0.1
|
|
|
|
listen-ports:
|
|
|
|
- 53
|
|
|
|
# Cache Enabled.
|
|
|
|
cache: true
|
|
|
|
cache-optimistic: false
|
|
|
|
verbose: false
|
|
|
|
# If specified, parallel queries to all configured upstream servers are enabled
|
|
|
|
all-servers: true
|