Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
474 B

  1. # $OpenBSD: nsd.conf,v 1.4 2010/08/26 19:05:14 jakob Exp $
  2. server:
  3. hide-version: yes
  4. ## tsig key example
  5. #key:
  6. # name: "key1.example.com"
  7. # algorithm: hmac-sha256
  8. # secret: "bWVrbWl0YXNkaWdvYXQ="
  9. ## master zone example
  10. #zone:
  11. # name: "example.com"
  12. # zonefile: "example.com"
  13. # notify: 192.0.2.1 NOKEY
  14. # provide-xfr: 192.0.2.1 NOKEY
  15. ## slave zone example
  16. #zone:
  17. # name: "example.net"
  18. # zonefile: "example.net"
  19. # allow-notify: 192.0.2.2 key1
  20. # request-xfr: 192.0.2.2 key1