From 4f1dbf43185909ece58ca7f74cf543093850956b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 22 Aug 2018 22:50:52 +0200 Subject: remmy.io: Allow transfer from freedns.afraid.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- named.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/named.conf b/named.conf index b15b648..3bd1eda 100644 --- a/named.conf +++ b/named.conf @@ -48,6 +48,10 @@ zone "kyriasis.com" IN { zone "remmy.io" IN { type master; file "/home/kyrias/dns/remmy.io.zone"; + allow-transfer { + 174.37.196.55; // ns2.afraid.org + }; + notify explicit; }; zone "the-tk.com" { -- cgit v1.2.3-54-g00ecf