Refine geosite

This commit is contained in:
世界 2022-04-15 19:30:31 +08:00
parent 5991cfc072
commit 12408d60a0
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
27 changed files with 739 additions and 263 deletions

View file

@ -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
```