[Scripts] Update GeoSite

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

View File

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