Updated DNS files

This commit is contained in:
deepend 2025-11-17 21:33:02 -07:00
parent a067446442
commit 44ada9fc49
2 changed files with 19 additions and 0 deletions

14
db.pandashare.tilde Normal file
View File

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

View File

@ -400,3 +400,8 @@ zone "nox.tilde" {
file "/etc/bind/db.nox.tilde"; file "/etc/bind/db.nox.tilde";
}; };
zone "pandashare.tilde" {
type master;
file "/etc/bind/db.pandashare.tilde";
};