From cd53f52a38758a5bde8aed608633adb28a924223 Mon Sep 17 00:00:00 2001 From: deepend Date: Thu, 2 Oct 2025 16:21:02 -0600 Subject: [PATCH] Updated DNS files --- db.3304.tilde | 14 ++++++++++++++ db.yc.tilde | 14 ++++++++++++++ db.ygcf.tilde | 14 ++++++++++++++ db.yngchf.tilde | 14 ++++++++++++++ db.youngchief.tilde | 14 ++++++++++++++ named.conf.local | 25 +++++++++++++++++++++++++ 6 files changed, 95 insertions(+) create mode 100644 db.3304.tilde create mode 100644 db.yc.tilde create mode 100644 db.ygcf.tilde create mode 100644 db.yngchf.tilde create mode 100644 db.youngchief.tilde diff --git a/db.3304.tilde b/db.3304.tilde new file mode 100644 index 00000000..28b4af84 --- /dev/null +++ b/db.3304.tilde @@ -0,0 +1,14 @@ +; BIND data file for 3304.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.3304.tilde. ( + 2025100201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME 3304.tilde +@ IN A +* IN A diff --git a/db.yc.tilde b/db.yc.tilde new file mode 100644 index 00000000..21e3e8e4 --- /dev/null +++ b/db.yc.tilde @@ -0,0 +1,14 @@ +; BIND data file for yc.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.yc.tilde. ( + 2025100201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME yc.tilde +@ IN A +* IN A diff --git a/db.ygcf.tilde b/db.ygcf.tilde new file mode 100644 index 00000000..76ac018e --- /dev/null +++ b/db.ygcf.tilde @@ -0,0 +1,14 @@ +; BIND data file for ygcf.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ygcf.tilde. ( + 2025100201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ygcf.tilde +@ IN A +* IN A diff --git a/db.yngchf.tilde b/db.yngchf.tilde new file mode 100644 index 00000000..ffc6f67c --- /dev/null +++ b/db.yngchf.tilde @@ -0,0 +1,14 @@ +; BIND data file for yngchf.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.yngchf.tilde. ( + 2025100201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME yngchf.tilde +@ IN A +* IN A diff --git a/db.youngchief.tilde b/db.youngchief.tilde new file mode 100644 index 00000000..3abc3e97 --- /dev/null +++ b/db.youngchief.tilde @@ -0,0 +1,14 @@ +; BIND data file for youngchief.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.youngchief.tilde. ( + 2025100201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME youngchief.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 1c8440d0..2320b97d 100644 --- a/named.conf.local +++ b/named.conf.local @@ -375,3 +375,28 @@ zone "tildednstest.tilde" { file "/etc/bind/db.tildednstest.tilde"; }; +zone "yc.tilde" { + type master; + file "/etc/bind/db.yc.tilde"; +}; + +zone "3304.tilde" { + type master; + file "/etc/bind/db.3304.tilde"; +}; + +zone "youngchief.tilde" { + type master; + file "/etc/bind/db.youngchief.tilde"; +}; + +zone "ygcf.tilde" { + type master; + file "/etc/bind/db.ygcf.tilde"; +}; + +zone "yngchf.tilde" { + type master; + file "/etc/bind/db.yngchf.tilde"; +}; +