Updated DNS files

This commit is contained in:
deepend 2025-07-05 00:10:01 -06:00
parent 8483c7e845
commit 85452819e9
9 changed files with 50 additions and 12 deletions

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME a.tilde
@ IN A 15.204.224.63
* IN A 15.204.224.63
@ IN A 135.148.100.14
* IN A 135.148.100.14

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME anton.tilde
@ IN A 162.198.140.77
* IN A 162.198.140.77
@ IN A 135.148.100.14
* IN A 135.148.100.14

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME mcclure.tilde
@ IN A 162.198.140.77
* IN A 162.198.140.77
@ IN A 135.148.100.14
* IN A 135.148.100.14

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME next.tilde
@ IN A 162.198.140.77
* IN A 162.198.140.77
@ IN A 135.148.100.14
* IN A 135.148.100.14

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME nonpaged.tilde
@ IN A 162.198.140.77
* IN A 162.198.140.77
@ IN A 135.148.100.14
* IN A 135.148.100.14

14
db.ns1.tilde Normal file
View File

@ -0,0 +1,14 @@
; 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
* IN A

14
db.ns2.tilde Normal file
View File

@ -0,0 +1,14 @@
; 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
* IN A

View File

@ -10,5 +10,5 @@ $TTL 604800
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME x.tilde
@ IN A 162.198.140.77
* IN A 162.198.140.77
@ IN A 135.148.100.14
* IN A 135.148.100.14

View File

@ -315,3 +315,13 @@ zone "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";
};