chenxing0755 opened a new issue #6566: URL: https://github.com/apache/apisix/issues/6566
### Improved or typo fixed. 1. one description apisix source code file: apache-apisix-2.12.1-src\apache-apisix-2.12.1-src\conf\config-default.yaml there is a configuration item "apisix.allow_admin" ,the official description is " # If we don't set any IP list, then any IP access is allowed by default." ,the screenshot below:  2. the opposite description official website :https://apisix.apache.org/zh/docs/apisix/FAQ the configuration item "apisix.allow_admin" ,the description is "By default, Apache APISIX only allows 127.0.0.0/24 IP address range to access the Admin API"  3. Tests have found that,the description of configuration item "apisix.allow_admin" , official website FAQ is right,the source code file is wrong 。 ### Solution Modify the description of configuration item "apisix.allow_admin" in this source code file "apache-apisix-2.12.1-src\apache-apisix-2.12.1-src\conf\config-default.yaml" -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
