Change Geofile assets source to v2fly

This commit is contained in:
loyalsoldier
2020-08-29 11:10:42 +08:00
parent 42dd9f0008
commit cf8200e534
+2 -2
View File
@@ -17,10 +17,10 @@ clean:
rm -f *.dat
geoip.dat:
wget https://github.com/v2ray/geoip/raw/release/geoip.dat
wget https://github.com/v2fly/geoip/raw/release/geoip.dat
geosite.dat:
wget https://github.com/v2ray/domain-list-community/raw/release/dlc.dat -O geosite.dat
wget https://github.com/v2fly/domain-list-community/raw/release/dlc.dat -O geosite.dat
test:
@$(GO_DIR)go test ./...