From cc7a59d766d1e3a92e00ac3f0033e2456bd823bc Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 14 Apr 2026 17:46:01 -0600 Subject: [PATCH] Updated DNS files --- db.lairland.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.lairland.tilde diff --git a/db.lairland.tilde b/db.lairland.tilde new file mode 100644 index 00000000..a4d6d42e --- /dev/null +++ b/db.lairland.tilde @@ -0,0 +1,14 @@ +; BIND data file for lairland.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.lairland.tilde. ( + 2026041401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME lairland.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 4118f376..1b31f5d6 100644 --- a/named.conf.local +++ b/named.conf.local @@ -455,3 +455,8 @@ zone "dessholiday.tilde" { file "/etc/bind/db.dessholiday.tilde"; }; +zone "lairland.tilde" { + type master; + file "/etc/bind/db.lairland.tilde"; +}; +