diff options
Diffstat (limited to 'roles/install_bind/templates')
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index 15af2e7..4704eee 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -29,6 +29,10 @@ options { server-id none; }; +statistics-channels { + inet 127.0.0.1 port 8053 allow { 127.0.0.1; }; +}; + zone "localhost" IN { type master; file "localhost.zone"; |