Update GeoIP

This commit is contained in:
Netch
2021-08-01 16:58:58 +08:00
parent f0b021f3b0
commit 8875ebfd1a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -5,7 +5,7 @@ param (
try {
Invoke-WebRequest `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20210718155822/dlc.dat' `
-Uri 'https://github.com/v2fly/domain-list-community/releases/download/20210731055901/dlc.dat' `
-OutFile 'geosite.dat'
}
catch {