Skip to content

Commit

Permalink
Update tuns.sh.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika authored Nov 10, 2023
1 parent 861382e commit b04566d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuns.sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services) and we apply a feature flag to your user, you'll be able to login to
### HTTP(S) Tunnels

```bash
$ ssh -R 80:httpbin.org:80 tuns.sh
$ ssh -p 2222 -R 80:httpbin.org:80 tuns.sh
Press Ctrl-C to close the session.

The subdomain localhost.tuns.sh is unavailable. Assigning a random subdomain.
Expand All @@ -36,7 +36,7 @@ HTTP(S) tunnels also support
### TCP Tunnels

```bash
$ ssh -R 10001:httpbin.org:80 tuns.sh
$ ssh -p 2222 -R 10001:httpbin.org:80 tuns.sh
Press Ctrl-C to close the session.

Starting SSH Forwarding service for tcp:10001. Forwarded connections can be accessed via the following methods:
Expand Down

0 comments on commit b04566d

Please sign in to comment.