• release-0.5.1 094e344605

    release-0.5.1 Stable

    skx released this 2020-01-28 13:10:55 -05:00 | 2 commits to master since this release

    release-0.5.1

    This release updates our CI process to correctly generate binaries; only a single CI change to release-0.5.

    Downloads
  • release-0.5 856f6194cb

    release-0.5 Stable

    skx released this 2020-01-28 13:07:17 -05:00 | 3 commits to master since this release

    release-0.5

    This release was made just to fix the IP-allocation bug which was reported in #18. There have been some minor changes due to the linter-warnings, but otherwise nothing significant.

  • release-0.4 db6ef1c8c7

    release-0.4 Stable

    skx released this 2019-02-24 09:41:09 -05:00 | 19 commits to master since this release

    This release is being made solely to transition the testing and release process from TravisCI to github actions:

    Downloads
  • release-0.3 e0fe76586e

    release-0.3 Stable

    skx released this 2019-02-24 01:25:23 -05:00 | 22 commits to master since this release

    This release features the ability to allocate clients IPv6 addresses instead of IPv4 ones.

    There are no other significant changes. Thanks to @samridh90 for reporting the initial issue (#12), and working on a pull-request to implement it (#14). In the end I went with my own changes (#15).

    Finally as part of the release process I'm now generating binaries for ARM, and i386 Linux too. Since I use these in production.

    Downloads
  • release-0.2 0be01c13f1

    release-0.2 Stable

    skx released this 2018-11-26 14:03:31 -05:00 | 34 commits to master since this release

    This release updates the client/server such that announcements are made to all connected-nodes when other hosts join/leave the VPN.

    This can be useful if you wish to update /etc/hosts to add entries dynamically. For example I prefer to give my hosts a .vpn suffix:

     $ grep \.vpn /etc/hosts
     10.10.10.98  master.vpn
     10.10.10.99  git.vpn
     10.10.10.100 www.vpn
     10.10.10.102 mail.vpn
     10.10.10.101 blogspam.vpn
     10.10.10.103 debian.vpn
     10.10.10.50  frodo.vpn
     10.10.10.104 alert.vpn
    

    See #10 for details of the implementation or the documentation in the supplied client.cfg file.

    Downloads
  • release-0.1 e0ba600001

    release-0.1 Stable

    skx released this 2018-11-23 12:10:21 -05:00 | 50 commits to master since this release

    This is the initial release, it has been running for several days upon my test-hosts.

    Now that it is available via the releases page it will be tested upon a number of test-VMs, and any resulting bugs will be resolved as they are identified.

    Downloads