microADB icon indicating copy to clipboard operation
microADB copied to clipboard

adb: Add adb reverse command support for tcp sockets

Open spiriou opened this issue 3 years ago • 0 comments

This commit implements support for the following features:

  • Reverse a socket connection: adb reverse tcp:<remote_port> tcp:<local_port>

  • List all reverse socket connections: adb reverse --list

  • Remove the specified reverse socket connection: adb reverse --remove <remote_port>

  • Remove all reverse socket connections adb reverse --remove-all

spiriou avatar Apr 10 '22 21:04 spiriou