From 6f9faf3c8ad26d3af84498b186cdca3e4bf05b0c Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 19 Jul 2025 01:28:01 -0600 Subject: [PATCH] Updated DNS files --- db.mayx.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.mayx.tilde diff --git a/db.mayx.tilde b/db.mayx.tilde new file mode 100644 index 00000000..10224a24 --- /dev/null +++ b/db.mayx.tilde @@ -0,0 +1,14 @@ +; BIND data file for mayx.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.mayx.tilde. ( + 2025071901 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME mayx.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 710d2440..a281441f 100644 --- a/named.conf.local +++ b/named.conf.local @@ -315,3 +315,8 @@ zone "i.tilde" { file "/etc/bind/db.i.tilde"; }; +zone "mayx.tilde" { + type master; + file "/etc/bind/db.mayx.tilde"; +}; +