-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
How to get the IP of the resolved service? #96
Comments
Hey, Why do you want to resolve a service host ? Most of the time you only need an host 🙂 |
Hey @Skyost, thanks for the reply! How is it possible to query the service without an IP? Sorry for the n00b question, but I thought the host name was just "superficial" - so it's possible to make an http request like: |
Sorry for the delay, I was super busy until last week. Yep, you can totally make your requests to |
That's so cool! Thank you very much. Can't wait to try this out :D |
Hi there! First of all thanks for making this package, it works super great OOTB.
The only trouble I'm having is how to get the IP of the published service after resolving it... doing a code search, I see that
service.ip
was updated toservice.host
, but when I print outservice.host
it isn't an IP address but the host name like "Android.local."Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: