mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
29 lines
No EOL
419 B
Markdown
29 lines
No EOL
419 B
Markdown
# sing
|
|
|
|
Do you hear the people sing?
|
|
|
|
### geosite
|
|
|
|
```shell
|
|
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/geosite
|
|
```
|
|
|
|
create from v2ray
|
|
|
|
`geosite add v2ray`
|
|
|
|
create cn only dat
|
|
|
|
`geosite add v2ray cn`
|
|
|
|
### geoip
|
|
|
|
```shell
|
|
wget 'https://github.com/Dreamacro/maxmind-geoip/releases/latest/download/Country.mmdb'
|
|
```
|
|
|
|
### ss-local
|
|
|
|
```shell
|
|
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/ss-local
|
|
``` |