-
Notifications
You must be signed in to change notification settings - Fork 43
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
Disallow resolving certain domains #278
Comments
When this happens, did you publish the service on the local host as well? If yes, it's expected to resolve the addresses that belong to the local host. If not, or if you think otherwise, could you please elaborate the details ? |
Yes the publisher and querier live on the same device I wanted to know if this is possible to ignore resolving certain addresses such as the local host without first resolving them. Although reading the RFC 6763 more thoroughly I see it might not be possible. Still I am keeping this open for your comments. |
To me, it doesn't make sense to "ignore resolving certain addresses" in general. Like you probably noticed, it would not be compliant to RFC if That said, for the specific case of resolving local addresses, we could try to disable |
Yeah I got that.
Cool do let me know if you got any successes with that. Anyways thanks for the response. I am closing this now. |
@AMythicDev I got a chance to try out Well, I spoke too soon. Looks like not working in Windows yet. |
I have been using the ServiceDaemon to both publish and search a service, basically something like a peer to peer network. However one issue that I encounter is that the ServiceDaemon also resolves addresses that belongs to itself, which is basically pointless.
Although this may not seem much of a problem, but a solution to this problem can also be potentially extended to cases where we want to blacklist resolving certain hosts.
The text was updated successfully, but these errors were encountered: