summaryrefslogtreecommitdiff
path: root/linum.toml
diff options
context:
space:
mode:
authorradhitya <alif@radhitya.org>2026-06-18 18:17:19 +0700
committerradhitya <alif@radhitya.org>2026-06-18 18:17:19 +0700
commit359f6a1cba3f2e281cefa727db34e3497dc15a2c (patch)
treeefaeeef69c903127b28c51f962de1714bd121ecd /linum.toml
parentf5753c6a8cac5a57a042b0388f38abeff5d1f37d (diff)
add custom forwarders
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"