From 880c02d55da88c0f84be1c20b983c55776980b2e Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 14 Jan 2024 23:25:04 -0700 Subject: [PATCH] Updated DNS files --- db.thisisjustatest.tilde | 15 +++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 db.thisisjustatest.tilde diff --git a/db.thisisjustatest.tilde b/db.thisisjustatest.tilde new file mode 100644 index 00000000..a1a07d2a --- /dev/null +++ b/db.thisisjustatest.tilde @@ -0,0 +1,15 @@ +; BIND data file for thisisjustatest.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.thisisjustatest.tilde. ( + 2024011401 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +@ IN NS ns3.master.tilde. +www IN CNAME thisisjustatest.tilde +@ IN A 142.44.150.184 +* IN A 142.44.150.184 diff --git a/named.conf.local b/named.conf.local index 8e69ea2b..87a683ec 100644 --- a/named.conf.local +++ b/named.conf.local @@ -30,3 +30,8 @@ zone "club.tilde" { file "/etc/bind/db.club.tilde"; }; +zone "thisisjustatest.tilde" { + type master; + file "/etc/bind/db.thisisjustatest.tilde"; +}; +