mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-09 20:11:02 +00:00
12 lines
225 B
Go
12 lines
225 B
Go
package constant
|
|
|
|
var (
|
|
ASNEnable bool
|
|
GeodataMode bool
|
|
GeoAutoUpdate bool
|
|
GeoUpdateInterval int
|
|
GeoIpUrl string
|
|
MmdbUrl string
|
|
GeoSiteUrl string
|
|
ASNUrl string
|
|
)
|