blob: bdb30ba89ddcef80083e1102bb306e112bc0b358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[server]
listen_udp = ":5353"
listen_tcp = ":5353"
listen_doh = ":8443"
[cache]
max_entries = 100000
db_path = "/tmp/cache.db"
[resolver]
timeout = "2s"
max_delegations = 30
[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",
#]
[log]
level = "info"
|