You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be the possibility to activate and manage a firewall in the CP.
It offers itself here to use UFW.
For Python there is a small wrapper: https://pypi.org/project/pyufw/ with it the administration of the firewall is very simple.
Procedure
When activating check if UFW is installed, if not install it.
Automatically set the rules for SSH, FastCP, HTTP and HTTPS:
These rules should be the default.
In addition, you should be able to add or delete more rules.
This should be kept very simple in the style of FastCP, meaning that only the services are displayed.
Something like:
Enhancement
There should be the possibility to activate and manage a firewall in the CP.
It offers itself here to use UFW.
For Python there is a small wrapper: https://pypi.org/project/pyufw/ with it the administration of the firewall is very simple.
Procedure
UFW
is installed, if not install it.These rules should be the default.
In addition, you should be able to add or delete more rules.
This should be kept very simple in the style of FastCP, meaning that only the services are displayed.
Something like:
When a rule is set, you change the button from Allow to Block.
You should see all rules that are active, and you should be able to delete them.
Version 2
In the further course there should be an expert view, which allows creating more exact rules, e.g.: blocking of IP's and the like.
The text was updated successfully, but these errors were encountered: