Compare commits
No commits in common. "dac9da89743947b416acd9d6729bae6c0f260185" and "33a3fcefadc06b711582bd67d92bbc616577e245" have entirely different histories.
dac9da8974
...
33a3fcefad
@ -1353,12 +1353,14 @@ acl Safe_ports port 591 # filemaker
|
||||
acl Safe_ports port 777 # multiling http
|
||||
|
||||
# Ban des mots clés:
|
||||
acl mot_interdis url_regex -i chagpt twitch
|
||||
acl mot_interdis url_regex -i chagpt
|
||||
acl mot_interdis url_regex -i twitch
|
||||
http_access deny mot_interdis
|
||||
|
||||
# Ban des liens:
|
||||
# acl site_bloque url_reglex -i youtube.com
|
||||
# acl site_bloque url_reglex -i facebook.com
|
||||
# http_access deny site_bloque
|
||||
acl site_bloque url_reglex -i youtube.com
|
||||
acl site_bloque url_reglex -i facebook.com
|
||||
http_access deny site_bloque
|
||||
|
||||
# TAG: proxy_protocol_access
|
||||
# Determine which client proxies can be trusted to provide correct
|
||||
@ -1557,7 +1559,6 @@ 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 mot_interdis
|
||||
http_access allow localnet
|
||||
http_access allow localhost
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user