Updated DNS files

This commit is contained in:
2026-01-22 14:23:01 -07:00
parent cd832d8573
commit 20e66ef527
2 changed files with 19 additions and 0 deletions

14
db.ionut.tilde Normal file
View File

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

View File

@@ -415,3 +415,8 @@ zone "gmac.tilde" {
file "/etc/bind/db.gmac.tilde";
};
zone "ionut.tilde" {
type master;
file "/etc/bind/db.ionut.tilde";
};