function FindProxyForURL(url, host) { if (shExpMatch(host, "*yggtorrent*")) { return "HTTP 10.0.0.3:18080"; } return "DIRECT"; }