You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When trying to run a command while manually supplying `rsd-port` and `address` and using userspace tunnels, also the userspace tunnel port has to be supplied or it doesn't work
Thanks Nikola!
Copy file name to clipboardExpand all lines: main.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,7 @@ Options:
148
148
> This parameter is similar to '--address' and can be obtained by the same log filter
149
149
--proxyurl=<url> Set this if you want go-ios to use a http proxy for outgoing requests, like for downloading images or contacting Apple during device activation.
150
150
> A simple format like: "http://PROXY_LOGIN:PROXY_PASS@proxyIp:proxyPort" works. Otherwise use the HTTP_PROXY system env var.
151
+
--userspace-port=<port> Optional. Set this if you run a command supplying rsd-port and address and your device is using userspace tunnel
151
152
152
153
The commands work as following:
153
154
The default output of all commands is JSON. Should you prefer human readable outout, specify the --nojson option with your command.
@@ -327,12 +328,17 @@ The commands work as following:
0 commit comments