Updated DNS files

This commit is contained in:
deepend 2024-01-13 09:20:04 -07:00
parent 6ebba98fb5
commit 827894aefe
2 changed files with 0 additions and 20 deletions

View File

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

View File

@ -5,11 +5,6 @@ zone "thunix.tilde" {
file "/etc/bind/db.thunix.tilde";
};
zone "club.tilde" {
type master;
file "/etc/bind/db.club.tilde";
};
zone "your.tilde" {
type master;
file "/etc/bind/db.your.tilde";