浏览代码

Update 0.1.9.md

Stefan Pejcic 1 年之前
父节点
当前提交
0de0c7a4a4
共有 1 个文件被更改,包括 25 次插入0 次删除
  1. 25 0
      documentation/docs/changelog/0.1.9.md

+ 25 - 0
documentation/docs/changelog/0.1.9.md

@@ -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.
+
+![screenshot of ipset cloudflare feature](https://i.postimg.cc/Z5dMnKSW-/image.png)
+
+
 ## 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.