From e83ee9a5f0e78ad453307c523c41b2522c1408f7 Mon Sep 17 00:00:00 2001 From: Whyverum <127205388+Whyverum@users.noreply.github.com> Date: Sat, 28 Feb 2026 18:32:45 +0700 Subject: [PATCH] Add comment to ufw rule 2222 --- install_remnawave.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_remnawave.sh b/install_remnawave.sh index fe1ed9c..2171b07 100644 --- a/install_remnawave.sh +++ b/install_remnawave.sh @@ -1437,7 +1437,7 @@ open_panel_access() { docker compose up -d remnawave-nginx > /dev/null 2>&1 & spinner $! "${LANG[WAITING]}" - ufw allow from 0.0.0.0/0 to any port 8443 proto tcp > /dev/null 2>&1 + ufw allow from 0.0.0.0/0 to any port 8443 proto tcp comment "PANEL_CONNECT" > /dev/null 2>&1 ufw reload > /dev/null 2>&1 sleep 1 @@ -5720,4 +5720,4 @@ case $OPTION in exit 1 ;; esac -exit 0 \ No newline at end of file +exit 0