From 666b9802bf07b36f5db4f17d6ae69fa08a8a0d7f Mon Sep 17 00:00:00 2001 From: deepend Date: Fri, 15 Aug 2025 14:54:02 -0600 Subject: [PATCH] Updated DNS files --- db.tydes.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.tydes.tilde diff --git a/db.tydes.tilde b/db.tydes.tilde new file mode 100644 index 00000000..36f1f642 --- /dev/null +++ b/db.tydes.tilde @@ -0,0 +1,14 @@ +; BIND data file for tydes.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.tydes.tilde. ( + 2025081501 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME tydes.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index b132ab99..43763025 100644 --- a/named.conf.local +++ b/named.conf.local @@ -335,3 +335,8 @@ zone "testai.tilde" { file "/etc/bind/db.testai.tilde"; }; +zone "tydes.tilde" { + type master; + file "/etc/bind/db.tydes.tilde"; +}; +