summary refs log tree commit diff
path: root/named.conf.tilde
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-08-19 20:04:54 +0000
committerBen Harris <ben@tilde.team>2019-08-19 20:04:54 +0000
commitc3ddf6a530649f3e3b4c3be284fc5777ba54129a (patch)
treee0c25cc0a46e169eec78f1fb7c6d02b958dc043d /named.conf.tilde
parente9bc16d2beb4e4e60f66f15589378ff26c1dad2c (diff)
update nameservers for .tilde zone
Diffstat (limited to 'named.conf.tilde')
-rw-r--r--named.conf.tilde34
1 files changed, 17 insertions, 17 deletions
diff --git a/named.conf.tilde b/named.conf.tilde
index f51b692..3c79b99 100644
--- a/named.conf.tilde
+++ b/named.conf.tilde
@@ -1,62 +1,62 @@
 zone "tilde" IN {
 	type forward;
 	forward only;
-	forwarders { 139.59.215.24; 149.56.184.112; };
+	forwarders { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "team.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.team.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "git.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.git.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "mastodon.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.mastodon.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "lists.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.lists.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "chat.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.chat.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "ci.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.ci.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "pleroma.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.pleroma.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };
 
 zone "news.tilde" {
         type master;
         file "/etc/bind/zones/tilde/db.news.tilde";
-	allow-transfer { 139.59.215.24; 149.56.184.112; };
-	also-notify { 139.59.215.24; 149.56.184.112; };
+	allow-transfer { 213.239.234.117; 149.56.184.112; };
+	also-notify { 213.239.234.117; 149.56.184.112; };
 };