diff --git a/db.test.tilde b/db.test.tilde deleted file mode 100644 index 9fd17f8..0000000 --- a/db.test.tilde +++ /dev/null @@ -1,15 +0,0 @@ -; BIND data file for test.tilde -$TTL 604800 -@ IN SOA ns1.master.tilde. root.test.tilde. ( - 2024011301 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS ns1.master.tilde. -@ IN NS ns2.master.tilde. -@ IN NS ns3.master.tilde. -www IN CNAME test.tilde -@ IN A -* IN A diff --git a/db.test1.tilde b/db.test1.tilde deleted file mode 100644 index a492381..0000000 --- a/db.test1.tilde +++ /dev/null @@ -1,15 +0,0 @@ -; BIND data file for test1.tilde -$TTL 604800 -@ IN SOA ns1.master.tilde. root.test1.tilde. ( - 2024011301 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS ns1.master.tilde. -@ IN NS ns2.master.tilde. -@ IN NS ns3.master.tilde. -www IN CNAME test1.tilde -@ IN A -* IN A diff --git a/db.test44.tilde b/db.test44.tilde deleted file mode 100644 index c629e4f..0000000 --- a/db.test44.tilde +++ /dev/null @@ -1,15 +0,0 @@ -; BIND data file for test44.tilde -$TTL 604800 -@ IN SOA ns1.master.tilde. root.test44.tilde. ( - 2024011301 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS ns1.master.tilde. -@ IN NS ns2.master.tilde. -@ IN NS ns3.master.tilde. -www IN CNAME test44.tilde -@ IN A -* IN A diff --git a/named.conf.local b/named.conf.local index 0e17cc1..8e69ea2 100644 --- a/named.conf.local +++ b/named.conf.local @@ -30,18 +30,3 @@ zone "club.tilde" { file "/etc/bind/db.club.tilde"; }; -zone "test.tilde" { - type master; - file "/etc/bind/db.test.tilde"; -}; - -zone "test1.tilde" { - type master; - file "/etc/bind/db.test1.tilde"; -}; - -zone "test44.tilde" { - type master; - file "/etc/bind/db.test44.tilde"; -}; -