From 7115a2be312ca91f5804aef39c29512367beae2f Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Jun 2025 10:31:02 -0600 Subject: [PATCH] Updated DNS files --- db.testttttt | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.testttttt diff --git a/db.testttttt b/db.testttttt new file mode 100644 index 00000000..56193936 --- /dev/null +++ b/db.testttttt @@ -0,0 +1,14 @@ +; BIND data file for testttttt +$TTL 604800 +@ IN SOA ns1.master.tilde. root.testttttt. ( + 2025061801 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME testttttt +@ IN A 142.44.150.184 +* IN A 142.44.150.184 diff --git a/named.conf.local b/named.conf.local index 8fb71acc..727824bc 100644 --- a/named.conf.local +++ b/named.conf.local @@ -305,3 +305,8 @@ zone "ibrahim.tilde" { file "/etc/bind/db.ibrahim.tilde"; }; +zone "testttttt" { + type master; + file "/etc/bind/db.testttttt"; +}; +