From a8d2b84f35d5726009fba3be68c822215fab2188 Mon Sep 17 00:00:00 2001 From: apple Date: Sat, 14 Mar 2026 16:29:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build-geo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-geo.js b/scripts/build-geo.js index a83caa6c..2bc648ed 100644 --- a/scripts/build-geo.js +++ b/scripts/build-geo.js @@ -23,7 +23,7 @@ if (!url) { `https://download.maxmind.com/app/geoip_download` + `?edition_id=${db}&license_key=${process.env.MAXMIND_LICENSE_KEY}&suffix=tar.gz`; } else { - url = `https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/${db}.tar.gz`; + url = `https://hub.diyla.com/https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/${db}.tar.gz`; } }