Created
March 12, 2015 17:28
-
-
Save anonymous/daa0434021891b52c665 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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