Squid 3.1.9

I am trying to create an ACL in squid that allows Torrent traffic through squid 
(don't ask...)
After fiddeling with the ACL's I got it working, but not the way I want it to.
I can only can get it to work globally, not for individual IP's or users.
What works:
acl SSL_ports port 443
acl SSL_ports port 1025-65535 # bittorrent
http_access deny CONNECT !SSL_ports

What doesn't:
acl SSL_ports port 443
acl PP_ports port 1025-65535 # bittorrent
http_access deny CONNECT !SSL_ports
http_access deny CONNECT !PP_ports

It is just a test if I can get it to work at all, so no source ACL's for the 
time being.
But the second one doesn't work at all, it there something I am missing or is 
the number of CONNECT acl's limited to one?


---- Content & Policy Scan by M+ Guardian ----
Millions of safe & clean messages delivered daily


Reply via email to