personal-dns/named.conf

16 lines
224 B
Text
Raw Normal View History

2018-05-09 15:23:04 +00:00
options {
directory "/var/bind";
allow-recursion {
127.0.0.1/32;
};
listen-on port 1053 { 127.0.0.1; };
pid-file "/var/run/named/named.pid";
allow-transfer { none; };
};
include "/etc/bind/named.stubs";