mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 13:41:23 +08:00
7431001ed6
and can set update url by user, eg. geox-url: geoip: "http://xxxx/gepip.dat" mmdb: "http://xxxx/country.mmdb" geosite: "http://xxxx/geosite.dat"
9 lines
104 B
Go
9 lines
104 B
Go
package constant
|
|
|
|
var (
|
|
GeodataMode bool
|
|
GeoIpUrl string
|
|
MmdbUrl string
|
|
GeoSiteUrl string
|
|
)
|