From 359f6a1cba3f2e281cefa727db34e3497dc15a2c Mon Sep 17 00:00:00 2001 From: radhitya Date: Thu, 18 Jun 2026 18:17:19 +0700 Subject: add custom forwarders --- linum.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'linum.toml') 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" -- cgit v1.2.3