stubbornTanzhe opened a new issue, #7972:
URL: https://github.com/apache/apisix/issues/7972
### Description
```
admin_listen: # use a separate port
ip: 0.0.0.0 # Specific IP, if not set, the default
value is `0.0.0.0`.
port: 9180 # Specific port, which must be different
from node_listen's port.
```
```
netstat -antup| grep 9180
tcp 0.0.0.0:9180 listen
```
how can i change config to listen ipv6 address for the control plane?
### Environment
- APISIX version (run `apisix version`): 2.13.3
- Operating system (run `uname -a`): centos7
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
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]