diff options
| author | radhitya <alif@radhitya.org> | 2026-06-18 18:17:19 +0700 |
|---|---|---|
| committer | radhitya <alif@radhitya.org> | 2026-06-18 18:17:19 +0700 |
| commit | 359f6a1cba3f2e281cefa727db34e3497dc15a2c (patch) | |
| tree | efaeeef69c903127b28c51f962de1714bd121ecd /linum.toml | |
| parent | f5753c6a8cac5a57a042b0388f38abeff5d1f37d (diff) | |
add custom forwarders
Diffstat (limited to 'linum.toml')
| -rw-r--r-- | linum.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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" |
