From b466412ee5c60b831ca77c02ec548e30ca228a88 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 26 Aug 2025 23:07:01 -0600 Subject: [PATCH] Updated DNS files --- db.thisisacompletelyrandomstring.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.thisisacompletelyrandomstring.tilde diff --git a/db.thisisacompletelyrandomstring.tilde b/db.thisisacompletelyrandomstring.tilde new file mode 100644 index 00000000..5ee580e2 --- /dev/null +++ b/db.thisisacompletelyrandomstring.tilde @@ -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 diff --git a/named.conf.local b/named.conf.local index 43763025..169c44ff 100644 --- a/named.conf.local +++ b/named.conf.local @@ -340,3 +340,8 @@ zone "tydes.tilde" { file "/etc/bind/db.tydes.tilde"; }; +zone "thisisacompletelyrandomstring.tilde" { + type master; + file "/etc/bind/db.thisisacompletelyrandomstring.tilde"; +}; +