-
Notifications
You must be signed in to change notification settings - Fork 9
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
Avoid DNS lookup if provided an IPv4 or IPv6 #221
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @JaggerJo on file. In order for us to review and merge your code, please sign our Contributor License Agreement to get yourself added. You'll find the CLA and more information here: https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc#contributor-license-agreement |
✅ done |
Thanks @JaggerJo! Let me work out the CLA bot issues and I'll aim to merge right afterwards. |
Thanks @pglombardo ! Could you also take a look at: |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Thanks @JaggerJo! This will go out in the next release. |
Description
see issue #220
In short: Skip the DNS lookup if an IP was provided as Host.
Related Issue
#220
#216
Type of Change
Checklist
rake test
)