From cf8200e53434b27b1eaefb2455b9e951cefc070b Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Sat, 29 Aug 2020 11:10:42 +0800 Subject: [PATCH] Change Geofile assets source to v2fly --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 430e0f4..2eab8d2 100644 --- a/Makefile +++ b/Makefile @@ -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 ./...