From 02ac2dc0a9f59132a06763fc03317a05f370953b Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 29 Jan 2024 05:00:05 -0700 Subject: [PATCH] Updated DNS files --- db.iex.tilde | 15 +++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 20 insertions(+) create mode 100644 db.iex.tilde diff --git a/db.iex.tilde b/db.iex.tilde new file mode 100644 index 00000000..b3ef9e50 --- /dev/null +++ b/db.iex.tilde @@ -0,0 +1,15 @@ +; BIND data file for iex.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.iex.tilde. ( + 2024012901 ; 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 iex.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 088ef52c..5f59306c 100644 --- a/named.conf.local +++ b/named.conf.local @@ -35,3 +35,8 @@ zone "fedai.tilde" { file "/etc/bind/db.fedai.tilde"; }; +zone "iex.tilde" { + type master; + file "/etc/bind/db.iex.tilde"; +}; +