Skip to content

Releases: danielpaulus/go-ios

v1.0.172

17 Jan 13:42
eb39dd8
Compare
Choose a tag to compare
Change noisy log line level from 'Info' to 'Debug' (#549)

v1.0.171

14 Jan 14:39
b8c3463
Compare
Choose a tag to compare
Reset ax settings (#546)

Authored-by: fish-sauce <[email protected]>

v1.0.170

14 Jan 14:04
0c06384
Compare
Choose a tag to compare
Add missing proxydispatcher cases + fix productModuleName for iOS <17…

v1.0.169

14 Jan 13:07
99b19bc
Compare
Choose a tag to compare
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

06 Jan 14:26
f5b5d81
Compare
Choose a tag to compare
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

06 Jan 13:45
0f1771b
Compare
Choose a tag to compare
Add Support for Parsing .xctestrun file and use it to start xctest (#…

v1.0.166

18 Dec 15:46
4284fc8
Compare
Choose a tag to compare
throw an error if userpsace tunnel is used for ios <17.4 (#534)

v1.0.165

09 Dec 14:40
ee5dc73
Compare
Choose a tag to compare
postinstall: add arm64 as valid arch (#530)

Signed-off-by: Muvaffak Onus <[email protected]>

v1.0.164

09 Dec 14:07
7e90a60
Compare
Choose a tag to compare
builds: remove lipo command from linux build as it has issues with ru…

v1.0.163

09 Dec 12:56
bf68b42
Compare
Choose a tag to compare
builds: add linux-arm64 binary to the npm package (#527)

Signed-off-by: Muvaffak Onus <[email protected]>