LITA Regional Institute: Proxy Web Servers and AuthenticationProxy Web Servers and Authentication > Proxies for Filtering > Fake a proxy server to prevent access to all but authorized sites
if (shExpMatch(host, "*eb.com") || shExpMatch(host, "*oclc.org")) {
return "DIRECT";
}
return "PROXY www.institution.org:8080";