Updated DNS files

This commit is contained in:
2026-03-16 11:35:02 -06:00
parent dacb96afc4
commit c388334647
2 changed files with 19 additions and 0 deletions

14
db.pub.tilde.tilde Normal file
View File

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

View File

@@ -435,3 +435,8 @@ zone "k0rr.tilde" {
file "/etc/bind/db.k0rr.tilde";
};
zone "pub.tilde.tilde" {
type master;
file "/etc/bind/db.pub.tilde.tilde";
};