diff --git a/scripts/deps/geoip.ps1 b/scripts/deps/geoip.ps1 index 84e352de..2affa219 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/202109020025/geoip.dat' ` + -Uri 'https://github.com/v2fly/geoip/releases/download/202109102251/geoip.dat' ` -OutFile 'geoip.dat' } catch { diff --git a/scripts/deps/geosite.ps1 b/scripts/deps/geosite.ps1 index 0e60192f..5fe0a18a 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/20210901054852/dlc.dat' ` + -Uri 'https://github.com/v2fly/domain-list-community/releases/download/20210910080130/dlc.dat' ` -OutFile 'geosite.dat' } catch {