wanisfahmyDE opened a new issue, #6977: URL: https://github.com/apache/incubator-devlake/issues/6977
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case The config-ui's nginx throws an error on startup when running in an IPv6-only environment. This error arises because the existing command used to extract DNS server addresses does not properly handle IPv6 addresses. Running the config-ui in an IPv6 only environment throws the below error: 2024/02/19 09:31:08 [emerg] 14#14: invalid port in resolver "xxxx:xxxx:xxxx::a" in /etc/nginx/conf.d/default.conf:26 nginx: [emerg] invalid port in resolver "xxxx:xxxx:xxxx::a" in /etc/nginx/conf.d/default.conf:26 ### Description Without proper address substitution, we are not able to run DevLake in an IPv6 only environment ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
