Skip to content

Commit

Permalink
add more info on reverse tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
yume-chan committed Aug 19, 2024
1 parent dad1136 commit b7bdd65
Show file tree
Hide file tree
Showing 13 changed files with 1,871 additions and 1,624 deletions.
2 changes: 1 addition & 1 deletion docs/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Exposed as fields of `Adb` class, these are implemented by ADB daemon itself.
* [**Forward tunnel**](./socket.mdx#forward-tunnel): Connect to a socket address on the device
* [`subprocess`](./subprocess.mdx): Spawn processes on device
* [`power`](./power.mdx): Shutdown/reboot device
* [`reverse`](./reverse.mdx): Manage reverse port forwarding
* [`reverse`](./reverse/index.mdx): Manage reverse port forwarding
* [`tcpip`](./tcpip.mdx): Enable/disable ADB over Wi-Fi
* [`getProp`](./get-prop.mdx): Shorthand for `getprop` executable
* [`rm`](./rm.md): Delete files on device
Expand Down
236 changes: 0 additions & 236 deletions docs/api/reverse.mdx

This file was deleted.

3 changes: 3 additions & 0 deletions docs/api/reverse/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
position: 5
label: 'reverse'
collapsed: false
Loading

0 comments on commit b7bdd65

Please sign in to comment.