From b2cfcfe5fbb74fc0e7ff7f6a73570fa55779074c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 16 Apr 2016 11:42:14 +0100 Subject: Add xarci as another dns server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- named.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'named.conf') diff --git a/named.conf b/named.conf index 0803fd5..ae6fb14 100644 --- a/named.conf +++ b/named.conf @@ -27,6 +27,7 @@ zone "kyriasis.com" IN { type master; file "/home/kyrias/dns/kyriasis.com.zone"; allow-transfer { + 163.172.146.146; // xarci 178.79.157.58; // lucifer 2a01:7e00::f03c:91ff:fe69:1787; // lucifer 109.74.205.187; // the-tk.com @@ -46,6 +47,7 @@ zone "hyperboria.se" { type master; file "/home/kyrias/dns/hyperboria.se.zone"; allow-transfer { + 163.172.146.146; // xarci 178.79.157.58; // lucifer 2a01:7e00::f03c:91ff:fe69:1787; // lucifer }; -- cgit v1.2.3-54-g00ecf