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 {