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

Annotation of src/etc/nsd.conf, Revision 1.11

1.11    ! sthen       1: # $OpenBSD: nsd.conf,v 1.10 2015/03/10 22:16:30 millert Exp $
1.1       jakob       2:
                      3: server:
                      4:        hide-version: yes
1.10      millert     5:        verbosity: 1
1.9       florian     6:        database: "" # disable database
1.1       jakob       7:
1.6       sthen       8: ## bind to a specific address/port
                      9: #      ip-address: 192.0.2.53
                     10: #      ip-address: 192.0.2.53@5678
                     11: #      ip-address: 2001:db8::53
                     12:
                     13: remote-control:
                     14:        control-enable: yes
                     15:
1.1       jakob      16: ## tsig key example
                     17: #key:
1.5       sobrado    18: #      name: "tsig1.example.com."
1.1       jakob      19: #      algorithm: hmac-sha256
1.4       jakob      20: #      secret: "bWVrbWl0YXNkaWdvYXQ="
1.1       jakob      21:
                     22: ## master zone example
                     23: #zone:
                     24: #      name: "example.com"
1.11    ! sthen      25: #      zonefile: "master/example.com"
1.1       jakob      26: #      notify: 192.0.2.1 NOKEY
                     27: #      provide-xfr: 192.0.2.1 NOKEY
                     28:
                     29: ## slave zone example
                     30: #zone:
                     31: #      name: "example.net"
1.11    ! sthen      32: #      zonefile: "slave/example.net"
1.5       sobrado    33: #      allow-notify: 192.0.2.2 tsig1.example.com.
                     34: #      request-xfr: 192.0.2.2 tsig1.example.com.
1.6       sthen      35:
                     36: ## dynamically configured zones, used with "nsd-control addzone/delzone".
                     37: ## filenames are constructed using the pattern: %s - zone name.
                     38: ## %1 - first character of zone name, %2 second, ## %3 third.
                     39: ## %z - topleveldomain label of zone, %y, %x next labels in name.
                     40: #pattern:
1.11    ! sthen      41: #      name: "master"
        !            42: #      zonefile: "master/%s.zone"
1.6       sthen      43: #      notify: 192.0.2.1 NOKEY
                     44: #      provide-xfr: 192.0.2.1 NOKEY