Skip to content
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

Why does Host only support IP addresses? #265

Closed
nereus-east opened this issue Mar 4, 2021 · 3 comments
Closed

Why does Host only support IP addresses? #265

nereus-east opened this issue Mar 4, 2021 · 3 comments

Comments

@nereus-east
Copy link

version: 1.1.0

if (!InetAddresses.isInetAddress(host) || (port <= 0 || port >= 65535)) {

When I use hostname as the host, I find that I can only use IP, but my IP will change

@jude-zhu
Copy link
Contributor

jude-zhu commented Mar 5, 2021

nebula v1.x doesn't support hostname, v2.0 yes

@nereus-east
Copy link
Author

Does v2 already have a release available for production environments?

@jude-zhu
Copy link
Contributor

jude-zhu commented Mar 5, 2021

on the way~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants