NoPaste

named.conf.local von feldmaus 2010 März 26

von feldmaus

SNIPPET_TEXT:
  1. //
  2. // Do any local configuration here
  3. //
  4.  
  5. // Consider adding the 1918 zones here, if they are not used in your
  6. // organization
  7. //include "/etc/bind/zones.rfc1918";
  8.  
  9. ######################
  10. //
  11. // Add local zone definitions here.
  12.  
  13. zone "feldland.lan" {
  14.         type master;
  15.         file "/etc/bind/db.feldland.lan";
  16.         notify yes;
  17.         allow-update { key feld-server.feldland.lan.; };
  18.         forwarders  {};
  19. };
  20.  
  21. zone "0.168.192.in-addr.arpa" {
  22.         type master;
  23.         file "/etc/bind/db.192.168.0";
  24.         notify yes;
  25.         allow-update { key feld-server.feldland.lan.; };
  26.         forwarders {};
  27. };

Quellcode

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