mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Security Rules and manual UFW rules collision #306
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 @enricoroselino on 12/12/2023
CloudPanel version(s) affected
2.4.0
Description
manually configured UFW rules is discarded after adding security rules from the panel, also the security rules doesnt pick up the manually configured UFW rules.
How to reproduce
any manual ufw rules command but heres the example :
sudo ufw allow in on tailscale0 to any port 8443then try add any any rules from panel
sudo ufw statusthe tailscale0 interface rule now is gone, and the ufw rules seems overwritten by the security panel rules.
Possible Solution
No response
Additional Context
No response