From 47aafb1d1124f64d6c9409773d767f771a5ebacc Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 17 Sep 2025 09:12:02 -0600 Subject: [PATCH] Updated DNS files --- db.80s1.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.80s1.tilde diff --git a/db.80s1.tilde b/db.80s1.tilde new file mode 100644 index 00000000..6504cc40 --- /dev/null +++ b/db.80s1.tilde @@ -0,0 +1,14 @@ +; BIND data file for 80s1.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.80s1.tilde. ( + 2025091701 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME 80s1.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index ce6ff8d8..da497141 100644 --- a/named.conf.local +++ b/named.conf.local @@ -350,3 +350,8 @@ zone "wasadasdas.tilde" { file "/etc/bind/db.wasadasdas.tilde"; }; +zone "80s1.tilde" { + type master; + file "/etc/bind/db.80s1.tilde"; +}; +