summarylogtreecommitdiffstats
path: root/dnsproxy.yaml
diff options
context:
space:
mode:
authorBin Jin2023-05-31 17:12:54 +0800
committerBin Jin2023-05-31 17:12:54 +0800
commit188d3d80128fe9e2f66d0e09c00b77d6a79bf75a (patch)
tree030ff1824fe8cc15252335e06dfb99fbd32d78cb /dnsproxy.yaml
parent584a1a40605b477e06ed2e7338303266980741a4 (diff)
downloadaur-188d3d80128fe9e2f66d0e09c00b77d6a79bf75a.tar.gz
initial commit (adguard-0.49.1)
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