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