Updated DNS files

This commit is contained in:
deepend 2025-09-17 09:12:02 -06:00
parent 2f4692b346
commit 47aafb1d11
2 changed files with 19 additions and 0 deletions

14
db.80s1.tilde Normal file
View File

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

View File

@ -350,3 +350,8 @@ zone "wasadasdas.tilde" {
file "/etc/bind/db.wasadasdas.tilde";
};
zone "80s1.tilde" {
type master;
file "/etc/bind/db.80s1.tilde";
};