CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 13:28:29 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=772a0c9779c1141f89ef17a6725174aaf3f09e0b8d39188cbc762610cff98acaa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22wqePGtbYhsIB9UqO-BqgjS_482lgSxbi%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d6f0ce8840e084-BLR
example PAC file - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EXAMPLE PAC FILE
- source:
- https://findproxyforurl.com/example-pac-file/
- function FindProxyForURL(url, host) {
- // If the hostname matches, send direct.
- if (dnsDomainIs(host, "intranet.domain.com") ||
- shExpMatch(host, "(*.abcdomain.com|abcdomain.com)"))
- return "DIRECT";
- // If the protocol or URL matches, send direct.
- if (url.substring(0, 4)=="ftp:" ||
- shExpMatch(url, "https://abcdomain.com/folder/*"))
- return "DIRECT";
- // If the requested website is hosted within the internal network, send direct.
- if (isPlainHostName(host) ||
- shExpMatch(host, "*.local") ||
- isInNet(dnsResolve(host), "10.0.0.0", "255.0.0.0") ||
- isInNet(dnsResolve(host), "172.16.0.0", "255.240.0.0") ||
- isInNet(dnsResolve(host), "192.168.0.0", "255.255.0.0") ||
- isInNet(dnsResolve(host), "127.0.0.0", "255.255.255.0"))
- return "DIRECT";
- // If the IP address of the local machine is within a defined
- // subnet, send to a specific proxy.
- if (isInNet(myIpAddress(), "10.10.5.0", "255.255.255.0"))
- return "PROXY 1.2.3.4:8080";
- // DEFAULT RULE: All other traffic, use below proxies, in fail-over order.
- return "PROXY 4.5.6.7:8080; PROXY 7.8.9.10:8080";
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
💵 Make 3000$ in 20 minutes 💵
JavaScript | 10 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ F
JavaScript | 10 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working G
JavaScript | 19 sec ago | 0.25 KB
-
💡 Instant BTC Profit Method ✅ Working
JavaScript | 19 sec ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working J
JavaScript | 28 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 28 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐ S
JavaScript | 37 sec ago | 0.25 KB
-
🚀 Swapzone +37% glitch
JavaScript | 38 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand