Skip to content

Instantly share code, notes, and snippets.

Created March 12, 2015 17:28
Show Gist options
  • Save anonymous/daa0434021891b52c665 to your computer and use it in GitHub Desktop.
Save anonymous/daa0434021891b52c665 to your computer and use it in GitHub Desktop.
$squidGuard_acls = {
acl => { name => 'opened',
pass => '!publicite all',
redir => ''},
acl => { name => 'filtred',
pass => '!arjelgsports !phishing !tricheur !manga !lingerie !filehosting !reaffected !remote-control !celebrity !drogue !adult !gambling !chat !financial !bitcoin !shopping !dangerous_material !radio !social_networks !marketingware !agressif !blog !child !astrology !dating !jobsearch !press !webmail !bank !malware !strong_redirector !mobile-phone !sexual_education !cooking !games !strict_redirector !redirector !sect !forums !warez !translation !educational_games !mixed_adult !publicite !audio-video !hacking all',
redir => 'http://server:8080/cgi-bin/squidGuard-simple.cgi?clientaddr=%a&srcclass=%s&targetclass=%t&url=%u'},
acl => { name => 'default',
pass => 'none',
redir => 'http://server:8080/cgi-bin/squidGuard-simple.cgi?clientaddr=%a&srcclass=%s&targetclass=%t&url=%u'} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment