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