Updated DNS files

This commit is contained in:
deepend 2025-02-13 14:57:02 -07:00
parent 8d1bd1cd4f
commit c2699c358d
4 changed files with 57 additions and 0 deletions

14
db.a.tilde Normal file
View File

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

14
db.nonpaged.tilde Normal file
View File

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

14
db.x.tilde Normal file
View File

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

View File

@ -195,3 +195,18 @@ zone "sunblade.tilde" {
file "/etc/bind/db.sunblade.tilde";
};
zone "nonpaged.tilde" {
type master;
file "/etc/bind/db.nonpaged.tilde";
};
zone "a.tilde" {
type master;
file "/etc/bind/db.a.tilde";
};
zone "x.tilde" {
type master;
file "/etc/bind/db.x.tilde";
};