Running 1.9.0 on an ER-X SFP. Have items being blocked but I would like to let user know why their request was being blocked rather than just redirecting them to Google or something. I would like to display something like the screen at the bottom of THIS post.
Here is my current webproxy config.
webproxy {
listen-address 192.168.100.1 {
}
url-filtering {
squidguard {
block-category ads
block-category gambling
block-category phishing
block-category porn
block-category warez
block-category malware
block-category proxy
block-category dangerous_material
block-category hacking
}
}
}