Forum Moderators: bakedjake
we have WIN2000 SP4, IE6 SP1 clinets and we're using proxy squid 2.6.STABLE5 running on linux debian.
we would like to exclude some web addresses from proxing:
is this way:
127.0.0.1;10.10.1.10;10.10.1.13;www.microsoft.com or this:
127.0.0.1; 10.10.1.10; 10.10.1.13; www.microsoft.com correct?
do we need spaces after semicolons?