From c3ddf6a530649f3e3b4c3be284fc5777ba54129a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 19 Aug 2019 20:04:54 +0000 Subject: update nameservers for .tilde zone --- named.conf.tilde | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'named.conf.tilde') 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; }; }; -- cgit 1.4.1