From: Frank Brehm Date: Wed, 4 Jan 2017 05:25:03 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=df22e4aad2eb6f4971e1d74c49a4447b76ea4752;p=config%2Fns1%2Fetc.git daily autocommit --- diff --git a/bind/named-sec.conf b/bind/named-sec.conf index 7e3c52f..03de955 100644 --- a/bind/named-sec.conf +++ b/bind/named-sec.conf @@ -175,6 +175,28 @@ zone "planetec.de" { }; }; +zone "pontilus.com" { + type slave; + file "pontilus.com.zone"; + masters { + 138.201.28.135; + }; + allow-transfer { + common-allow-transfer; + }; +}; + +zone "pontilus.de" { + type slave; + file "pontilus.de.zone"; + masters { + 138.201.28.135; + }; + allow-transfer { + common-allow-transfer; + }; +}; + zone "uhu-banane.com" { type slave; file "uhu-banane.com.zone";