cyberpanel/firewall
Master3395 694cb03c80 Add firewall rule management features and enhance repository setup
- Implemented functionality to edit existing firewall rules, including validation and error handling.
- Added endpoints for exporting and importing firewall rules in JSON format, allowing users to manage rules more efficiently.
- Enhanced the user interface with modals for editing rules and buttons for exporting/importing rules.
- Updated the `cyberpanel.sh` script to support AlmaLinux 10 and improved LiteSpeed GPG key import with fallback options.
- Refactored repository setup to accommodate different OS versions, ensuring compatibility with CentOS and AlmaLinux.
2025-09-17 00:32:07 +02:00
..
migrations Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
static/firewall Add firewall rule management features and enhance repository setup 2025-09-17 00:32:07 +02:00
templates/firewall Add firewall rule management features and enhance repository setup 2025-09-17 00:32:07 +02:00
.DS_Store Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
EXPORT_IMPORT_FIREWALL_RULES.md Add firewall rule management features and enhance repository setup 2025-09-17 00:32:07 +02:00
__init__.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
admin.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
firewallManager.py Add firewall rule management features and enhance repository setup 2025-09-17 00:32:07 +02:00
models.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
pluginManager.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
signals.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
tests.py Initial commit for v2.4.3 2025-08-01 14:56:30 +05:00
urls.py Add firewall rule management features and enhance repository setup 2025-09-17 00:32:07 +02:00
views.py Add firewall rule management features and enhance repository setup 2025-09-17 00:32:07 +02:00