diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-06-10 08:43:42 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-06-10 08:43:42 +0000 |
commit | 14a70774f0c0f4ed9f1e1d39e1ed56815d60b177 (patch) | |
tree | 0fde0225561335eae50601dbf960e4718b4c2f5e | |
parent | 251595a119a04c91172a38d52a10dd5dff77099e (diff) |
Add rfc1918 dummies to public view.
-rw-r--r-- | bind/named.conf.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local index 670f645..5e25466 100644 --- a/bind/named.conf.local +++ b/bind/named.conf.local @@ -45,4 +45,5 @@ view "external" { include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK"; include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK"; + include "/etc/bind/zones.rfc1918"; }; |