Skip to content

Releases: cghdev/gotunl

v1.2.4

08 Sep 22:14
Compare
Choose a tag to compare
  • Replaced gopass with term.ReadPassword

v1.2.3

06 Sep 21:35
Compare
Choose a tag to compare
  • Output message to unlock keychain when trying to connect to vpn while connected through SSH (#3)
  • Added lipo command to create universal darwin binary (#10)
  • Minor refactoring

v1.2.2

02 Jul 17:57
Compare
Choose a tag to compare
  • Added output format TSV (#4)
  • Corrected ID order (#5)
  • Improved support for OTP (#2)

v1.2.1

03 Apr 19:42
Compare
Choose a tag to compare
  • Updated pritunl.auth path to make it work with latest Pritunl client version
  • Moved gotunl package (formerly github.com/cghdev/gotunl) to this project (formerly github.com/cghdev/gotunl-vpn) under pkg/gotunl directory
  • Renamed repository to github.com/cghdev/gotunl
  • Updated Makefile

v1.2.0

18 Oct 14:48
Compare
Choose a tag to compare

Since pritunl service now uses unix sockets in linux and MacOS:

  • Rebuit gotunl-vpn with new version of gotunl library.
  • Code in gotunl-vpn itself did not change.

v1.1.0

18 May 09:59
Compare
Choose a tag to compare

Added timestamp and IPs to the connection list (will only show up if there is at least one connection up)

v1.0.0

01 Dec 14:13
Compare
Choose a tag to compare
Initial commit