geekman / mdns-repeater

mDNS repeater
GNU General Public License v2.0
193 stars 58 forks source link

Add IPv6 support #25

Open Alphix opened 9 months ago

Alphix commented 9 months ago

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 I've removed some hardcoded limitations (like the number of interfaces).

I realise that it might be a bit difficult to review the individual patches. It might be better to just read through mdns-repeater.c with the whole patchset applied.