Enable DoT and DoH with ephemeral certificates
This commit is contained in:
@@ -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; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user