Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

v0.2.1 - DNS Leak Fix (Ubuntu & Friends)

Pre-release
Pre-release
Compare
Choose a tag to compare
@chadsr chadsr released this 23 Dec 15:37
· 166 commits to master since this release
2d7b16c

A patch release for Ubuntu based systems (and possibly more, it's hard to say)

  • Fixed DNS leak protection for Ubuntu and related distros

Long explanation:
Ubuntu uses /etc/resolv.conf as a symlink to /run/resolvconf/resolv.conf. This caused my method of locking down nameservers to not function correctly.
This fix temorarily moves the symlink, so the script can handle /etc/resolv.conf manually, without relying on trusting resolvconf or any other service to stop leaks.