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 f5a3a07 commit 00a8ea2Copy full SHA for 00a8ea2
README.MD
@@ -37,4 +37,29 @@ Usage of ./server:
37
-listen string
38
listen address (default ":80")
39
40
-```
+```
41
+
42
+# 🧑💻 How to use
43
+## On server
44
+```shell
45
+./server -listen=":80"
46
47
48
+## On client
49
50
+./client -listen=":1180" -ws="your_server_ip:80"
51
52
+### 💻 CLI Tool
53
54
+export all_proxy=socks5://localhost:1180
55
+curl https://google.com -v
56
57
+### 🐱 Clash
58
+```yaml
59
+proxies:
60
+ - name: "wsproxy"
61
+ type: socks5
62
+ server: localhost
63
+ port: 1180
64
65
+> add `wsproxy` to your proxy group
0 commit comments