summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-04-16 11:42:14 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-04-16 11:42:14 +0100
commitb2cfcfe5fbb74fc0e7ff7f6a73570fa55779074c (patch)
tree74e1983d6e3cb169d9bd2fe42391560439aeefd6 /named.conf
parent765511fe6779b9e57d57861182c932b5dd14e962 (diff)
downloaddns-b2cfcfe5fbb74fc0e7ff7f6a73570fa55779074c.tar.xz
Add xarci as another dns server
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf2
1 files changed, 2 insertions, 0 deletions
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
};