-
Notifications
You must be signed in to change notification settings - Fork 415
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
Use Ipv4 address for port checker #2396
Conversation
Technically the If there is any desire for that as well. I see very few things nowadays not using https though. |
Fixes #2402 |
Added support for preferIpv4 on plain http requests as well. Switching to the more diverse function |
Added Work In Progress label. Looking for changes and to disable by default to reduce the chances of a regression. Anther pull request will be required with improvements to enable the feature by default. |
Target changed to version 4.1 stable. Version 4.0 stable is being released next week. |
change default in check_port to false
Yeah perhaps we could just skip the feature altogether for insecure |
@dylansama I edited your pull request and squash merged the changes into version 4.0 stable. I wanted to show you how to create an effective pull request. The useIpv4 feature is enabled by default. There is no risk of regression. If you would like to make additional improvements, please create a new pull request. |
Pass
--ipv4
parameter to curl to use Ipv4 address, when checking for ports. The port checker websites do not support Ipv6.