mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-11 13:01:00 +00:00
10 lines
175 B
Go
10 lines
175 B
Go
package constant
|
|
|
|
var (
|
|
GeodataMode bool
|
|
GeoAutoUpdate bool
|
|
GeoUpdateInterval int
|
|
GeoIpUrl string
|
|
MmdbUrl string
|
|
GeoSiteUrl string
|
|
)
|