Re: [squid-users] Protecting squid

2021-03-21 Thread Amos Jeffries

On 18/03/21 2:54 am, Ben Goz wrote:

Hi Amos,

Sounds interesting.

Maybe I should modify the external_acl_type to talk with internal API 
inside my system.


You do not need to modify any Squid code.

You provide a helper process to translate between Squid APIs and some 
internal system API. see 
 for details on the 
Squid APIs.


Though as I posted, there are likely already some helpers you can find 
(maybe bundled with Squid) which interface with your internal systems.



Amos
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users


[squid-users] Ubuntu 20.04 LTS repository for Squid 4.13-8 (rebuilt with sslbump support from sources in Debian unstable)

2021-03-21 Thread Rafael Akchurin
Hello everyone,

The online repository with latest Squid 4.13-8 (rebuilt from Debian unstable 
with sslbump support) for Ubuntu 20.04 LTS 64-bit is available at 
https://squid413-ubuntu20.diladele.com/. Github repo  
https://github.com/diladele/squid-ubuntu/tree/master/src/ubuntu20 contains the 
scripts we used to make this compilation.

Here are simple instructions how to use the repo. For more information see 
readme at https://github.com/diladele/squid-ubuntu .

# add diladele apt key
wget -qO - https://packages.diladele.com/diladele_pub.asc | sudo apt-key add -

# add new repo
echo "deb https://squid413-ubuntu20.diladele.com/ubuntu/ focal main" \
> /etc/apt/sources.list.d/squid413-ubuntu20.diladele.com.list

# and install
apt-get update && apt-get install -y \
squid-common \
squid-openssl \
squidclient \
libecap3 libecap3-dev

Hope you will find this useful.

Best regards,
Rafael Akchurin
Diladele B.V.

--
The same Squid 4.13 will be part of upcoming Web Safety 7.6 planned for release 
in June, 2021. This version has the ability to use any header value set by 
Squid for selecting of web filtering policies in ICAP server as well as other 
small fixes. Download the latest virtual appliance from 
https://www.diladele.com/download.html


___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users