Add shadowsocks service

This commit is contained in:
世界 2022-04-29 12:06:10 +08:00
parent 5be6eb2d64
commit df1e1cfafd
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
21 changed files with 1028 additions and 265 deletions

View file

@ -28,6 +28,12 @@ wget 'https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Countr
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-local
```
### ss-server
```shell
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-server
```
### ddns
```shell