diff options
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" |
