Skip to content

Releases: isundaylee/stun

v0.10.2

11 Sep 01:01
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release
  • [Core] Fixes infinite prompt stream when configuration wizard is interrupted.
  • [Core] Implements packet loss estimator (Issue #8).

v0.10.1

06 Sep 17:25
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release
  • [Core] Fixes server crash when provided with malformatted client-provided subnets.
  • [Core] Fixes client reconnection crash when DNS settings are not provided/applied.

v0.10.0

03 Sep 04:33
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release
  • [Core] Implements client-provided subnet feature. For each subnet that the client claims to provide, the server will route all traffic belonging to that subnet to the client whenever the client is connected.
  • [Core] Fixes the issue where launching a second stun server incorrectly clears the iptables MASQUERADE rule created by the previous, unrelated stun server. (Issue #2)
  • [Core] Improves timer code's robustness, including fixing a timer-related assertion error (Issue #4).

v0.9.2

03 Mar 22:05
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • [macOS] Fixes a crash during DNS settings restoration.

v0.9.1

24 Dec 20:56
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • [macOS] Adds accept_dns_pushes option to the client config wizard.

v0.9.0

24 Dec 20:23
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
  • [macOS] Adds the ability to automatically configure and restore DNS settings based on the server's pushed configuration.

v0.8.4

14 Jul 23:57
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release

v0.8.4 (2018-07-14)

  • [macOS] Automatically removes existing route to destination host to work
    around the bug in macOS where stale routes from previous stun runs might
    stick around.

v0.8.3

17 Dec 04:06
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release
  • [Core] Adds client/server-side MTU setting.

v0.8.2

02 Dec 04:56
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release
  • [Core] Better handling for non-recoverable errors.
  • [Core] Support for NAT64 carrier networks.
  • [BSD] Initial working BSD version.
  • [iOS] Implements error reporting.

v0.8.1

23 Nov 21:21
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • [Core] Fixes "0.0.0.0" IP addresses being handed out.
  • [iOS] Initial working iOS app.