Updated DNS files

This commit is contained in:
deepend 2025-05-09 20:24:01 -06:00
parent 91d20b30db
commit d54705f091
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 anton.tilde
@ IN A 15.204.224.63
* IN A 15.204.224.63
@ IN A 162.198.140.77
* IN A 162.198.140.77

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

14
db.nix.tilde Normal file
View File

@ -0,0 +1,14 @@
; BIND data file for nix.tilde
$TTL 604800
@ IN SOA ns1.master.tilde. root.nix.tilde. (
2025050901 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde.
www IN CNAME nix.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 nonpaged.tilde
@ IN A 15.204.224.63
* IN A 15.204.224.63
@ IN A 162.198.140.77
* IN A 162.198.140.77

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

View File

@ -270,3 +270,8 @@ zone "nanayaw.tilde" {
file "/etc/bind/db.nanayaw.tilde";
};
zone "nix.tilde" {
type master;
file "/etc/bind/db.nix.tilde";
};