Enable DoT and DoH with ephemeral certificates

This commit is contained in:
Ondřej Surý
2024-08-27 08:19:33 +02:00
parent 523ee6b829
commit 61bbe666d5

View File

@@ -1,6 +1,14 @@
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 http local { any; };
listen-on tls ephemeral { any; };
listen-on-v6 tls ephemeral http local { any; };
};