aquaballoon

squid + squidguard

Aug 30th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. url_rewrite_program /opt/sg/bin/squidGuard
  2. url_rewrite_children 30
  3.  
  4. #url_rewrite_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
  5. #url_rewrite_children 2
  6. ...
  7. acl ip1 src 10.0.0.1
  8. ...
  9. url_rewrite_access deny ip1
  10. url_rewrite_access allow all
  11. # also the following lines work as expected
  12. # url_rewrite_access allow ip1
  13. # url_rewrite_access deny all
Advertisement
Add Comment
Please, Sign In to add comment