Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- url_rewrite_program /opt/sg/bin/squidGuard
- url_rewrite_children 30
- #url_rewrite_program /usr/bin/squidGuard -c /etc/squid/squidGuard.conf
- #url_rewrite_children 2
- ...
- acl ip1 src 10.0.0.1
- ...
- url_rewrite_access deny ip1
- url_rewrite_access allow all
- # also the following lines work as expected
- # url_rewrite_access allow ip1
- # url_rewrite_access deny all
Advertisement
Add Comment
Please, Sign In to add comment