Squid do not proxy option
-
instead of adding single ip numbers, would it be possible to add a complete subnet op ip's?
10.10.1.1 - 10.10.1.255 should be able to use internet without the transparant proxy. I don't' want to add all of these manualy :P
Can this be modified? Or can I find a config file to add 10.10.1.1/24 ?
-
I dont think if this is possible. I even tried this at Aliases. Still no luck. I guess you do it manually. I use 1.2.2.. Ill inform you if i got it
jigp
Davao City -
hacking squid.inc add the no rdr
$rules .= "no rdr on $iface proto tcp from {10.10.1.1/24} to any port 80\n"; $rules .= "rdr on $iface proto tcp from any to !($iface) port 80 -> 127.0.0.1 port 80\n";
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.