mdns-repeater
mdns-repeater copied to clipboard
mDNS repeater
Allow the `mdns-repeater` to drop its unwanted root privileges when spawned during the boot process. Example usage, for user `mdns`: ``` $ mdns-repeater -u mdns -p /var/run/mdns-repeater/mdns-repeater.pid ... ``` where...
I downloaded and compiled on linux the current version of mdns-repeater (february 14 2022). I will mention that the current setup is working: the apple devices can see each other...
Corrected mDNS IP address in readme Fixes https://github.com/geekman/mdns-repeater/issues/15 Sorry if I didn't do this forking/pr/merging thing right- this is my first contrib to open source. Please let me know if...
The correct IP multicast address for multicast DNS is 224.0.0.251. It's incorrect in the readme file.
This PR adds IPv6 support to mdns-repeater. I've broken it out into a long list of patches which kind of track the history of rewriting the daemon. In the process...
Hi there! I hope the unsolicited PR is okay; please close if not. When opening the file in vscode, clangd highlights the following "error" in the code as it doesn't...