-
Notifications
You must be signed in to change notification settings - Fork 648
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
net/mdns-repeater: Modernize plugin code; Add blocklist support (contributed by Kodehyrden) #4375
Conversation
Maybe we should think about a centralized DNSBL, every service seems to use its own set of blacklists, Unbound, dnscrypt-proxy and now mdns-repeater. |
<Required>Y</Required> | ||
<Multiple>Y</Multiple> | ||
</interfaces> | ||
<blacklist type="NetworkField"> |
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.
let's please call this "blocklist"
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.
But its called blacklist in source:
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.
Not our problem. 😊
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.
@fichtner The deed has been done.
net/mdns-repeater/src/opnsense/mvc/app/views/OPNsense/MDNSRepeater/index.volt
Outdated
Show resolved
Hide resolved
Co-authored-by: Franco Fichtner <[email protected]>
…ater/index.volt Co-authored-by: Franco Fichtner <[email protected]>
Co-authored-by: Franco Fichtner <[email protected]>
A general cleanup of the plugin code because I was tracing a bug in the view with tokenized fields but it caused a chain reaction that resulted in this PR.
This includes: #4362