From a060280c8000ff57fe9649cb9fcb49bb5b8b91b7 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 22 Feb 2025 05:37:01 -0700 Subject: [PATCH] Updated DNS files --- db.ajm.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.ajm.tilde diff --git a/db.ajm.tilde b/db.ajm.tilde new file mode 100644 index 00000000..b3ba696e --- /dev/null +++ b/db.ajm.tilde @@ -0,0 +1,14 @@ +; BIND data file for ajm.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.ajm.tilde. ( + 2025022201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME ajm.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index d133266c..2c67cec6 100644 --- a/named.conf.local +++ b/named.conf.local @@ -215,3 +215,8 @@ zone "anton.tilde" { file "/etc/bind/db.anton.tilde"; }; +zone "ajm.tilde" { + type master; + file "/etc/bind/db.ajm.tilde"; +}; +