From f47ae330919189c3dfaeaaf68c10d346df0ccd92 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 27 Dec 2023 01:10:26 +0100 Subject: [PATCH] tell the ynh core that port 53 is mandatory for DNS --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 35351ff..97e6052 100644 --- a/manifest.toml +++ b/manifest.toml @@ -74,6 +74,7 @@ autoupdate.strategy = "latest_github_release" [resources.ports] adguard.default = 53 adguard.exposed = "Both" +adguard.fixed = true dns_over_http.default = 853 dns_over_http.exposed = "Both" dns_over_quic.default = 784