Updated DNS files

This commit is contained in:
deepend 2024-07-19 11:38:01 -06:00
parent 108fc45480
commit 4cb099cdd4
2 changed files with 19 additions and 0 deletions

14
db.muesli.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for muesli.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.muesli.tilde. (
2024071901 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME muesli.tilde
@ IN A
* IN A

View File

@ -110,3 +110,8 @@ zone "tade.tilde" {
file "/etc/bind/db.tade.tilde"; file "/etc/bind/db.tade.tilde";
}; };
zone "muesli.tilde" {
type master;
file "/etc/bind/db.muesli.tilde";
};