Updated DNS files

This commit is contained in:
2026-01-23 03:38:02 -07:00
parent df868f2816
commit e57c68ccf3
3 changed files with 38 additions and 0 deletions

14
db.fsky.tilde Normal file
View File

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

14
db.telepath.tilde Normal file
View File

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

View File

@@ -420,3 +420,13 @@ zone "ionut.tilde" {
file "/etc/bind/db.ionut.tilde"; file "/etc/bind/db.ionut.tilde";
}; };
zone "fsky.tilde" {
type master;
file "/etc/bind/db.fsky.tilde";
};
zone "telepath.tilde" {
type master;
file "/etc/bind/db.telepath.tilde";
};