Updated DNS files

This commit is contained in:
deepend 2025-06-18 10:31:02 -06:00
parent d182e24a92
commit 7115a2be31
2 changed files with 19 additions and 0 deletions

14
db.testttttt Normal file
View File

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

View File

@ -305,3 +305,8 @@ zone "ibrahim.tilde" {
file "/etc/bind/db.ibrahim.tilde";
};
zone "testttttt" {
type master;
file "/etc/bind/db.testttttt";
};