filtrage discriminant

This commit is contained in:
charlie.alves 2025-04-07 09:39:26 +02:00
parent 195de5946d
commit e2fe18b586

View File

@ -1553,10 +1553,15 @@ include /etc/squid/conf.d/*.conf
# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
http_access deny mots_cles_refuses
http_access allow localnet
http_access allow localhost
# http_access deny mots_cles_refuses
# http_access allow localnet
# http_access allow localhost
acl motsinterdis url_regex i youtube discord twitch
acl ip_restreintes src 172.16.0.5-172.16.0.99
http_access deny ip_restreintes motsinterdis
http_access allow localnet
http_access deny all
# And finally deny all other access to this proxy
http_access deny all