mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy
* 'master' of github.com:jedisct1/dnscrypt-proxy: anonymous commit (#397)
This commit is contained in:
commit
615c155dbd
1 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,11 @@
|
||||||
##################################
|
##################################
|
||||||
|
|
||||||
## This is used to route specific domain names to specific servers.
|
## This is used to route specific domain names to specific servers.
|
||||||
## The general format is: <domain> <server address> [, <server address>...]
|
## The general format is:
|
||||||
## Addresses can be IPv4 and IPv6, and include a non-standard port number.
|
## <domain> <server address>[:port] [, <server address>[:port]...]
|
||||||
|
## IPv6 addresses can be specified by enclosing the address in square brackets.
|
||||||
|
|
||||||
## In order to enable this feature, the "forwarding_rules" property needs to
|
## In order to enable this feature, the "forwarding_rules" property needs to
|
||||||
## be set to that file name in the main configuration file.
|
## be set to this file name inside the main configuration file.
|
||||||
|
|
||||||
example.com 9.9.9.9,8.8.8.8
|
# example.com 9.9.9.9,8.8.8.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue