瀏覽代碼

docs: update API connection instructions to include allow-all option to bypass IP filtering (#4727)

* docs: update API connection instructions to include allow-all option to bypass IP filtering

* fixing some grammar mistakes
Bilal Mbarki 1 年之前
父節點
當前提交
94fd41d9da
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs/server-administration/rest-api.md

+ 1 - 1
docs/docs/server-administration/rest-api.md

@@ -8,7 +8,7 @@ With the release of Hestia v1.6.0, we have introduced a more advanced API system
 
 
 ## I’m unable to connect to the API
 ## I’m unable to connect to the API
 
 
-With the release of Hestia v1.4.0, we have decided the security needed to be tightened. If you want to connect to the API from a remote server, you will first need to whitelist its IP address. To add multiple addresses, separate them with a new line.
+With the release of Hestia v1.4.0, we have decided the security needed to be tightened. If you want to connect to the API from a remote server, you will first need to whitelist its IP address. To add multiple addresses, separate them with a new line. To bypass the ip filtering, remove any existing ips and write : ```allow-all```
 
 
 ## Can I disable the API?
 ## Can I disable the API?