[BACK]Return to nsd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/nsd.conf between version 1.10 and 1.11

version 1.10, 2015/03/10 22:16:30 version 1.11, 2015/04/12 11:49:39
Line 22 
Line 22 
 ## master zone example  ## master zone example
 #zone:  #zone:
 #       name: "example.com"  #       name: "example.com"
 #       zonefile: "example.com"  #       zonefile: "master/example.com"
 #       notify: 192.0.2.1 NOKEY  #       notify: 192.0.2.1 NOKEY
 #       provide-xfr: 192.0.2.1 NOKEY  #       provide-xfr: 192.0.2.1 NOKEY
   
 ## slave zone example  ## slave zone example
 #zone:  #zone:
 #       name: "example.net"  #       name: "example.net"
 #       zonefile: "example.net"  #       zonefile: "slave/example.net"
 #       allow-notify: 192.0.2.2 tsig1.example.com.  #       allow-notify: 192.0.2.2 tsig1.example.com.
 #       request-xfr: 192.0.2.2 tsig1.example.com.  #       request-xfr: 192.0.2.2 tsig1.example.com.
   
Line 38 
Line 38 
 ## %1 - first character of zone name, %2 second, ## %3 third.  ## %1 - first character of zone name, %2 second, ## %3 third.
 ## %z - topleveldomain label of zone, %y, %x next labels in name.  ## %z - topleveldomain label of zone, %y, %x next labels in name.
 #pattern:  #pattern:
 #       name: "primary"  #       name: "master"
 #       zonefile: "%s.zone"  #       zonefile: "master/%s.zone"
 #       notify: 192.0.2.1 NOKEY  #       notify: 192.0.2.1 NOKEY
 #       provide-xfr: 192.0.2.1 NOKEY  #       provide-xfr: 192.0.2.1 NOKEY

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11