diff options
Diffstat (limited to 'linum.toml')
| -rw-r--r-- | linum.toml | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -11,15 +11,22 @@ db_path = "/tmp/cache.db" mode = "forward" timeout = "2s" max_delegations = 30 -forwarders = ["1.1.1.1", "8.8.8.8"] +forwarders = ["1.1.1.1"] [blocklist] response = "zero_ip" files = ["etc/blocklist/*.txt"] #urls = [ # "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts", - # "https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt", #] +[admin] +listen = "127.0.0.1:8080" + +[acl] +allow = ["127.0.0.1/8", "::1/128"] +rate_limit_qps = 50 +rate_limit_burst = 10 + [log] level = "info" |
