Updated DNS files

This commit is contained in:
deepend 2024-04-26 20:00:02 -06:00
parent 0ad7ca6a9a
commit 733c6c8c11
3 changed files with 38 additions and 0 deletions

14
db.fengf.tilde Normal file
View File

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

14
db.heplib.tilde Normal file
View File

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

View File

@ -80,3 +80,13 @@ zone "clo.tilde" {
file "/etc/bind/db.clo.tilde";
};
zone "fengf.tilde" {
type master;
file "/etc/bind/db.fengf.tilde";
};
zone "heplib.tilde" {
type master;
file "/etc/bind/db.heplib.tilde";
};