Updated DNS files

This commit is contained in:
deepend 2024-06-28 02:13:02 -06:00
parent d4fc59d8b0
commit 471fd89680
2 changed files with 19 additions and 0 deletions

14
db.tade.tilde Normal file
View File

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

View File

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