diff --git a/shell/proxy.ps1 b/shell/proxy.ps1 index 51c3a1c..05f20e7 100644 --- a/shell/proxy.ps1 +++ b/shell/proxy.ps1 @@ -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 {