Created
April 23, 2015 08:34
-
-
Save kaworu/7e1dfb8e7dcaf9ed394d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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: 178.63.43.209 | |
ip-address: 2a01:4f8:120:5388::1 | |
remote-control: | |
control-enable: yes | |
pattern: | |
name: "smaug" | |
zonefile: "master/%s.db" | |
# ns1.first-ns.de | |
notify: 213.239.242.238@53 NOKEY | |
provide-xfr: 213.239.242.238 NOKEY | |
# robotns2.second-ns.de | |
notify: 213.133.105.6@53 NOKEY | |
provide-xfr: 213.133.105.6 NOKEY | |
# robotns3.second-ns.com | |
notify: 193.47.99.3@53 NOKEY | |
provide-xfr: 193.47.99.3 NOKEY | |
# services.tengu.ch | |
notify: 2a01:4f8:160:206c::dead:beef@53 NOKEY | |
provide-xfr: 176.9.142.101 NOKEY | |
provide-xfr: 2a01:4f8:160:206c::dead:beef NOKEY | |
pattern: | |
name: "smaug-signed" | |
include-pattern: "smaug" | |
zonefile: "master/%s.db.signed" | |
# kaworu.ch | |
zone: | |
name: "kaworu.ch" | |
include-pattern: "smaug-signed" | |
# huongviet.ch | |
zone: | |
name: "huongviet.ch" | |
include-pattern: "smaug-signed" | |
# aarongans.ch | |
zone: | |
name: "aarongans.ch" | |
include-pattern: "smaug-signed" | |
# 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