mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Fix typo
This commit is contained in:
parent
efde335c7f
commit
4c976e993d
3 changed files with 418 additions and 4 deletions
|
@ -35,5 +35,6 @@ sudo systemctl start ss
|
|||
## Uninstall
|
||||
|
||||
```shell
|
||||
cli/ss-server/uninstal.sh
|
||||
sudo systemctl stop ss
|
||||
cli/ss-server/uninstall.sh
|
||||
```
|
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module github.com/sagernet/sing
|
|||
go 1.18
|
||||
|
||||
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/go-acme/lego/v4 v4.6.0
|
||||
github.com/go-resty/resty/v2 v2.7.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue