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

2025-03-17 Thread NgTech LTD
I know this ACL. However managing the ACLs statically is not the same as dynamically. Managing squid.conf or any squid.conf formatted file is kinds of an issue when using a web ui. It's much easier for me to handle a sqlite/mysql table for that. If I set the times to static ie by the hour ie 0-1 an

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] 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] 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

[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