-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apicast fail to start when the resolv.conf contains an IPv6 DNS server #510
Comments
Confirmed this was introduced by #508. |
@nmasse-itix going to fix this now. Could you confirm the format of the IPv6 nameserver in your resolv.conf ? Is it There is no common definition how to define port in |
53 is for the port.
Note: it seems valid to have ports in the resolv.conf on MacOS (https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man5/resolver.5.html). However, I don't know why there is a 53 port for the IPv6 address and no port for the IPv4 address. [head scratching] |
@nmasse-itix would be a great help if you could try #511 as I don't have IPv6 available and would have to get a tunnel. |
When developing on Apicast, if there is an IPv6 DNS server in the
/etc/resolv.conf
file, Apicast fails to start.Version
Steps To Reproduce
/etc/resolv.conf
Current Result
Apicast fails to start. Commenting the IPv6 name server in the
resolv.conf
does not help, the line needs to be completely removed.Expected Result
The IPv6 addresses needs to be enclosed between brackets (see http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver) when generating the
resolver
directives.Additional Information
It seems that commented lines of the
resolv.conf
file are still taken into account.The text was updated successfully, but these errors were encountered: