From 874f2913c0dc6c001449058411b8f0a4a889e0c3 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 17 Aug 2003 08:19:07 +0000 Subject: Make MSG a dual-view setup at hysbald.jones.dk (gotta rename that to hysbald.munksoegaard.dk nut not today). --- bind/named_hysbald.jones.dk.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'bind') diff --git a/bind/named_hysbald.jones.dk.conf b/bind/named_hysbald.jones.dk.conf index f59a754..cf58e73 100644 --- a/bind/named_hysbald.jones.dk.conf +++ b/bind/named_hysbald.jones.dk.conf @@ -1 +1,16 @@ -include "/etc/local-COMMON/bind/named_MSG_fake.conf"; +include "/etc/local-COMMON/bind/named_MSG_acl.conf"; + +view "internal" { + match-clients { localnets; 192.168.0.0/16; }; + + include "/etc/local-COMMON/bind/named_BASE.conf"; + include "/etc/local-COMMON/bind/named_MSG_fake.conf"; +}; + +view "external" { + match-clients { any; }; + recursion no; + + include "/etc/local-COMMON/bind/named_BASE.conf"; + include "/etc/local-COMMON/bind/named_MSG_pri.conf"; +}; -- cgit v1.2.3