Skip to content

Commit 94fd41d

Browse files
authored
docs: update API connection instructions to include allow-all option to bypass IP filtering (hestiacp#4727)
* docs: update API connection instructions to include allow-all option to bypass IP filtering * fixing some grammar mistakes
1 parent 81d154f commit 94fd41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ With the release of Hestia v1.6.0, we have introduced a more advanced API system
88

99
## I’m unable to connect to the API
1010

11-
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.
11+
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```
1212

1313
## Can I disable the API?
1414

0 commit comments

Comments
 (0)