Jump to content

Obsolete:IPython/proxy.pac

From Wikitech

function FindProxyForURL(url, host) {

   return host.toLowerCase() === "vanadium.eqiad.wmnet" ? "SOCKS 127.0.0.1:9050;" : "DIRECT";

}