From 2d3ab2ebf76022a9a5b5d469b30d5abacd1a1b99 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 20 May 2024 23:36:36 +0200 Subject: [PATCH] adding command to release DoT/DoQ ports before the upgrade --- doc/PRE_UPGRADE.d/0.107.48~ynh3.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/PRE_UPGRADE.d/0.107.48~ynh3.md b/doc/PRE_UPGRADE.d/0.107.48~ynh3.md index e50d061..b755e06 100644 --- a/doc/PRE_UPGRADE.d/0.107.48~ynh3.md +++ b/doc/PRE_UPGRADE.d/0.107.48~ynh3.md @@ -1,4 +1,11 @@ -⚠️ **Important thing to do before upgrading:** if you enabled the "Enable DNS-over-HTTPS" option in your config panel, please disable it before upgrading, else the upgrade will fail! ⚠️ +⚠️ **Important thing to do before upgrading:** +⚠️ If you enabled the "Enable DNS-over-HTTPS" option in your config panel, please disable it and execute the following command before upgrading, else the upgrade will fail! + +```bash +yunohost firewall disallow Both 853 --no-reload && yunohost firewall disallow Both 784 +``` + +--- From this 0.107.48~ynh3 version, some things have changed: