fix: add tinyproxy in HTTP proxies

This commit is contained in:
thibault.dewailly 2024-12-24 09:57:14 +00:00
parent 38bf8c4bc0
commit 00e0a875c2

View File

@ -19,7 +19,7 @@ DESCRIPTION="Ensure HTTP-proxy is not enabled."
# shellcheck disable=2034 # shellcheck disable=2034
HARDENING_EXCEPTION=http HARDENING_EXCEPTION=http
PACKAGES='squid3 squid' PACKAGES='squid3 squid tinyproxy'
# This function will be called if the script status is on enabled / audit mode # This function will be called if the script status is on enabled / audit mode
audit() { audit() {