Updated DNS files

This commit is contained in:
2026-02-16 15:44:01 -07:00
parent 8d962da220
commit 350a22d71e
2 changed files with 19 additions and 0 deletions

14
db.k0rr.tilde Normal file
View File

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

View File

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