Updated DNS files

This commit is contained in:
deepend 2025-04-06 08:01:01 -06:00
parent 5a4ae52fe6
commit d7b47878e5
6 changed files with 27 additions and 8 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 162.198.140.77
* IN A 162.198.140.77
@ IN A 15.204.224.63
* IN A 15.204.224.63

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 15.204.224.63
* IN A 15.204.224.63

14
db.mcclure.tilde Normal file
View File

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

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 15.204.224.63
* IN A 15.204.224.63

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 15.204.224.63
* IN A 15.204.224.63

View File

@ -245,3 +245,8 @@ zone "ashellm.tilde" {
file "/etc/bind/db.ashellm.tilde";
};
zone "mcclure.tilde" {
type master;
file "/etc/bind/db.mcclure.tilde";
};