-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[1.8] network: prefer ipv4 DNS results option #4501
Conversation
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Just tested this. Looks like the issue still exists. With
More details: |
I can no longer reproduce the issue. Either I did something silly last week, and was not testing the right version of the custom build. Or there might be some changes in GCP (e.g. Logging API no longer returns IPv6, or windows 2016 suddenly supports IPv6?) over the last few days. |
This PR adds a new configuration option that can be specified either at service level or output plugin level meant to prioritize IPv4 DNS results when trying to establish a connection.
When used at
SERVICE
level it will set the default system wide value that will be inherited by any output plugins (unless they actively override it).Usage examples :
Plugin level usage example :