Skip to content

Commit 2ebe178

Browse files
authored
Update README.md
1 parent f4211f0 commit 2ebe178

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ needing to know its IP at all. This can replace services like ngrok.
5555

5656
Command line arguments:
5757
- -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+
6162
Example:
6263

6364
```shell

0 commit comments

Comments
 (0)