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