summaryrefslogtreecommitdiff
path: root/linum.toml
diff options
context:
space:
mode:
Diffstat (limited to 'linum.toml')
-rw-r--r--linum.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/linum.toml b/linum.toml
index bdb30ba..33d1dd7 100644
--- a/linum.toml
+++ b/linum.toml
@@ -1,14 +1,17 @@
[server]
-listen_udp = ":5353"
-listen_tcp = ":5353"
+listen_udp = ":5354"
+listen_tcp = ":5354"
listen_doh = ":8443"
[cache]
max_entries = 100000
db_path = "/tmp/cache.db"
+
[resolver]
+mode = "forward"
timeout = "2s"
max_delegations = 30
+forwarders = ["1.1.1.1", "8.8.8.8"]
[blocklist]
response = "zero_ip"