mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 20:51:18 +00:00
12 lines
208 B
Text
12 lines
208 B
Text
options {
|
|
directory "/var/bind";
|
|
|
|
allow-recursion { any; };
|
|
allow-transfer { none; };
|
|
|
|
listen-on port 1053 { 127.0.0.1; };
|
|
|
|
pid-file "/var/run/named/named.pid";
|
|
};
|
|
|
|
include "/etc/bind/named.stubs";
|