-
Notifications
You must be signed in to change notification settings - Fork 30
Add mDNS configuration #290
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except for the minor stuff I mentioned.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost done. Apologies if this looks like nitpicking, but this can be done in a perfect way that maps the semantics of what's going on at runtime. Let's try that!
Enums serialized quite nicely, let me know what you think |
Looking good! I'm glad we tried. |
Remove the old `DiscoveryStrategy` enum from the networking interface and instead let the user configure whether mDNS is enabled via command line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No real complaints from me
No description provided.