constant_test.go 205 B

123456
  1. package router_test
  2. const (
  3. geoipURL = "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat"
  4. geositeURL = "https://raw.githubusercontent.com/v2fly/domain-list-community/release/dlc.dat"
  5. )