diff --git a/scripts/deps/geoip.ps1 b/scripts/deps/geoip.ps1 index 53dcff87..6730b4bc 100644 --- a/scripts/deps/geoip.ps1 +++ b/scripts/deps/geoip.ps1 @@ -1,6 +1,6 @@ param([string]$OutputPath) $name="geoip.dat" -$address="https://github.com/v2fly/geoip/releases/download/202107080024/geoip.dat" +$address="https://github.com/v2fly/geoip/releases/download/202107150023/geoip.dat" ..\scripts\download.ps1 $name $address if (-Not $?) { exit $lastExitCode } diff --git a/scripts/deps/geosite.ps1 b/scripts/deps/geosite.ps1 index 26f78732..320aebb4 100644 --- a/scripts/deps/geosite.ps1 +++ b/scripts/deps/geosite.ps1 @@ -1,6 +1,6 @@ param([string]$OutputPath) $name="geosite.dat" -$address="https://github.com/v2fly/domain-list-community/releases/download/20210709152606/dlc.dat" +$address="https://github.com/v2fly/domain-list-community/releases/download/20210718155822/dlc.dat" ..\scripts\download.ps1 $name $address if (-Not $?) { exit $lastExitCode }