dnsproxy-git/dnsproxy.yaml
2023-04-08 02:59:47 -04:00

19 lines
488 B
YAML

# Any command-line options specified will override the values from the
# config file
---
## Required
# upstream: # At least one upstream is required
# - 1.1.1.1:53
## Recommended
tls-min-version: 1.2
http3: true # dnsproxy automatically picks the fastest HTTP(S) protocol
refuse-any: true
## Optional
# listen-addrs: # Defaults to 0.0.0.0 which is prone to conflict
# - 127.0.0.56
# cache: true # Caching is disabled by default
# verbose: true # Increase verbosity for debugging