From 69d136247f283e455f7b3e63d134f4513384e6b1 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 12 Apr 2025 19:39:02 -0600 Subject: [PATCH] Updated DNS files --- db.prfa.tilde | 14 ++++++++++++++ named.conf.local | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 db.prfa.tilde diff --git a/db.prfa.tilde b/db.prfa.tilde new file mode 100644 index 00000000..bf625d24 --- /dev/null +++ b/db.prfa.tilde @@ -0,0 +1,14 @@ +; BIND data file for prfa.tilde +$TTL 604800 +@ IN SOA ns1.master.tilde. root.prfa.tilde. ( + 2025041201 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS ns1.master.tilde. +@ IN NS ns2.master.tilde. +www IN CNAME prfa.tilde +@ IN A +* IN A diff --git a/named.conf.local b/named.conf.local index 515a035d..e91fdb30 100644 --- a/named.conf.local +++ b/named.conf.local @@ -260,3 +260,8 @@ zone "camelia.tilde" { file "/etc/bind/db.camelia.tilde"; }; +zone "prfa.tilde" { + type master; + file "/etc/bind/db.prfa.tilde"; +}; +