summaryrefslogtreecommitdiffstats
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
parent765511fe6779b9e57d57861182c932b5dd14e962 (diff)
downloaddns-b2cfcfe5fbb74fc0e7ff7f6a73570fa55779074c.tar.xz
Add xarci as another dns server
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--kyriasis.com.zone3
-rw-r--r--named.conf2
2 files changed, 4 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone
index d05f576..12a702c 100644
--- a/kyriasis.com.zone
+++ b/kyriasis.com.zone
@@ -3,7 +3,7 @@ $ORIGIN kyriasis.com.
$TTL 2h
@ IN SOA theos.kyriasis.com. hostmaster (
- 65 ; serial
+ 66 ; serial
4h ; refresh
1h ; retry
1w ; expire
@@ -24,6 +24,7 @@ NS1 A 212.71.254.33
NS1 AAAA 2a01:7e00::f03c:91ff:fe6e:f996
NS2 A 178.79.157.58
NS2 AAAA 2a01:7e00::f03c:91ff:fe69:1787
+NS3 A 163.172.146.146
zorg AAAA 2a01:7e00:e000:136::2
h.zorg AAAA fc3d:9b94:8d0e:8e88:72d3:2193:9425:6574
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
};