NoPaste

named.conf.options von feldmaus 2010 März 30

von feldmaus

SNIPPET_TEXT:
  1. controls {inet 127.0.0.1 port 953 allow { localhost; } keys { feld-server.feldland.lan.; }; };
  2.  
  3. options {
  4.         directory "/var/cache/bind";
  5.        
  6.         forwarders {
  7.                 195.50.140.114;
  8.                 195.50.140.252;
  9.         };
  10.         listen-on { 192.168.0/24; };
  11.         # Zweites Subnet muss durch den Server und dann hinten rein.
  12.         allow-query { 192.168.0/24; 192.168.1/24; };
  13. };

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN