Updated DNS files

This commit is contained in:
deepend 2025-02-13 14:59:01 -07:00
parent af39d5a006
commit 27dd9573ba
2 changed files with 19 additions and 0 deletions

14
db.anton.tilde Normal file
View File

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

View File

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