mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Update geoip and geosite
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user