Created
September 19, 2023 15:20
-
-
Save sirkirby/695da09dd276579ece72fa92124bf6a1 to your computer and use it in GitHub Desktop.
Start ngrok tcp tunnel
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
# proxy to vnc port | |
ngrok tcp --region=us --remote-addr=1.tcp.ngrok.io:99999 5900 | |
# or via Docker. Tunnel ports are random and will be specific to your tunnel | |
docker run -it -e NGROK_AUTHTOKEN=1232121212 ngrok/ngrok tcp 5900 --region=us --remote-addr=7.tcp.ngrok.io:99999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment