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