MassMesh / meta-imagebuilder

10 stars 4 forks source link

fix: add option peerdns '0' to all meshnode network configs to avoid … #93

Closed stephen304 closed 4 years ago

stephen304 commented 4 years ago

…leaking dns to wan network provider

With the current configuration, DHCP on the wan of the node gets upstream dns providers, causing dns requests from lan clients to go upstream. This fixes that by ignoring upstream dns, and no leaks are now detected by mullvad when gatewaying through vpn.

I don't think there are any downsides to this other than an upstream web portal probably not working.

Thoughts?