From 8fa54453a50953250cb17bd1adfeaaceafb886c3 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 3 Jan 2024 22:06:38 +0100 Subject: [PATCH] add mention of the use of the port 53 in the manifest --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 9d7f989..823c842 100644 --- a/manifest.toml +++ b/manifest.toml @@ -78,6 +78,9 @@ dns_over_http.exposed = "Both" dns_over_quic.default = 784 dns_over_quic.exposed = "UDP" 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 +# edit dnsmasq's configuration to allow AGH to use port 53 on non-localhost IPs [resources.system_user]