mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
When updating firewall its reseting #77
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SuperUser-exe on 7/2/2025
CloudPanel version(s) affected
V2.5.1
Description
i manually deny traffic via ssh like below becuase no deny option on cloudpanel :
sudo ufw deny 80/tcp
sudo ufw deny 443/tcp
sudo ufw deny 443/udp
sudo ufw deny 8443/tcp
so its denied
after from Cloud Panel if i add/edit/delete/ make any changes the all the above automatically changed to allow in so please fix this issue
How to reproduce
just delete/edit/ current firewall setting from cloud panel after run the command you can understand see my screenshot
Possible Solution
1- add deny option in cloud panel
OR
2- if i add/edit/delete Only change that entry dont affect other line
Additional Context
No response