Updated DNS files

This commit is contained in:
deepend 2025-08-26 23:07:01 -06:00
parent 68a2b3498a
commit b466412ee5
2 changed files with 19 additions and 0 deletions

View File

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

View File

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