소스 검색

update link

Kslr 5 년 전
부모
커밋
155c0e070b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      release/user-package.sh

+ 2 - 2
release/user-package.sh

@@ -50,10 +50,10 @@ build_v2() {
 
 build_dat() {
 	echo ">>> Downloading newest geoip ..."
-	curl -s -L -o "$TMP"/geoip.dat "https://github.com/v2ray/geoip/raw/release/geoip.dat"
+	curl -s -L -o "$TMP"/geoip.dat "https://github.com/v2fly/geoip/raw/release/geoip.dat"
 
 	echo ">>> Downloading newest geosite ..."
-	curl -s -L -o "$TMP"/geosite.dat "https://github.com/v2ray/domain-list-community/raw/release/dlc.dat"
+	curl -s -L -o "$TMP"/geosite.dat "https://github.com/v2fly/domain-list-community/raw/release/dlc.dat"
 }
 
 copyconf() {