From 8ef19e91a2947974ebd9989ac1a43ad897b5434e Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Sun, 2 Feb 2025 05:06:58 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20pac.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pac.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pac.js b/pac.js index 4371c70..ba1fc64 100644 --- a/pac.js +++ b/pac.js @@ -1,3 +1,3 @@ function FindProxyForURL(url, host) { - return "PROXY 192.168.3.10:5330"; + return "SOCKS5 192.168.3.10:5330"; } \ No newline at end of file