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