[NRAO]

The Poor Man's VPN

Proxy AutoConfigure Script



This is available as:

http://www.nrao.edu/poorvpn.pac
function FindProxyForURL(url, host)
{
if (shExpMatch( host, "*.nrao.edu"))
    return "PROXY localhost:8080";
else     return "DIRECT";
}
 


The Poor Man's VPN
Pat Murphy