更新 pac.js
This commit is contained in:
parent
33419746d4
commit
8ef19e91a2
2
pac.js
2
pac.js
@ -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";
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user