Skip to content

Commit c2dd6b5

Browse files
committed
update doc
1 parent d821392 commit c2dd6b5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.MD

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,7 @@ docker run -itd -p 1180:1180 -e ws=your_server:80 golangboyme/wsproxy
6666
```shell
6767
docker run -itd -p 80:80 golangboyme/wsproxy
6868
```
69-
# 🧑‍💻 How to use
70-
## On server
71-
```shell
72-
./server -listen=":80"
73-
```
74-
75-
## On client
76-
```shell
77-
./client -listen=":1180" -ws="your_server_ip:80"
78-
```
79-
### 💻 CLI Tool
69+
# 💻 Test for proxy
8070
```shell
8171
export all_proxy=socks5://localhost:1180
8272
curl https://google.com -v

0 commit comments

Comments
 (0)