Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created September 23, 2014 12:49
Show Gist options
  • Save kaworu/2a465ea20b058e26a032 to your computer and use it in GitHub Desktop.
Save kaworu/2a465ea20b058e26a032 to your computer and use it in GitHub Desktop.
#
# nsd.conf -- the NSD(8) configuration file, nsd.conf(5).
#
# Copyright (c) 2001-2011, NLnet Labs. All rights reserved.
#
# See LICENSE for the license.
#
# options for the nsd server
server:
logfile: "/var/log/nsd.log"
hide-version: yes
ip-address: 91.121.10.176
ip-address: 2001:41d0:1:5db0::1
remote-control:
control-enable: yes
pattern:
name: "ks0"
zonefile: "master/%s.db"
# ns.kimsufi.com
notify: 213.186.33.199 NOKEY
provide-xfr: 213.186.33.199 NOKEY
# kaworu.ch
zone:
name: "kaworu.ch"
include-pattern: "ks0"
zonefile: "master/kaworu.ch.db.signed"
# huongviet.ch
zone:
name: "huongviet.ch"
include-pattern: "ks0"
# aarongans.ch
zone:
name: "aarongans.ch"
include-pattern: "ks0"
# br0c0.li
zone:
name: "br0c0.li"
include-pattern: "ks0"
# slave stuff.
include: "/usr/local/etc/nsd/tengu-slave.nsd.conf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment