mirror of
https://github.com/casjaysdevdocker/squidguard
synced 2025-09-18 09:57:46 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
7
data/htdocs/www/wpad.dat
Normal file
7
data/htdocs/www/wpad.dat
Normal file
@@ -0,0 +1,7 @@
|
||||
function FindProxyForURL(url, host)
|
||||
{
|
||||
if (isInNet(host, "{{WPAD_NOPROXY_NET}}", "{{WPAD_NOPROXY_MASK}}"))
|
||||
return "DIRECT";
|
||||
else
|
||||
return "PROXY {{WPAD_IP}}:3128";
|
||||
}
|
Reference in New Issue
Block a user