Last active
September 14, 2020 09:17
-
-
Save noobpk/2afd78f95502cf618440ee2ab5cd3ace to your computer and use it in GitHub Desktop.
Port Tunneling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #https://github.com/jpillora/chisel | |
| chisel client <ip-server>:<port-server> R:4506:127.0.0.1:4506 R:1234:127.0.0.1:1234 | |
| chisel server -p <port> --reverse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment