Re: [squid-users] Kids control and time limit function

2025-03-16 Thread Jonathan Lee
acl aclname time [day-abbrevs] [h1:m1-h2:m2] # [fast] # day-abbrevs: # S - Sunday # M - Monday # T - Tuesday # W - Wednesday # H - Thursday # F - Friday # A - Saturday

Re: [squid-users] windows updates

2025-03-16 Thread NgTech LTD
I have not tried to use SSL bump but with a regular proxy which blocks everything else then the next list of dstdomain: .delivery.mp.microsoft.com (http) .dsp.mp.microsoft.com (http) .download.windowsupdate.com (http) static.edge.microsoftapp.net (HTTPS-connect) The windows updates works just fine

Re: [squid-users] Kids control and time limit function

2025-03-16 Thread NgTech LTD
There is an issue with squid config file. There is a limit to how many times i can trigger a reload. I would like to configure it by the minute with a db or some external config file. For now I am trying to use a mysql db and it's fine with both mysql and sqlite. I have a web ui and x grok3 helps

Re: [squid-users] windows updates

2025-03-16 Thread NgTech LTD
I will try to look at it later on. >From what I remember windows updates are using both http and https. The communication channel was encrypted but the transfer channel was plain http. Eliezer Croitoru Tech Support Mobile: +972-5-28704261 Email: ngtech1...@gmail.com בתאריך יום א׳, 16 במרץ

Re: [squid-users] Kids control and time limit function

2025-03-16 Thread Jonathan Lee
This would block everything during a time frame acl block_hours time 00:30-05:00ssl_bump terminate all block_hourshttp_access deny all block_hoursSquid’s time directive is what you need. Sent from my iPhoneOn Mar 16, 2025, at 01:52, NgTech LTD wrote:I was wondering if there is a ready to use solu

Re: [squid-users] windows updates

2025-03-16 Thread Doug Tucker
No, no one responded. Doug Tucker Sr. Director of Networking and Linux Operations doug.tuc...@navigaglobal.com From: NgTech LTD Sent: Sunday, March 16, 2025 2:38:35 AM To: Doug Tucker Cc: squid-users@lists.squid-cache.org Subject: Re: [squid-users] windows updat

Re: [squid-users] windows updates

2025-03-16 Thread NgTech LTD
Hey, Did you manage to find a solution for your use case? Let me know if you need assistance with this issue. Eliezer Eliezer Croitoru Tech Support Mobile: +972-5-28704261 Email: ngtech1...@gmail.com On Tue, Mar 4, 2025 at 1:57 AM Doug Tucker wrote: > I have read through everything I can

[squid-users] Kids control and time limit function

2025-03-16 Thread NgTech LTD
I was wondering if there is a ready to use solution with web-ui for kid time limit. I am using mikrotik kid-control which is very nice and I was wondering if anyone have implemented a similar function for squid with an external-acl helper. The src options are by: * username * src ip address * src m