diff --git a/doc/src/Configuration.md b/doc/src/Configuration.md index 1549f5d..17c7635 100644 --- a/doc/src/Configuration.md +++ b/doc/src/Configuration.md @@ -29,7 +29,7 @@ questioncachecap = 5000 # manual custom dns entries - comments for reference customdnsrecords = [ - # "example.mywebsite.tld IN A 10.0.0.1" + # "example.mywebsite.tld IN A 10.0.0.1", # "example.other.tld IN CNAME wikipedia.org" ] @@ -53,8 +53,6 @@ customdnsrecords = [ ] # list of locations to recursively read blocklists from (warning, every file found is assumed to be a hosts-file or domain list) sourcedirs = ["sources"] - # manual blocklist entries - blocklist = [] # manual whitelist entries - comments for reference whitelist = [ # "getsentry.com", @@ -94,4 +92,4 @@ customdnsrecords = [ caPath = "" ``` -The most up-to-date version can be found on [config.go](https://github.com/Cottand/leng/blob/master/config.go) \ No newline at end of file +The most up-to-date version can be found on [config.go](https://github.com/Cottand/leng/blob/master/config.go)