소스 검색

Update 0.1.9.md

Stefan Pejcic 1 년 전
부모
커밋
48ea0a6b11
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      documentation/docs/changelog/0.1.9.md

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

@@ -51,6 +51,17 @@ Administrators can now disable direct server access and only allow access via Cl
 
 
 To enable this feature simply navigate to OpenAdmin > Firewall and click on the Cloudfare button.
 To enable this feature simply navigate to OpenAdmin > Firewall and click on the Cloudfare button.
 
 
+Or from terminal:
+
+- Enable Cloudflare restrictions:
+  ```bash
+  opencli cloudflare --enable
+  ```
+- Disable Cloudflare restrictions:
+  ```bash
+  opencli cloudflare --disable
+  ```
+
 ![screenshot of ipset cloudflare feature](https://i.postimg.cc/Z5dMnKSW-/image.png)
 ![screenshot of ipset cloudflare feature](https://i.postimg.cc/Z5dMnKSW-/image.png)
 
 
 This feature will regularry update Cloudflare ip addresses to make sure new CF IP ranges are included.
 This feature will regularry update Cloudflare ip addresses to make sure new CF IP ranges are included.