Updated DNS files

This commit is contained in:
deepend 2025-07-05 00:59:01 -06:00
parent d07850dfc3
commit a0c263afa4
3 changed files with 0 additions and 38 deletions

View File

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

View File

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

View File

@ -315,13 +315,3 @@ zone "i.tilde" {
file "/etc/bind/db.i.tilde"; file "/etc/bind/db.i.tilde";
}; };
zone "ns1.tilde" {
type master;
file "/etc/bind/db.ns1.tilde";
};
zone "ns2.tilde" {
type master;
file "/etc/bind/db.ns2.tilde";
};