Updated DNS files

This commit is contained in:
deepend 2025-02-22 05:37:01 -07:00
parent b166565268
commit a060280c80
2 changed files with 19 additions and 0 deletions

14
db.ajm.tilde Normal file
View File

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

View File

@ -215,3 +215,8 @@ zone "anton.tilde" {
file "/etc/bind/db.anton.tilde";
};
zone "ajm.tilde" {
type master;
file "/etc/bind/db.ajm.tilde";
};