Skip to content

Commit a2e73c7

Browse files
committed
docs: update config in docs with latest application generate config file
1 parent fdba222 commit a2e73c7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,16 @@ docker-compose up -d
2929
If ```grimd.toml``` is not found, it will be generated for you, below is the default configuration.
3030
```toml
3131
# version this config was generated from
32-
version = "1.0.6"
32+
version = "1.0.8"
3333

3434
# list of sources to pull blocklists from, stores them in ./sources
3535
sources = [
36-
"http://mirror1.malwaredomains.com/files/justdomains",
36+
"https://mirror1.malwaredomains.com/files/justdomains",
3737
"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",
4039
"https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt",
4140
"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"
4442
]
4543

4644
# 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"
6765
api = "127.0.0.1:8080"
6866

6967
# response to blocked queries with a NXDOMAIN
70-
NXDomain = false
68+
nxdomain = false
7169

7270
# ipv4 address to forward blocked queries to
7371
nullroute = "0.0.0.0"

0 commit comments

Comments
 (0)