spacewander commented on code in PR #7806: URL: https://github.com/apache/apisix/pull/7806#discussion_r956898079
########## conf/config-default.yaml: ########## @@ -74,9 +74,10 @@ apisix: allow_admin: # http://nginx.org/en/docs/http/ngx_http_access_module.html#allow - 127.0.0.0/24 # If we don't set any IP list, then any IP access is allowed by default. #- "::/64" - #admin_listen: # use a separate port - # ip: 127.0.0.1 # Specific IP, if not set, the default value is `0.0.0.0`. - # port: 9180 + admin_listen: # use a separate port + ip: 0.0.0.0 # Specific IP, if not set, the default value is `0.0.0.0`. Review Comment: This PR doesn't change the default IP. We already use `0.0.0.0` as the default IP of DP and CP now. -- 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]
