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 036c950 commit f5a3a07Copy full SHA for f5a3a07
README.MD
@@ -16,9 +16,25 @@ go build .
16
./client -h
17
```
18
19
+```shell
20
+Usage of ./client:
21
+ -listen string
22
+ listen socks5 address (default ":1180")
23
+ -ws string
24
+ websocket server address (default "localhost:80")
25
+
26
+```
27
28
### Server
29
```shell
30
cd server
31
go build .
32
./server -h
33
34
35
36
+Usage of ./server:
37
38
+ listen address (default ":80")
39
40
0 commit comments