15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
http local {
|
|
endpoints { "/dns-query"; };
|
|
};
|
|
|
|
options {
|
|
directory "/var/cache/bind";
|
|
|
|
listen-on { any; };
|
|
listen-on-v6 { any; };
|
|
listen-on tls ephemeral { any; };
|
|
listen-on-v6 tls ephemeral { any; };
|
|
listen-on tls ephemeral http local { any; };
|
|
listen-on-v6 tls ephemeral http local { any; };
|
|
};
|