Releases: danielpaulus/go-ios
Releases · danielpaulus/go-ios
v1.0.172
v1.0.171
Reset ax settings (#546) Authored-by: fish-sauce <[email protected]>
v1.0.170
Add missing proxydispatcher cases + fix productModuleName for iOS <17…
v1.0.169
Tunnel mode selection feature for agent mode. (#544) With this change ENABLE_GO_IOS_AGENT can be set to "user" or "kernel" to start selective mode tunnel. Co-authored-by: dmissmann <[email protected]> --------- Co-authored-by: Serhat Toktamisoglu <[email protected]> Co-authored-by: dmissmann <[email protected]>
v1.0.168
Set keepaliveidle time more aggressive against connection drops (#540) Keepaliveidle time should be set more aggresive than the gVisor's 2 hours default idle time. Many NAT and firewalls drop the idle connections more aggressively (30-60 secs apparently). Keepaliveinterval option doesn't take affect as the keep alive probe doesn't start before the idle time reaches. It is 2 hours by default and before it reaches NAT/Firewall close the connection unlike kernel mode TUN device, With this change the idle time will be more aggressive and according to several tests this fix connection drops. Long running test more than 24 hours achieved with this fix.
v1.0.167
Add Support for Parsing .xctestrun file and use it to start xctest (#…
v1.0.166
throw an error if userpsace tunnel is used for ios <17.4 (#534)
v1.0.165
postinstall: add arm64 as valid arch (#530) Signed-off-by: Muvaffak Onus <[email protected]>
v1.0.164
builds: remove lipo command from linux build as it has issues with ru…
v1.0.163
builds: add linux-arm64 binary to the npm package (#527) Signed-off-by: Muvaffak Onus <[email protected]>