Skip to content

Commit

Permalink
give example of a forward tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed Jun 13, 2023
1 parent f1ef052 commit f40ef19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ reverse localhost:8080:0.0.0.0:80

Now when you access both http://myvps.com/ and http://myothervps.com/ you'll access your local service.

**Set up a forward tunnel from a remote machine to your computer**

```
user@enterprise.com:22
forward localhost:6366:10.137.82.201:636
```

Now guess what happens when you try to connect to localhost:6366.

## Usage

- coming up soon
Expand Down

0 comments on commit f40ef19

Please sign in to comment.