diff --git a/pac.js b/pac.js index ba1fc64..4371c70 100644 --- a/pac.js +++ b/pac.js @@ -1,3 +1,3 @@ function FindProxyForURL(url, host) { - return "SOCKS5 192.168.3.10:5330"; + return "PROXY 192.168.3.10:5330"; } \ No newline at end of file