From f1440115ab5088644a00085a6c8b16472b652b26 Mon Sep 17 00:00:00 2001 From: Kameron Kenny - pi501 Date: Sat, 25 May 2024 14:39:46 -0400 Subject: [PATCH] configure --- primary/etc/bind/named.conf | 7 +++++++ secondary/etc/bind/named.conf | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/primary/etc/bind/named.conf b/primary/etc/bind/named.conf index 67af506..cd5464e 100755 --- a/primary/etc/bind/named.conf +++ b/primary/etc/bind/named.conf @@ -29,6 +29,13 @@ zone "kameronkenny.com" in { also-notify { 10.99.153.242; }; }; +zone "thelinux.pro" in { + type master; + file "/var/lib/bind/db.thelinux.pro"; + allow-transfer { 10.99.153.242; }; + also-notify { 10.99.153.242; }; +}; + zone "200.10.in-addr.arpa" in { type master; file "db.10.200"; diff --git a/secondary/etc/bind/named.conf b/secondary/etc/bind/named.conf index ae8eeec..11e46d8 100755 --- a/secondary/etc/bind/named.conf +++ b/secondary/etc/bind/named.conf @@ -18,6 +18,11 @@ zone "kameronkenny.com" in { primaries { 10.99.153.241; }; }; +zone "thelinux.pro" in { + type secondary; + primaries { 10.99.153.241; }; +}; + zone "in.thelinuxpro.net" in { type secondary; primaries { 10.99.153.241; };