File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,10 @@ needing to know its IP at all. This can replace services like ngrok.
55
55
56
56
Command line arguments:
57
57
- -c - ip: port of the listener for incoming connections. Default: 0.0.0.0:3110
58
- - -u - ip: port of the listener for IP updates of the remote server. Default: 0.0.0.0:22
59
- - -r - ip: port of the remote server which this proxy is proxying. Default: 0.0.0.0:3111
60
- - -maxConns - max client connections which are permitted at a given moment. Default: unlimited
58
+ - -u - ip: port of the listener for IP updates of the remote server. Default: 0.0.0.0:3111
59
+ - -r - ip: port of the remote server which this proxy is proxying. Default: 0.0.0.0:22
60
+ - -maxConns - max client connections which are permitted at a given moment. Default: unlimited
61
+
61
62
Example:
62
63
63
64
``` shell
You can’t perform that action at this time.
0 commit comments