From d52a3f9add147886c017c93f9ca6ce8917206a12 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 13 Feb 2011 23:33:35 +0000 Subject: - fix dns problem on friteuse ( as bind compete with dnsmasq for port 53 ) --- modules/bind/templates/named_base.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/bind/templates/named_base.conf b/modules/bind/templates/named_base.conf index 3eb30478..c066f16a 100644 --- a/modules/bind/templates/named_base.conf +++ b/modules/bind/templates/named_base.conf @@ -18,6 +18,10 @@ logging { acl "trusted_networks" { 127.0.0.1; 212.85.158.144/28; + # used for various virtual machines + 192.168.0.0/16; + 10.0.0.0/8; + 172.16.0.0/12; }; // Enable statistics at http://127.0.0.1:5380/ statistics-channels { -- cgit v1.2.1