mirror of
https://git.keinpfusch.net/loweel/zabov
synced 2025-02-17 23:00:38 +01:00
- Dockerfile: updated golang image to 1.15.6 - config.json: restored minimal settings - added config.sample.json with all advanced settings - urls-domains-updated.txt: removed/updated obsolete urls (CHEF-KOCH, malwaredomains.com)
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"zabov":{
|
|
"port":"53",
|
|
"proto":"udp",
|
|
"ipaddr":"0.0.0.0",
|
|
"cachettl": 1,
|
|
"killfilettl": 12
|
|
},
|
|
"configs":{
|
|
"default":{
|
|
"upstream":"./dns-upstream.txt",
|
|
"singlefilters":"./urls-domains.txt",
|
|
"doublefilters":"./urls-hosts.txt",
|
|
"blackholeip":"127.0.0.1",
|
|
"hostsfile":"./urls-local.txt"
|
|
}
|
|
}
|
|
}
|