Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
conphi authored Jan 14, 2024
1 parent 3e585ff commit 6ddf1d5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Deprecated

Use https://github.com/shadowsocks/go-shadowsocks2 instead.
# usage
### gunzip .gz file
### server
./shadowsocks-server-linux64-1.1.5 -p 7777 -k 123456 -m rc4-md5
### client
./shadowsocks-local-linux64-1.1.5 -s my_ip -p 7777 -k 123456 -m rc4-md5 -l 1080

export all_proxy=socks5://127.0.0.1:1080

# shadowsocks-go

Expand Down

0 comments on commit 6ddf1d5

Please sign in to comment.