From: Matthijs Kooijman Date: Sun, 30 Jan 2011 11:04:11 +0000 (+0100) Subject: nsd: Add configuration for all of the zones. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=refs%2Fheads%2Fdns nsd: Add configuration for all of the zones. Relative to the previous maradns configuration, this adds the chimara-if.org zone. Also, it sets ns1.openprovider.nl as the slave for this zone. --- diff --git a/etc/nsd3/nsd.conf b/etc/nsd3/nsd.conf index b89bddd..8b4bb20 100644 --- a/etc/nsd3/nsd.conf +++ b/etc/nsd3/nsd.conf @@ -77,3 +77,51 @@ server: # Verbosity level. # verbosity: 0 +zone: + name: "chimara-if.org" + zonefile: "db.chimara-if.org" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY + +zone: + name: "stderr.nl" + zonefile: "db.stderr.nl" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY + +zone: + name: "stdin.nl" + zonefile: "db.stdin.nl" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY + +zone: + name: "stdout.nl" + zonefile: "db.stdout.nl" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY + +zone: + name: "foresightsecurity.nl" + zonefile: "db.foresightsecurity.nl" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY + +zone: + name: "hekjelarp.nl" + zonefile: "db.hekjelarp.nl" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY + +zone: + name: "plotornot.nl" + zonefile: "db.plotornot.nl" + # Transfer to ns1.openprovider.nl + notify: 89.255.7.30 NOKEY + provide-xfr: 89.255.7.30 NOKEY