diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-08-17 08:19:07 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-08-17 08:19:07 +0000 |
commit | 874f2913c0dc6c001449058411b8f0a4a889e0c3 (patch) | |
tree | 6498bc4e13e3228a1a1654a31dee6981150001b3 | |
parent | 96f6a9a06e34da480405974fdfc096c2ff667d7f (diff) |
Make MSG a dual-view setup at hysbald.jones.dk (gotta rename that to hysbald.munksoegaard.dk nut not today).
-rw-r--r-- | bind/named_hysbald.jones.dk.conf | 17 |
1 files changed, 16 insertions, 1 deletions
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"; +}; |