From aade69ff74041a406359735036498949f864e77a Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 20:27:18 +0800 Subject: [PATCH] [Scripts] Update GeoSite --- scripts/deps/geosite.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deps/geosite.ps1 b/scripts/deps/geosite.ps1 index 5fe0a18a..21bf510b 100644 --- a/scripts/deps/geosite.ps1 +++ b/scripts/deps/geosite.ps1 @@ -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 {