Advertisement
r43k3n

forwarding-rules.txt

Aug 2nd, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. ##################################
  2. # Forwarding rules #
  3. ##################################
  4.  
  5. ## This is used to route specific domain names to specific servers.
  6. ## The general format is:
  7. ## <domain> <server address>[:port] [, <server address>[:port]...]
  8. ## IPv6 addresses can be specified by enclosing the address in square brackets.
  9.  
  10. ## In order to enable this feature, the "forwarding_rules" property needs to
  11. ## be set to this file name inside the main configuration file.
  12.  
  13. ## Forward queries for example.com and *.example.com to 9.9.9.9 and 8.8.8.8
  14. # example.com 9.9.9.9,8.8.8.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement