更新 pac.js

This commit is contained in:
YGXB_net 2025-02-02 05:17:58 +00:00
parent 8ef19e91a2
commit 2b30a61352

2
pac.js
View File

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