topzyh opened a new issue, #2449:
URL: https://github.com/apache/apisix-dashboard/issues/2449
### Issue description
When I add a IPv6 address in upstream nodes->host,
report an error:
schema validate failed: nodes: Must validate at least one schema (anyOf)
nodes.0.host: Does not match pattern '^\*?[0-9a-zA-Z-._]+$'
### Expected behavior
My server IP is a IPv6 address, I need add it
### How to Reproduce
Add a IPv6 Address in upstream nodes->host,
such as:
`{
"nodes": [
{
"host": "2409:1000:1::1003",
"port": 20000,
"weight": 10
},
…
],
…
}`
### Screenshots
_No response_
### Environment
- apisix-dashboard version: 2.11.0
### Additional context
_No response_
--
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]