[UPSTREAM] - Don't explain the format of other config files in the main config file
323c4a4758
This commit is contained in:
parent
6d6c56d3f2
commit
c312b069ee
|
@ -293,9 +293,7 @@ reject_ttl = 600
|
||||||
# Route queries for specific domains to a dedicated set of servers #
|
# Route queries for specific domains to a dedicated set of servers #
|
||||||
##################################################################################
|
##################################################################################
|
||||||
|
|
||||||
## Example map entries (one entry per line):
|
## See the `example-forwarding-rules.txt` file for an example
|
||||||
## example.com 9.9.9.9
|
|
||||||
## example.net 9.9.9.9,8.8.8.8,1.1.1.1
|
|
||||||
|
|
||||||
# forwarding_rules = 'forwarding-rules.txt'
|
# forwarding_rules = 'forwarding-rules.txt'
|
||||||
|
|
||||||
|
@ -309,9 +307,7 @@ reject_ttl = 600
|
||||||
## In addition to acting as a HOSTS file, it can also return the IP address
|
## 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.
|
## of a different name. It will also do CNAME flattening.
|
||||||
##
|
##
|
||||||
## Example map entries (one entry per line)
|
## See the `example-cloaking-rules.txt` file for an example
|
||||||
## example.com 10.1.1.1
|
|
||||||
## www.google.com forcesafesearch.google.com
|
|
||||||
|
|
||||||
# cloaking_rules = 'cloaking-rules.txt'
|
# cloaking_rules = 'cloaking-rules.txt'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue