From 4837e14d0b5dc4bcbec1b73cd81017613d0bdbc3 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sun, 16 Aug 2026 16:58:22 +0800 Subject: [PATCH] =?UTF-8?q?chore(shell):=20=E6=B7=BB=E5=8A=A0=20i7i6.net?= =?UTF-8?q?=20=E5=88=B0=E4=BB=A3=E7=90=86=E6=8E=92=E9=99=A4=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/proxy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {