Update geoip and geosite

This commit is contained in:
Netch
2021-07-20 08:48:35 +08:00
parent 2894a0b821
commit 2bc7db4b9a
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }

View File

@@ -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 }