Don't explain the format of other config files in the main config file

This is confusing if you don't read the documentation.

Fixes #1179
This commit is contained in:
Frank Denis 2020-02-05 12:17:14 +01:00
parent 824fa90f94
commit 323c4a4758
1 changed files with 2 additions and 6 deletions

View File

@ -295,9 +295,7 @@ reject_ttl = 600
# Route queries for specific domains to a dedicated set of servers #
##################################################################################
## Example map entries (one entry per line):
## example.com 9.9.9.9
## example.net 9.9.9.9,8.8.8.8,1.1.1.1
## See the `example-forwarding-rules.txt` file for an example
# forwarding_rules = 'forwarding-rules.txt'
@ -311,9 +309,7 @@ reject_ttl = 600
## In addition to acting as a HOSTS file, it can also return the IP address
## of a different name. It will also do CNAME flattening.
##
## Example map entries (one entry per line)
## example.com 10.1.1.1
## www.google.com forcesafesearch.google.com
## See the `example-cloaking-rules.txt` file for an example
# cloaking_rules = 'cloaking-rules.txt'