• 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