Updated DNS files

This commit is contained in:
deepend 2025-01-16 18:20:02 -07:00
parent 7702b704ff
commit 2773513044
2 changed files with 19 additions and 0 deletions

14
db.hack.tilde Normal file
View File

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

View File

@ -170,3 +170,8 @@ zone "rootww.tilde" {
file "/etc/bind/db.rootww.tilde";
};
zone "hack.tilde" {
type master;
file "/etc/bind/db.hack.tilde";
};