diff --git a/db.stuff.tilde b/db.stuff.tilde new file mode 100644 index 00000000..f012c917 --- /dev/null +++ b/db.stuff.tilde @@ -0,0 +1,14 @@ +; 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 85a47cc3..ffd86986 100644 --- a/named.conf.local +++ b/named.conf.local @@ -15,3 +15,8 @@ zone "your.tilde" { file "/etc/bind/db.your.tilde"; }; +zone "stuff.tilde" { + type master; + file "/etc/bind/db.stuff.tilde"; +}; + diff --git a/wtf.log b/wtf.log index af36f7ae..fcd9d942 100644 --- a/wtf.log +++ b/wtf.log @@ -4,3 +4,6 @@ 2024-01-09 14:56:24 - Updated named.conf.local 2024-01-09 14:56:24 - Deleted orphaned DNS file: db.stuff.tilde 2024-01-09 14:57:31 - Updated named.conf.local +2024-01-09 14:58:59 - Updated named.conf.local +2024-01-09 14:59:51 - Updated or created DNS file: db.stuff.tilde +2024-01-09 14:59:51 - Updated named.conf.local