We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ef052 commit f40ef19Copy full SHA for f40ef19
README.md
@@ -63,6 +63,15 @@ reverse localhost:8080:0.0.0.0:80
63
64
Now when you access both http://myvps.com/ and http://myothervps.com/ you'll access your local service.
65
66
+**Set up a forward tunnel from a remote machine to your computer**
67
+
68
+```
69
+[email protected]:22
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
75
## Usage
76
77
- coming up soon
0 commit comments