mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Firewall UDP rule transformed to TCP #12
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 @dc-peregrino-co on 2/21/2026
CloudPanel version(s) affected
2.5.3
Description
UDP port rules, are created as TCP ports in backend UFW firewall
How to reproduce
When creating a firewall rule like the following from the admin panel,
The created rule in UFW is
And this is how is showed in the firewall rules view:
Possible Solution
No response
Additional Context
No response