diff --git a/db.ns1.tilde b/db.ns1.tilde deleted file mode 100644 index bee637c6..00000000 --- a/db.ns1.tilde +++ /dev/null @@ -1,14 +0,0 @@ -; BIND data file for ns1.tilde -$TTL 604800 -@ IN SOA ns1.master.tilde. root.ns1.tilde. ( - 2025070501 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS ns1.master.tilde. -@ IN NS ns2.master.tilde. -www IN CNAME ns1.tilde -@ IN A 15.204.231.64 -* IN A 15.204.231.64 diff --git a/db.ns2.tilde b/db.ns2.tilde deleted file mode 100644 index 7e5bd8d6..00000000 --- a/db.ns2.tilde +++ /dev/null @@ -1,14 +0,0 @@ -; BIND data file for ns2.tilde -$TTL 604800 -@ IN SOA ns1.master.tilde. root.ns2.tilde. ( - 2025070501 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS ns1.master.tilde. -@ IN NS ns2.master.tilde. -www IN CNAME ns2.tilde -@ IN A 15.204.91.184 -* IN A 15.204.91.184 diff --git a/named.conf.local b/named.conf.local index 96337308..710d2440 100644 --- a/named.conf.local +++ b/named.conf.local @@ -315,13 +315,3 @@ zone "i.tilde" { file "/etc/bind/db.i.tilde"; }; -zone "ns1.tilde" { - type master; - file "/etc/bind/db.ns1.tilde"; -}; - -zone "ns2.tilde" { - type master; - file "/etc/bind/db.ns2.tilde"; -}; -