Updated DNS files

This commit is contained in:
2026-04-24 17:54:02 -06:00
parent 9755eb588b
commit 4f7a4291cf
2 changed files with 19 additions and 0 deletions

14
db.motz.tilde Normal file
View File

@@ -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

View File

@@ -460,3 +460,8 @@ zone "lairland.tilde" {
file "/etc/bind/db.lairland.tilde";
};
zone "motz.tilde" {
type master;
file "/etc/bind/db.motz.tilde";
};