Skip to content
Snippets Groups Projects
Unverified Commit b6a5a963 authored by Recolic's avatar Recolic Committed by GitHub
Browse files

Update README.md

parent eed2c597
No related branches found
No related tags found
No related merge requests found
......@@ -335,5 +335,17 @@ All data backed up in tw1 machine.
> https://git.recolic.net/root/matrix-riot-docker
## new Shadowsocks server setup 2020
```
wget https://golang.org/dl/go1.15.linux-amd64.tar.gz -O - | tar -xz -C /usr/local
cp /usr/local/go/bin/go /usr/bin
go get -v github.com/shadowsocks/go-shadowsocks2
```
- /etc/rc.local:
```
nohup /root/go/bin/go-shadowsocks2 -s 'ss://chacha20-ietf-poly1305:>>>>>>>>>>>>>>>>>>>ADD_PASSWORD<<<<<<<<<<<<<<<<<<<<@:25551' -verbose >> /var/log/ss.log 2>&1 & disown
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment