starsz commented on a change in pull request #1901: URL: https://github.com/apache/apisix-dashboard/pull/1901#discussion_r633996841
########## File path: docs/en/latest/FAQ.md ########## @@ -70,3 +70,29 @@ $ swagger generate spec -o ./docs/en/latest/api/api.yaml --scan-models ```shell $ swagger-markdown -i ./docs/en/latest/api/api.yaml ``` + +### 6. How to allow all IPs to access APISIX Dashboard + +1. Allow all IPv4 access + +By default, the IPv4 range of `127.0.0.0/24` is allowed to access `APISIX Dashboard`. If you want to allow all IPv4 access, then just configure `conf.allow_list` in the configuration file of `conf/conf.yaml` as follows: + Review comment: ``` conf: allow_list: ``` can also work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org