From 04e9b44db3ceb67d959972e08a825cb0dc047760 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 15 May 2024 00:36:41 +0200 Subject: [PATCH] comment for 'internal_https.default' --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7559640..77d67f3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -81,7 +81,7 @@ dns_over_tls.fixed = true dns_over_quic.default = 784 dns_over_quic.exposed = "UDP" dns_over_tls.fixed = true -internal_https.default = 13120 +internal_https.default = 13120 # dummy port because the app settings requiring it # 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 # edit dnsmasq's configuration to allow AGH to use port 53 on non-localhost IPs