forked from DevOps/deploy.stack
chore(shell): 添加 i7i6.net 到代理排除列表
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ if (-not $env:_PROXY_HOST) { $env:_PROXY_HOST = "127.0.0.1" }
|
||||
if (-not $env:_PROXY_PORT) { $env:_PROXY_PORT = "7890" }
|
||||
if (-not $env:_PROXY_TYPE) { $env:_PROXY_TYPE = "socks5" } # http | socks5 | socks4
|
||||
|
||||
$global:NO_PROXY_LIST = "localhost,127.0.0.1,::1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
|
||||
$global:NO_PROXY_LIST = "localhost,127.0.0.1,::1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,*i7i6.net"
|
||||
|
||||
# -------------------- 辅助:构建代理 URL --------------------
|
||||
function _BuildProxyUrl {
|
||||
|
||||
Reference in New Issue
Block a user