[squid-users] Is it possible to send the connection, starting with the CONNECT, to cache-peer?
Amos Jeffries
squid3 at treenet.co.nz
Wed Sep 23 11:24:22 UTC 2015
On 23/09/2015 11:01 p.m., Yuri Voinov wrote:
> Look:
>
> # Tor acl
> acl tor_url url_regex -i "/usr/local/squid/etc/url.tor"
>
> url.tor contains:
> ^https?.*torproject.*
>
> May be, I'm an idiot, but where is the error?
The URL on the CONNECT requests ("torproject.om:443") are not starting
with string "http".
Use:
acl tor_url dstdom_regex torproject
or
acl tor_url dstdomain .torproject.com
Amos
More information about the squid-users
mailing list