Updated DNS files

This commit is contained in:
deepend 2025-10-02 16:21:02 -06:00
parent 4ccfef8525
commit cd53f52a38
6 changed files with 95 additions and 0 deletions

14
db.3304.tilde Normal file
View File

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

14
db.yc.tilde Normal file
View File

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

14
db.ygcf.tilde Normal file
View File

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

14
db.yngchf.tilde Normal file
View File

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

14
db.youngchief.tilde Normal file
View File

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

View File

@ -375,3 +375,28 @@ zone "tildednstest.tilde" {
file "/etc/bind/db.tildednstest.tilde";
};
zone "yc.tilde" {
type master;
file "/etc/bind/db.yc.tilde";
};
zone "3304.tilde" {
type master;
file "/etc/bind/db.3304.tilde";
};
zone "youngchief.tilde" {
type master;
file "/etc/bind/db.youngchief.tilde";
};
zone "ygcf.tilde" {
type master;
file "/etc/bind/db.ygcf.tilde";
};
zone "yngchf.tilde" {
type master;
file "/etc/bind/db.yngchf.tilde";
};