scrcpy/app
RipleyTom 7bdbde7363 Add options to configure tunnel host and port
In "adb forward" mode, by default, scrcpy connects to localhost:PORT,
where PORT is the local port passed to "adb forward". This assumes that
the tunnel is established on the local host with a local adb server
(which is the common case).

For advanced usage, add --tunnel-host and --tunnel-port to force the
connection to a different destination.

Fixes #2801 <https://github.com/Genymobile/scrcpy/issues/2801>
PR #2807 <https://github.com/Genymobile/scrcpy/pull/2807>

Signed-off-by: Romain Vimont <rom@rom1v.com>
2021-11-21 22:37:52 +01:00
..
src Add options to configure tunnel host and port 2021-11-21 22:37:52 +01:00
tests Generalize string trunctation util function 2021-11-18 18:48:16 +01:00
meson.build Add options to configure tunnel host and port 2021-11-21 22:37:52 +01:00
scrcpy.1 Add options to configure tunnel host and port 2021-11-21 22:37:52 +01:00