Updated DNS files

This commit is contained in:
deepend 2024-10-16 12:25:02 -06:00
parent 8c0441f6c3
commit 989e851f0c
2 changed files with 19 additions and 0 deletions

14
db.imagineee.tilde Normal file
View File

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

View File

@ -145,3 +145,8 @@ zone "whose.tilde" {
file "/etc/bind/db.whose.tilde"; file "/etc/bind/db.whose.tilde";
}; };
zone "imagineee.tilde" {
type master;
file "/etc/bind/db.imagineee.tilde";
};