mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-09 18:20:02 +00:00
15 lines
224 B
Text
15 lines
224 B
Text
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";
|