github.com/metacubex/mihomo@v1.18.5/constant/geodata.go (about)

     1  package constant
     2  
     3  var (
     4  	ASNEnable         bool
     5  	GeodataMode       bool
     6  	GeoAutoUpdate     bool
     7  	GeoUpdateInterval int
     8  	GeoIpUrl          string
     9  	MmdbUrl           string
    10  	GeoSiteUrl        string
    11  	ASNUrl            string
    12  )