Updated DNS files

This commit is contained in:
deepend 2025-09-25 12:31:02 -06:00
parent e800f8d7a8
commit a718e08ae5
3 changed files with 38 additions and 0 deletions

14
db.get.tilde Normal file
View File

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

14
db.opennic.tilde Normal file
View File

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

View File

@ -360,3 +360,13 @@ zone "void.tilde" {
file "/etc/bind/db.void.tilde";
};
zone "opennic.tilde" {
type master;
file "/etc/bind/db.opennic.tilde";
};
zone "get.tilde" {
type master;
file "/etc/bind/db.get.tilde";
};