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

v0.5.3 - DNS and General Usage Improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@chadsr chadsr released this 08 May 08:09
· 75 commits to master since this release

...I made a screw-up and v0.5.2 got released to PyPi with a missing fix, hence the jump in version numbers,

  • The tool no longer needs to modify /etc/resolv.conf directly. Thanks to the dns-priority flag for NetworkManager connection configurations, DNS leaks can be avoided without the previous immutable attribute and custom script mess.

  • Full traceback is no longer shown when exiting nordnm abruptly with a keyboard interrupt.

  • Less waiting time when checking PyPi for the latest version number.

  • Fixed dependencies for the RPM package, which was previously broken.

  • Travis CI will now test package installations before they are released, hopefully avoiding more little issues like the one above.