Hello everybody, I have a problem with the squid.conf file. If i open an ssh tunnel for http_proxy Squid blocks all the content I have set, that's GREAT! ssh user@xxxxxxxxxxxxx -L 3128 setting the browser with HTTP proxy: localhost port: 3128 Nice, I have acl and http_allow/deny working fine!!! Somehow if I open an ssh tunnel with socks v5 SQUID doesn't block the content. ssh user@xxxxxxxxxxxxx -D 3128 setting the browser with socks proxy: localhost port: 3128 It's not controlling the rules... I need help to block this open relay with socks v5. Thanks in advance.