From d2a8bedb686f503fcdbd30f05bff7dd0627e7882 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 27 Aug 2022 23:18:50 +0200 Subject: Add remmy.io zone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- named.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'named.conf') diff --git a/named.conf b/named.conf index 2570f1c..e84cac4 100644 --- a/named.conf +++ b/named.conf @@ -44,6 +44,18 @@ zone "kyriasis.com" IN { dnssec-policy standard; }; +zone "remmy.io" IN { + type master; + file "dns/remmy.io.zone"; + allow-transfer { + 178.79.157.58; // lucifer + 2a01:7e00::f03c:91ff:fe69:1787; // lucifer + }; + notify explicit; + + dnssec-policy standard; +}; + zone "the-tk.com" { type slave; file "the-tk.com.zone"; -- cgit v1.2.3-54-g00ecf