Updated DNS files

This commit is contained in:
deepend 2025-06-18 10:41:02 -06:00
parent 86253a302e
commit 74a8c9d8d7
2 changed files with 0 additions and 19 deletions

View File

@ -1,14 +0,0 @@
; BIND data file for yabadabado
$TTL 604800
@ IN SOA ns1.master.tilde. root.yabadabado. (
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 yabadabado
@ IN A 142.44.150.184
* IN A 142.44.150.184

View File

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