Fix repository

This commit is contained in:
AmazingDM
2022-03-22 14:20:23 +08:00
parent 17b9640c95
commit b53d4a6d28
340 changed files with 142377 additions and 3241 deletions

View File

@@ -0,0 +1,12 @@
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
try {
Invoke-WebRequest `
-Uri 'https://raw.githubusercontent.com/17mon/china_ip_list/master/china_ip_list.txt' `
-OutFile '..\..\release\bin\chnip.txt'
}
catch {
exit 1
}
exit 0