Skip to content

Commit f40ef19

Browse files
committed
give example of a forward tunnel
1 parent f1ef052 commit f40ef19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ reverse localhost:8080:0.0.0.0:80
6363

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

66+
**Set up a forward tunnel from a remote machine to your computer**
67+
68+
```
69+
70+
forward localhost:6366:10.137.82.201:636
71+
```
72+
73+
Now guess what happens when you try to connect to localhost:6366.
74+
6675
## Usage
6776

6877
- coming up soon

0 commit comments

Comments
 (0)