From 74fcbc3d287e294b1461596646ed1f1492cc206a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 15 May 2024 00:32:37 +0200 Subject: [PATCH] use fix ports for DoT and DoQ --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index bd9068f..7559640 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,8 +77,10 @@ type = "boolean" [resources.ports] dns_over_tls.default = 853 dns_over_tls.exposed = "Both" +dns_over_tls.fixed = true dns_over_quic.default = 784 dns_over_quic.exposed = "UDP" +dns_over_tls.fixed = true internal_https.default = 13120 # AGH also uses port 53 but we can't put it here as dnsmasq uses it by default # and the ynh core would assign us another port, however, on installation we