mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 03:47:38 +03:00
Refine geosite
This commit is contained in:
parent
5991cfc072
commit
12408d60a0
27 changed files with 739 additions and 263 deletions
27
README.md
27
README.md
|
@ -2,11 +2,28 @@
|
|||
|
||||
Do you hear the people sing?
|
||||
|
||||
```shell
|
||||
# geo resources
|
||||
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/get-geoip
|
||||
go install -v -trimpath -ldflags "-s -w -buildid=" ./cli/gen-geosite
|
||||
### geosite
|
||||
|
||||
# ss-local
|
||||
```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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue