Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install_remnawave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -5720,4 +5720,4 @@ case $OPTION in
exit 1
;;
esac
exit 0
exit 0