diff --git a/db.stuff.tilde b/db.stuff.tilde deleted file mode 100644 index f012c917..00000000 --- a/db.stuff.tilde +++ /dev/null @@ -1,14 +0,0 @@ -; BIND data file for stuff.tilde -$TTL 604800 -@ IN SOA ns1.master.tilde. root.stuff.tilde. ( - 2024010901 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS ns1.master.tilde. -@ IN NS ns2.master.tilde. -www IN CNAME stuff.tilde -@ IN A -* IN A diff --git a/named.conf.local b/named.conf.local index ffd86986..85a47cc3 100644 --- a/named.conf.local +++ b/named.conf.local @@ -15,8 +15,3 @@ zone "your.tilde" { file "/etc/bind/db.your.tilde"; }; -zone "stuff.tilde" { - type master; - file "/etc/bind/db.stuff.tilde"; -}; - diff --git a/webchangelog.log b/webchangelog.log new file mode 100644 index 00000000..660e4c29 --- /dev/null +++ b/webchangelog.log @@ -0,0 +1,2 @@ +2024-01-09 15:05:10 - Updated named.conf.local +2024-01-09 15:05:10 - Deleted orphaned DNS file: db.stuff.tilde