Advertisement
zamotivator

Untitled

Apr 7th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.35 KB | None | 0 0
  1.     # IP addresses or networks which dnscache serves
  2.     #   * not full IP address means network
  3.     clients:
  4.      - 192.168.1  # 192.168.1.0/24
  5.       - 10         # 10.0.0.0/8
  6.       - 127.0.0.1  # 127.0.0.1/32
  7.  
  8.     # Pathes to files with clients
  9.     #   * merged together with 'clients'
  10.     clients_files:
  11.      - source://mydns/clients
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement