添加 pac.js

This commit is contained in:
YGXB_net 2025-02-02 05:03:06 +00:00
commit 33419746d4

3
pac.js Normal file
View File

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