mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
Change Geofile assets source to v2fly
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user