@@ -29,18 +29,16 @@ docker-compose up -d
29
29
If ``` grimd.toml ``` is not found, it will be generated for you, below is the default configuration.
30
30
``` toml
31
31
# version this config was generated from
32
- version = " 1.0.6 "
32
+ version = " 1.0.8 "
33
33
34
34
# list of sources to pull blocklists from, stores them in ./sources
35
35
sources = [
36
- " http ://mirror1.malwaredomains.com/files/justdomains" ,
36
+ " https ://mirror1.malwaredomains.com/files/justdomains" ,
37
37
" https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" ,
38
- " http://sysctl.org/cameleon/hosts" ,
39
- " https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist" ,
38
+ " https://sysctl.org/cameleon/hosts" ,
40
39
" https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt" ,
41
40
" https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt" ,
42
- " http://hosts-file.net/ad_servers.txt" ,
43
- " https://raw.githubusercontent.com/quidsup/notrack/master/trackers.txt"
41
+ " https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt"
44
42
]
45
43
46
44
# list of locations to recursively read blocklists from (warning, every file found is assumed to be a hosts-file or domain list)
@@ -67,7 +65,7 @@ bind = "0.0.0.0:53"
67
65
api = " 127.0.0.1:8080"
68
66
69
67
# response to blocked queries with a NXDOMAIN
70
- NXDomain = false
68
+ nxdomain = false
71
69
72
70
# ipv4 address to forward blocked queries to
73
71
nullroute = " 0.0.0.0"
0 commit comments