Releases: isundaylee/stun
Releases · isundaylee/stun
v0.10.2
v0.10.1
- [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
- [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, unrelatedstun
server. (Issue #2) - [Core] Improves timer code's robustness, including fixing a timer-related assertion error (Issue #4).
v0.9.2
- [macOS] Fixes a crash during DNS settings restoration.
v0.9.1
- [macOS] Adds
accept_dns_pushes
option to the client config wizard.
v0.9.0
- [macOS] Adds the ability to automatically configure and restore DNS settings based on the server's pushed configuration.
v0.8.4
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
- [Core] Adds client/server-side MTU setting.
v0.8.2
- [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
- [Core] Fixes "0.0.0.0" IP addresses being handed out.
- [iOS] Initial working iOS app.