13 lines
496 B
Plaintext
13 lines
496 B
Plaintext
|
##################################
|
||
|
# Forwarding rules #
|
||
|
##################################
|
||
|
|
||
|
## This is used to route specific domain names to specific servers.
|
||
|
## The general format is: <domain> <server address> [, <server address>...]
|
||
|
## Addresses can be IPv4 and IPv6, and include a non-standard port number.
|
||
|
|
||
|
## In order to enable this feature, the "forwarding_rules" property needs to
|
||
|
## be set to that file name in the main configuration file.
|
||
|
|
||
|
example.com 9.9.9.9,8.8.8.8
|