Files
Archive/clash-meta/constant/geodata.go
2024-03-11 19:29:56 +01: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
)