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; };