function FindProxyForURL(url, host) { if (shExpMatch(url, "2ip.ru")) return "SOCKS5 proxy.vm:11080"; else return "DIRECT"; }