From LedHed's Wiki
(Created page with "== Check access to a website from the command line == echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf == Reference ...") |
|||
Line 1: | Line 1: | ||
− | == | + | == Restart Squid Guard == |
+ | squid -k reconfigure -f /etc/squid/squid.conf | ||
+ | |||
+ | |||
+ | == Test Website Access from Command Line == | ||
echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf | echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf |
Revision as of 22:06, 29 November 2013
Restart Squid Guard
squid -k reconfigure -f /etc/squid/squid.conf
Test Website Access from Command Line
echo "http://www.playboy.com {10.0.0.150}/ - - GET" | squidGuard -d -c /etc/squidGuard/squidGuard.conf