pac-proxy-setup.pac•738 B
function FindProxyForURL(url, host) {
host = host.toLowerCase();
// Proxy specific domains through our proxy server
if (host === "httpbin.org" || host.endsWith(".httpbin.org")) return "PROXY 172.21.255.3:8080";
if (host === "jsonplaceholder.typicode.com" || host.endsWith(".jsonplaceholder.typicode.com")) return "PROXY 172.21.255.3:8080";
if (host === "example.com" || host.endsWith(".example.com")) return "PROXY 172.21.255.3:8080";
if (host === "wiki.sp-viewer.net" || host.endsWith(".wiki.sp-viewer.net")) return "PROXY 172.21.255.3:8080";
// All other traffic goes direct
return "DIRECT";
}
// Generated by Web Proxy MCP Server
// Last updated: 2025-07-24T10:48:59.703Z
// Active targets: 4