Updated DNS files

This commit is contained in:
deepend 2024-08-13 10:54:01 -06:00
parent f374150c22
commit e175c2d57a
2 changed files with 19 additions and 0 deletions

14
db.omorrigan.tilde Normal file
View File

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

View File

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