This commit is contained in:
世界 2022-05-11 12:46:37 +08:00
parent efde335c7f
commit 4c976e993d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 418 additions and 4 deletions

View file

@ -35,5 +35,6 @@ sudo systemctl start ss
## Uninstall ## Uninstall
```shell ```shell
cli/ss-server/uninstal.sh sudo systemctl stop ss
cli/ss-server/uninstall.sh
``` ```

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/sagernet/sing
go 1.18 go 1.18
require ( require (
github.com/cloudflare/cloudflare-go v0.38.0 github.com/cloudflare/cloudflare-go v0.39.0
github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d github.com/dgryski/go-camellia v0.0.0-20191119043421-69a8a13fb23d
github.com/go-acme/lego/v4 v4.6.0 github.com/go-acme/lego/v4 v4.6.0
github.com/go-resty/resty/v2 v2.7.0 github.com/go-resty/resty/v2 v2.7.0

417
go.sum

File diff suppressed because it is too large Load diff