Updated DNS files

This commit is contained in:
deepend 2025-01-24 20:54:02 -07:00
parent b9da3fcef1
commit 1e6212f36f
2 changed files with 19 additions and 0 deletions

14
db.coder.tilde Normal file
View File

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

View File

@ -180,3 +180,8 @@ zone "david.tilde" {
file "/etc/bind/db.david.tilde";
};
zone "coder.tilde" {
type master;
file "/etc/bind/db.coder.tilde";
};