Compare commits
No commits in common. "e258f4e440c608f642b6425c5f4da1df95c3ce05" and "4e6028da5ffbe2fae8f6face1b53340d72cb352b" have entirely different histories.
e258f4e440
...
4e6028da5f
@ -5,7 +5,7 @@ filepath=/etc/squid #chemin
|
||||
servicename=squid.service #nom du service
|
||||
|
||||
|
||||
git pull #mise a jour du depot distant
|
||||
git pull > /dev/null #mise a jour du depot distant
|
||||
|
||||
sudo cp $filepath/$filename $filepath/$filename.old #sauvegarde en changeant le nom .old
|
||||
|
||||
|
@ -1353,7 +1353,6 @@ acl Safe_ports port 488 # gss-http
|
||||
acl Safe_ports port 591 # filemaker
|
||||
acl Safe_ports port 777 # multiling http
|
||||
|
||||
acl mots_cles_refuses url_regex -i twitch chatgpt
|
||||
|
||||
# TAG: proxy_protocol_access
|
||||
# Determine which client proxies can be trusted to provide correct
|
||||
@ -1552,11 +1551,9 @@ 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
|
||||
|
||||
|
||||
# And finally deny all other access to this proxy
|
||||
http_access deny all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user