Updated DNS files

This commit is contained in:
deepend 2025-06-19 06:25:02 -06:00
parent 149c94307c
commit e51f72fae0
2 changed files with 19 additions and 0 deletions

14
db.i.tilde Normal file
View File

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

View File

@ -310,3 +310,8 @@ zone "rohit.tilde" {
file "/etc/bind/db.rohit.tilde"; file "/etc/bind/db.rohit.tilde";
}; };
zone "i.tilde" {
type master;
file "/etc/bind/db.i.tilde";
};