Update 0.2.1.md

This commit is contained in:
Stefan Pejcic 2024-06-10 15:03:13 +02:00 committed by GitHub
parent ad69d1a875
commit bcd90d63e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ Not yet released.
- OpenAdmin > Templates
- [Internal OpenPanel blacklist](#openpanel-blacklist)
- [FOSSBilling Module **BETA**](https://github.com/stefanpejcic/FOSSBilling-OpenPanel)
- [OpenAdmin > Firewall > Settings](#firewall-settings)
### 🐛 Bug fixes
- Excluded `/send_email` route on OpenAdmin from terms check.
@ -129,5 +130,16 @@ New extensions:
Due to the higher number of extensions, we are also changing the install method to run in parallel. This may result in incosistent logs for php version install, but will speed up the install up to 4x.
### Firewall Settings
*OpenAdmin > Frewall > Settings* page displays current firewall status, allows you to enable/disable firewall, edit settings, export existing rules or reset rules for all users.
![firewall-settings](https://i.postimg.cc/Kvx5BzWp/image.png)
- **IPv6** options allows you to enable or disable IPv6 rules. When disabled, the IPv6 ports tab is hidden.
- **Default Input Policy** allows you to set DROP or ACCEPT incoming connections to ports that are not specified in the rules.
- **Default Output Policy** allows you to set DROP or ACCEPT outgoing connections from ports that are not specified in the rules.
- **Export IPv4 rules** will download in txt file all existing ipv4 rules.
- **Export IPv6 rules** will download in txt file all existing ipv6 rules.
- **Reset ports for all users** will delete opened ports for all users and open the current ports for all active users.