From 4bcf0eb828fcf8a64063a1cdd57b42d7a6a8b505 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 30 Jan 2011 12:04:11 +0100 Subject: [PATCH] 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. --- etc/nsd3/nsd.conf | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) 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 -- 2.30.2