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

Rewrite mdns rules to limit to multicast and allow IPv6 #197

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Aug 18, 2023

This limits the mdns listener to only listen on multicast addresses with port 5353. One rule for IPv4 and one for IPv6, each controllable with a parameter.

The generic 5353 to 5353 rule is dropped since it's redundant when I read RFC6762.

This limits the mdns listener to only listen on multicast addresses with
port 5353. One rule for IPv4 and one for IPv6, each controllable with a
parameter.

The generic 5353 to 5353 rule is dropped since it's redundant when I
read [RFC6762].

[RFC6762]: https://www.rfc-editor.org/rfc/rfc6762
@bastelfreak bastelfreak merged commit 330e617 into voxpupuli:master Aug 19, 2023
28 checks passed
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

Successfully merging this pull request may close these issues.

3 participants