filtrage discriminant
This commit is contained in:
parent
195de5946d
commit
e2fe18b586
@ -1553,10 +1553,15 @@ include /etc/squid/conf.d/*.conf
|
|||||||
# Example rule allowing access from your local networks.
|
# Example rule allowing access from your local networks.
|
||||||
# Adapt localnet in the ACL section to list your (internal) IP networks
|
# Adapt localnet in the ACL section to list your (internal) IP networks
|
||||||
# from where browsing should be allowed
|
# from where browsing should be allowed
|
||||||
http_access deny mots_cles_refuses
|
# http_access deny mots_cles_refuses
|
||||||
http_access allow localnet
|
# http_access allow localnet
|
||||||
http_access allow localhost
|
# 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
|
# And finally deny all other access to this proxy
|
||||||
http_access deny all
|
http_access deny all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user