Updated DNS files

This commit is contained in:
deepend 2025-08-26 23:10:02 -06:00
parent d2ec9df97d
commit 818d19c487
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
; BIND data file for thisisacompletelyrandomstring.tilde ; BIND data file for whatisthisomg.tilde
$TTL 604800 $TTL 604800
@ IN SOA ns1.master.tilde. root.thisisacompletelyrandomstring.tilde. ( @ IN SOA ns1.master.tilde. root.whatisthisomg.tilde. (
2025082701 ; Serial 2025082701 ; Serial
604800 ; Refresh 604800 ; Refresh
86400 ; Retry 86400 ; Retry
@ -9,6 +9,6 @@ $TTL 604800
; ;
@ IN NS ns1.master.tilde. @ IN NS ns1.master.tilde.
@ IN NS ns2.master.tilde. @ IN NS ns2.master.tilde.
www IN CNAME thisisacompletelyrandomstring.tilde www IN CNAME whatisthisomg.tilde
@ IN A 172.66.170.246 @ IN A 127.0.0.1
* IN A 172.66.170.246 * IN A 127.0.0.1

View File

@ -340,8 +340,8 @@ zone "tydes.tilde" {
file "/etc/bind/db.tydes.tilde"; file "/etc/bind/db.tydes.tilde";
}; };
zone "thisisacompletelyrandomstring.tilde" { zone "whatisthisomg.tilde" {
type master; type master;
file "/etc/bind/db.thisisacompletelyrandomstring.tilde"; file "/etc/bind/db.whatisthisomg.tilde";
}; };