~chadsr/nordnm:testing

Last commit made on 2018-05-04
Get this branch:
git clone -b testing https://git.launchpad.net/~chadsr/nordnm

Branch merges

Branch information

Name:
testing
Repository:
lp:~chadsr/nordnm

Recent commits

c22ae21... by Chadsr

Fixed wrongly named python packages during RPM package creation + DEB & RPM are installed and the tool is run before releasing (to check if it succeeds)

8db532d... by Chadsr

Remove anything from the custom DNS server list which isn't a valid IP address

bc15cc0... by Chadsr

Small patch to ignore missing DNS settings from older versions

d957c15... by Chadsr

Bug fix for Fedora python install in docker

b9ef1c7... by Chadsr

**v0.5.0**

- Set default best score to -1, to catch cases where all available options score 0 (resulting in no connection added) + raised load percentage to 95% to yield a 0 score
- Custom DNS servers via settings is now possible
- Correct Onion over VPN -> Onion Over VPN (#85)
- Experimental 'slow-mode' (sync -s)
- Live progress during benchmarking
- RPM package fix for wrongly used library directory
- Executable now installed to /usr/bin instead of /usr/local/bin
- Settings/input case fixes (everything is converted to lower-case)

c15d9db... by Chadsr

v0.4.0 (#77)

v0.4.0

- More detailed benchmarking statistics
- Updated DNS nameservers
- Updated Configuration file URL
- Bug fixes and usage improvements

3cf39af... by Chadsr

v0.4.0

8a896f4... by Chadsr

Readme Updates + More Benchmarking Statistics + Fixes (#73)

* v0.3.2 + Added iputils depends

* lower required numpy version for Debian package to work with python3-numpy

* preparations for yet another patch release

* updated config download URL

* recursive .ovpn file matching to allow for changing config directory structure + delete old configs before saving new

* small refactor

* explicitly change type to str, just in case

* minor edit

* Kill-switch no longer interferes with auto-connect changing the active server

* Added bencmarking success metrics and warning for >10% failure, plus exit without syncing if all benchmarks failed

* Added minimum version for network manager deps

* Setting DNS servers in connection configs is no longer neccessary and can interfere with DNS resovles when VPN is disconnected

* Download configs if they are not found during syncing (instead of exiting) + minor refactor

* Added many more usage examples

* Small note and move around

* Remove escape and make warning message a little less statistical

* Fixed unwanted categories being synchronised, giving more connections than neccessary + Added parameters to listing active servers

* List active servers by parameter combinations, for ease of reference

bd72ac5... by Chadsr

v0.3.3 (#68)

- Updated the location configuration files are downloaded from, to the new NordVPN endpoint.
- Fixed package requirements to work for Debian installs.
- Made the README a little more concise.
- Refactors

e2791e6... by Chadsr

v0.3.2 + Added iputils depends (#67)