Clash.Meta/constant/geodata.go
2024-03-12 03:14:25 +08:00

13 lines
225 B
Go

package constant
var (
ASNEnable bool
GeodataMode bool
GeoAutoUpdate bool
GeoUpdateInterval int
GeoIpUrl string
MmdbUrl string
GeoSiteUrl string
ASNUrl string
)