summarylogtreecommitdiffstats
path: root/dnsproxy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dnsproxy.yaml')
-rw-r--r--dnsproxy.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dnsproxy.yaml b/dnsproxy.yaml
new file mode 100644
index 000000000000..b65e46f0b7e1
--- /dev/null
+++ b/dnsproxy.yaml
@@ -0,0 +1,18 @@
+# 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