Updated DNS files

This commit is contained in:
deepend 2025-02-02 11:18:02 -07:00
parent b65afbe2c9
commit e61422e0d7
2 changed files with 19 additions and 0 deletions

14
db.sunblade.tilde Normal file
View File

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

View File

@ -190,3 +190,8 @@ zone "donut.tilde" {
file "/etc/bind/db.donut.tilde";
};
zone "sunblade.tilde" {
type master;
file "/etc/bind/db.sunblade.tilde";
};