1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-26 03:55:26 -05:00

Chore: little refinements (#973)

This commit is contained in:
Loyalsoldier
2021-05-05 07:28:09 +08:00
committed by GitHub
parent bf9a27a6db
commit 1cb9fd2999
12 changed files with 30 additions and 46 deletions

View File

@@ -14,10 +14,7 @@ import (
)
func init() {
const (
geoipURL = "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat"
geositeURL = "https://raw.githubusercontent.com/v2fly/domain-list-community/release/dlc.dat"
)
const geoipURL = "https://raw.githubusercontent.com/v2fly/geoip/release/geoip.dat"
wd, err := os.Getwd()
common.Must(err)