mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.1.9.md
This commit is contained in:
parent
a7167a9679
commit
0de0c7a4a4
@ -11,6 +11,7 @@ Not yet released.
|
|||||||
### 🚀 New features
|
### 🚀 New features
|
||||||
- OpenAdmin Notifications Center is now using [Sentinel](https://github.com/stefanpejcic/Sentinel/tree/main) service
|
- OpenAdmin Notifications Center is now using [Sentinel](https://github.com/stefanpejcic/Sentinel/tree/main) service
|
||||||
- [IPset Blacklists for UFW](#ipset-blacklists)
|
- [IPset Blacklists for UFW](#ipset-blacklists)
|
||||||
|
- [Restrict access to Cloudflare only with a single click](#cloudflare-only)
|
||||||
- [OpenPanel FTP - FTP module for OpenPanel (**BETA**)](https://github.com/stefanpejcic/OpenPanel-FTP/)
|
- [OpenPanel FTP - FTP module for OpenPanel (**BETA**)](https://github.com/stefanpejcic/OpenPanel-FTP/)
|
||||||
- [OpenMail - Emails module for OpenPanel (**BETA**)](https://github.com/stefanpejcic/OpenMail/)
|
- [OpenMail - Emails module for OpenPanel (**BETA**)](https://github.com/stefanpejcic/OpenMail/)
|
||||||
- [`opencli faq` command to show frequently asked questions](#opencli-faq)
|
- [`opencli faq` command to show frequently asked questions](#opencli-faq)
|
||||||
@ -28,6 +29,30 @@ Not yet released.
|
|||||||
- `opencli -v` is now an alias for `opencli --version`.
|
- `opencli -v` is now an alias for `opencli --version`.
|
||||||
|
|
||||||
|
|
||||||
|
## Cloudflare only
|
||||||
|
|
||||||
|
Administrators can now disable direct server access and only allow access via Cloudflare proxy.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
OpenPanel server
|
||||||
|
_____________________________
|
||||||
|
__________________________________ | | |
|
||||||
|
| | | F | |
|
||||||
|
-->| Traffic comming from Cloudflare |---------->| I | Websites |
|
||||||
|
|__________________________________| | R | |
|
||||||
|
__________________________________ | E | & |
|
||||||
|
| | | W | |
|
||||||
|
-->| Direct access to server IP |----------X| A | User services |
|
||||||
|
|__________________________________| | L | |
|
||||||
|
| L | |
|
||||||
|
|_____|_______________________|
|
||||||
|
```
|
||||||
|
|
||||||
|
To enable this feature simply navigate to OpenAdmin > Firewall and click on the Cloudfare button.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## IPset Blacklists
|
## IPset Blacklists
|
||||||
|
|
||||||
OpenAdmin Firewall now allows Administrators to easily add blacklists to block IP addresses from known malicious sources.
|
OpenAdmin Firewall now allows Administrators to easily add blacklists to block IP addresses from known malicious sources.
|
||||||
|
Loading…
Reference in New Issue
Block a user