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

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

1.1     ! jakob       1: # $OpenBSD$
        !             2:
        !             3: server:
        !             4:        hide-version: yes
        !             5:
        !             6: ## tsig key example
        !             7: #key:
        !             8: #      name: "key1"
        !             9: #      algorithm: hmac-sha256
        !            10: #      secret: "m83H2x8R0zbDf3yRKhrqgw=="
        !            11:
        !            12: ## master zone example
        !            13: #zone:
        !            14: #      name: "example.com"
        !            15: #      zonefile: "example.com"
        !            16: #      notify: 192.0.2.1 NOKEY
        !            17: #      provide-xfr: 192.0.2.1 NOKEY
        !            18:
        !            19: ## slave zone example
        !            20: #zone:
        !            21: #      name: "example.net"
        !            22: #      zonefile: "example.net"
        !            23: #      allow-notify: 192.0.2.2 key1
        !            24: #      request-xfr: 192.0.2.2 key1