Rafficer / linux-cli-community

Linux command-line client for ProtonVPN. Written in Python.
https://protonvpn.com
GNU General Public License v3.0
1.31k stars 198 forks source link

Exclude multicast DNS from the killswitch in mode 2 #321

Open Floppy opened 3 years ago

Floppy commented 3 years ago

Allow access to multicast DNS addresses if the killswitch is enabled, so that we can still use mDNS hostnames for devices on the local network. Without this, mDNS doesn't seem to work at all, even if the killswitch isn't active.

Resolves #247, and replaces #248 which got into a strange conflicted state after being open for so long.