[Scripts] Update GeoIP

This commit is contained in:
Connection Refused
2021-09-23 20:27:04 +08:00
parent a2dc475653
commit 1b0e461abb

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/geoip/releases/download/202109102251/geoip.dat' `
-Uri 'https://github.com/v2fly/geoip/releases/download/202109230028/geoip.dat' `
-OutFile 'geoip.dat'
}
catch {