mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-01-11 19:42:29 +08:00
13 lines
225 B
Go
13 lines
225 B
Go
package constant
|
|
|
|
var (
|
|
ASNEnable bool
|
|
GeodataMode bool
|
|
GeoAutoUpdate bool
|
|
GeoUpdateInterval int
|
|
GeoIpUrl string
|
|
MmdbUrl string
|
|
GeoSiteUrl string
|
|
ASNUrl string
|
|
)
|