summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/files/named.conf.options
blob: 47df6c5d3cba8659c9b29e156f5c911df40b41d3 (plain)
1
2
3
4
5
6
options {
        allow-query     { 127.0.0.1; };
        allow-transfer  { none; };
        listen-on        { 127.0.0.1; };
};