diff --git a/db.a.tilde b/db.a.tilde new file mode 100644 index 00000000..a73e72fe --- /dev/null +++ b/db.a.tilde @@ -0,0 +1,18 @@ +; +; BIND data file for a.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2020012001 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 168.235.111.79 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + +@ IN A 168.235.111.79 +www IN A 168.235.111.79 diff --git a/db.amcclure.tilde b/db.amcclure.tilde index 730c5108..9363c0b2 100644 --- a/db.amcclure.tilde +++ b/db.amcclure.tilde @@ -9,15 +9,14 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 107.206.239.11 + IN A 168.235.111.79 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. - IN NS ns5.master.tilde. -@ IN A 107.206.239.11 -www IN A 107.206.239.11 -ftp IN A 107.206.239.11 -gopher IN A 107.206.239.11 -download IN A 107.206.239.11 -tilde IN A 107.206.239.11 \ No newline at end of file +@ IN A 168.235.111.79 +www IN A 168.235.111.79 +ftp IN A 168.235.111.79 +gopher IN A 168.235.111.79 +download IN A 168.235.111.79 +tilde IN A 168.235.111.79 diff --git a/db.anton.tilde b/db.anton.tilde new file mode 100644 index 00000000..d88f062d --- /dev/null +++ b/db.anton.tilde @@ -0,0 +1,18 @@ +; +; BIND data file for anton.tilde +; +$TTL 604802 +@ IN SOA master.tilde. root.master.tilde. ( + 2020012101 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; + IN A 168.235.111.79 +; + IN NS ns1.master.tilde. + IN NS ns2.master.tilde. + +@ IN A 168.235.111.79 +www IN A 168.235.111.79 diff --git a/db.summit.tilde b/db.summit.tilde index 913eb018..38fbdf0c 100644 --- a/db.summit.tilde +++ b/db.summit.tilde @@ -9,12 +9,11 @@ $TTL 604802 2419200 ; Expire 604800 ) ; Negative Cache TTL ; - IN A 107.206.239.11 + IN A 168.235.111.79 ; IN NS ns1.master.tilde. IN NS ns2.master.tilde. - IN NS ns5.master.tilde. -@ IN A 107.206.239.11 -ca IN A 107.206.239.11 -domain IN A 107.206.239.11 \ No newline at end of file +@ IN A 168.235.111.79 +ca IN A 168.235.111.79 +domain IN A 168.235.111.79 diff --git a/named.conf.local b/named.conf.local index 06752d9e..27ad4031 100644 --- a/named.conf.local +++ b/named.conf.local @@ -129,3 +129,9 @@ zone "club.tilde" { type master; file "/etc/bind/db.club.tilde"; }; +zone "anton.tilde" { + type master; + file"/etc/bind/db.anton.tilde"; +zone "a.tilde" { + type master; + file "/etc/bind/db.a.tilde";