From 33419746d46bed98a2d2006cbae278f043ea6605 Mon Sep 17 00:00:00 2001 From: YGXB_net Date: Sun, 2 Feb 2025 05:03:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20pac.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pac.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pac.js diff --git a/pac.js b/pac.js new file mode 100644 index 0000000..4371c70 --- /dev/null +++ b/pac.js @@ -0,0 +1,3 @@ +function FindProxyForURL(url, host) { + return "PROXY 192.168.3.10:5330"; +} \ No newline at end of file