更新 pac.js

This commit is contained in:
YGXB_net 2025-02-02 05:06:58 +00:00
parent 33419746d4
commit 8ef19e91a2

2
pac.js
View File

@ -1,3 +1,3 @@
function FindProxyForURL(url, host) { function FindProxyForURL(url, host) {
return "PROXY 192.168.3.10:5330"; return "SOCKS5 192.168.3.10:5330";
} }