From c99fcab0b04794daa8f7e612275d1802d27f6fbd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 26 May 2024 22:39:00 +0200 Subject: Add remmy.foo domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replacement for remmy.io Signed-off-by: Johannes Löthberg --- named.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'named.conf') diff --git a/named.conf b/named.conf index ac0e4b6..26b796d 100644 --- a/named.conf +++ b/named.conf @@ -34,6 +34,12 @@ parental-agents "com" { 192.26.92.30; // c.gtld-servers.net. }; +parental-agents "foo" { + 216.239.32.105; // ns-tld1.charlestonroadregistry.com. + 216.239.34.105; // ns-tld2.charlestonroadregistry.com. + 216.239.36.105; // ns-tld3.charlestonroadregistry.com. +}; + parental-agents "io" { 65.22.160.17; // a0.nic.io. 65.22.161.17; // b0.nic.io. @@ -54,6 +60,20 @@ zone "kyriasis.com" IN { parental-agents { "com"; }; }; +zone "remmy.foo" IN { + type master; + file "dns/remmy.foo.zone"; + + allow-transfer { + 178.79.157.58; // lucifer + 2a01:7e00::f03c:91ff:fe69:1787; // lucifer + }; + + inline-signing yes; + dnssec-policy standard; + parental-agents { "foo"; }; +}; + zone "remmy.io" IN { type master; file "dns/remmy.io.zone"; -- cgit v1.2.3-70-g09d2