dnscrypt-proxy/dnscrypt-proxy/example-forwarding-rules.txt

14 lines
524 B
Plaintext
Raw Normal View History

2018-01-17 12:34:05 +01:00
##################################
# Forwarding rules #
##################################
## This is used to route specific domain names to specific servers.
2018-04-21 20:21:11 +02:00
## The general format is:
## <domain> <server address>[:port] [, <server address>[:port]...]
## IPv6 addresses can be specified by enclosing the address in square brackets.
2018-01-17 12:34:05 +01:00
## In order to enable this feature, the "forwarding_rules" property needs to
2018-04-21 20:21:11 +02:00
## be set to this file name inside the main configuration file.
2018-01-17 12:34:05 +01:00
2018-04-21 20:21:11 +02:00
# example.com 9.9.9.9,8.8.8.8