mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-09 20:11:02 +00:00
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"
8 lines
104 B
Go
8 lines
104 B
Go
package constant
|
|
|
|
var (
|
|
GeodataMode bool
|
|
GeoIpUrl string
|
|
MmdbUrl string
|
|
GeoSiteUrl string
|
|
)
|