chore(shell): 添加 i7i6.net 到代理排除列表

This commit is contained in:
cnphpbb
2026-08-16 16:58:22 +08:00
parent 55a5cc3f1b
commit 4837e14d0b
+1 -1
View File
@@ -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 {