Updated DNS files

This commit is contained in:
2026-01-29 15:56:02 -07:00
parent 79d28f16e5
commit c2607b5ac8
2 changed files with 19 additions and 0 deletions

14
db.searchvista.tilde Normal file
View File

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

View File

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