Best way to extract a tunnel "--rsd HOST PORT" and pass to a new process? #615
-
I'm curious if anyone has a better way to extract the tunnel "--rsd HOST PORT" and pass it to a new process. Preferably, I would like to do this in one script instead of two. Here is how I do it today: I first run this script to open then tunnel.
Then I open up another terminal window and run this script:
Any thoughts from the community? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
The
--host
and--port
options are intended forTunneld
http server, which can be used to query information about active tunnels. It's generally recommended to use the default values for these options.Start Tunneld:
Once you've started the
Tunneld
service, you can use various commands that require the--rsd
flag, like this:pymobiledevice3 developer dvt simulate-location --tunnel ''
Please note that this feature is currently not supported on Linux and is compatible only with macOS.