Updated DNS files

This commit is contained in:
deepend 2025-09-01 02:52:01 -06:00
parent c7343db238
commit c3c9eeb540
2 changed files with 19 additions and 0 deletions

14
db.wasadasdas.tilde Normal file
View File

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

View File

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