commit 33419746d46bed98a2d2006cbae278f043ea6605 Author: YGXB_net Date: Sun Feb 2 05:03:06 2025 +0000 添加 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