diff --git a/scripts/deps/geoip.ps1 b/scripts/deps/geoip.ps1 index f7a2f4c8..79033417 100644 --- a/scripts/deps/geoip.ps1 +++ b/scripts/deps/geoip.ps1 @@ -5,7 +5,7 @@ param ( try { Invoke-WebRequest ` - -Uri 'https://github.com/v2fly/geoip/releases/download/202109230028/geoip.dat' ` + -Uri 'https://github.com/v2fly/geoip/releases/download/202109300030/geoip.dat' ` -OutFile 'geoip.dat' } catch { diff --git a/scripts/deps/geosite.ps1 b/scripts/deps/geosite.ps1 index 21bf510b..1d4beb30 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/20210923111801/dlc.dat' ` + -Uri 'https://github.com/v2fly/domain-list-community/releases/download/20211001023210/dlc.dat' ` -OutFile 'geosite.dat' } catch {