>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of squid-users digest..."
>>
>>
>> Today's Topics:
>>
>> 1. Re: Bypassing SSL Man In the Middle Filtering For Certain LAN
>> IP's (Amos Jeffries)
>>
On 1/07/19 2:04 pm, Mike Golf wrote:
> I'm looking
I'm looking for help modifying the stock squid config file, within the
GUI I can bypass the proxy completely (HTTP + HTTPS) for certain LAN
IP's; however this will also stop them from accessing the cached HTTP
data. I don't want this rather I want the IP addresses in the range of
192.168.1.2 - 192.
>> acl deny_blocked proxy_auth -i "/usr/local/etc/squid/blocked_users.acl"
>> delay_pools 1
>> delay_class 1 4
>> delay_access 1 allow deny_blocked
>> delay_access 1 deny all
>> delay_parameters 1 -1 / -1 -1 / -1 -1 / -1 8000/16000
>>
> If the above is an exact copy-paste of your cofig file then t
On 1/07/19 2:17 am, sargen wrote:
> Hello.
> My system is FreeBSD 11.2. I am using squid 3.5.28 compiled with support for
> delay_pools in the following configuration
>
> acl deny_blocked proxy_auth -i "/usr/local/etc/squid/blocked_users.acl"
> delay_pools 1
> delay_class 1 4
> delay_access 1 allo
Hello.
My system is FreeBSD 11.2. I am using squid 3.5.28 compiled with support for
delay_pools in the following configuration
acl deny_blocked proxy_auth -i "/usr/local/etc/squid/blocked_users.acl"
delay_pools 1
delay_class 1 4
delay_access 1 allow deny_blocked
delay_access 1 deny all
delay_param