Updated DNS files

This commit is contained in:
deepend 2024-05-08 19:00:02 -06:00
parent e6812d5189
commit 990b661b8a
2 changed files with 19 additions and 0 deletions

14
db.luckystar.tilde Normal file
View File

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

View File

@ -90,3 +90,8 @@ zone "heplib.tilde" {
file "/etc/bind/db.heplib.tilde";
};
zone "luckystar.tilde" {
type master;
file "/etc/bind/db.luckystar.tilde";
};