mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-15 12:14:06 +08:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
function FindProxyForURL(url, host)
|
|
{
|
|
return "SOCKS 127.0.0.1:1080;";
|
|
}
|