Skip to content

Releases: angt/glorytun

Glorytun 0.3.4

25 Mar 20:51
Compare
Choose a tag to compare
  • Fix compilation and tun setup on OpenBSD.
  • Fix non little endian arch.

Glorytun 0.3.3

07 Mar 16:29
Compare
Choose a tag to compare

The losslimit option can now be specified per path.

Glorytun 0.3.2

29 Feb 10:10
Compare
Choose a tag to compare

A small release that fixes the fixed rate mode.

Glorytun 0.3.1

21 Feb 16:46
Compare
Choose a tag to compare

A small release that fixes the path beat option.

Glorytun 0.3.0

05 Feb 14:25
Compare
Choose a tag to compare

This new release is not compatible with 0.2.x.

  • Lossy path (above 10%, configurable with losslimit) are now degraded. #45
  • Backup paths are supported again (with no traffic when they're inactive). #47
  • An active keepalive (default to 25s). #50
  • A first dynamic rate limiter draft (not activated by default). #51

Glorytun 0.2.2

16 Oct 14:08
Compare
Choose a tag to compare
Glorytun 0.2.2 Pre-release
Pre-release
  • show: add option bad to get bad behaviors: bad encryption, time desync, bad key exchange.
  • show: fix cipher name (aes256gcm -> aegis256).
  • path: show local and remote link loss.
  • bench: better output.
  • Fix compilation on powerpc.

Glorytun 0.2.1

24 Sep 10:00
Compare
Choose a tag to compare
Glorytun 0.2.1 Pre-release
Pre-release
  • Fix compilation on old compilers.

Glorytun 0.2.0

19 Sep 14:39
Compare
Choose a tag to compare
Glorytun 0.2.0 Pre-release
Pre-release

This release is not compatible with 0.1.x !

  • Use AEGIS-256 cipher instead of AES256-GCM. ChaCha20Poly1305 is still available for high security.
  • Command show will only show the selected tunnel.
  • Command path is more friendly to use.
  • Fewer packets are lost when the link becomes saturated.

Glorytun 0.1.3

19 Jul 14:15
Compare
Choose a tag to compare
Glorytun 0.1.3 Pre-release
Pre-release

This is a small update that mostly delete old DOWN path automatically.

Glorytun 0.1.2

27 Jun 14:35
Compare
Choose a tag to compare
Glorytun 0.1.2 Pre-release
Pre-release
  • Improve error messages.
  • On some tests with high bandwidth, tcp should be better.