From 0077e3a5b489e3a4d9278684109abe29b01a87be Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 6 Apr 2025 08:02:02 -0600 Subject: [PATCH] Updated DNS files --- db.next.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.next.tilde diff --git a/db.next.tilde b/db.next.tilde new file mode 100644 index 00000000..e77f22d7 --- /dev/null +++ b/db.next.tilde @@ -0,0 +1,14 @@ +; BIND data file for next.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.next.tilde. ( + 2025040601 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME next.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index d530cdbc..24d1e5c1 100644 --- a/named.conf.local +++ b/named.conf.local @@ -250,3 +250,8 @@ zone "mcclure.tilde" { file "/etc/bind/db.mcclure.tilde"; }; +zone "next.tilde" { + type master; + file "/etc/bind/db.next.tilde"; +}; +