Replies: 1 comment 2 replies
-
Hey @eldereal. I may be wrong, but reviewing the code it looks like this would likely require changing rust-libp2p/protocols/mdns/src/behaviour/iface.rs Lines 121 to 154 in a2a2816 Any reason why you would like to use a specific address? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want my service bind only some interfaces. I can achieve it by:
By this, the service only listens on 192.168.1.100. But when I enable mdns service, It still broadcasting all interface addresses.
How to restrict mdns only specified addresses in such case? I think this should be a common issue, maybe I missed something. But I searched the document and sources and find no clues.
Beta Was this translation helpful? Give feedback.
All reactions