diff options
Diffstat (limited to 'modules/bind')
-rw-r--r-- | modules/bind/templates/named_base.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |