Squid - How to stop loggin a single ip? - SOLVED!
-
Hi Guys
I have the following problem:
I would like all SQUID traffic UNLOGGED for an IP. When I try to edit the squid.conf file directly, I loose the edit when rebooting.How do I do this?
My example:
IP: 192.168.10.10squid.conf:
acl nolog10 src 192.168.10.10/32
log_access deny nolog10Kind regards
Aubrey KloppersWhat I did was in the OPTIONS I added:
;;acl MY src 192.168.10.10;;log_access deny MY
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.