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 me to implement what I was thinking about.

So the filtering option would be either a user name or a mac address or a
src ip or some tag that might be based on authentication via a radius
server on a ppp connection.

I am unsure if ISP's will use squid and collect user related meta data such
as authentication.
If a radius ppp login would register the username and the ip and on a login
it would unregister the username from the ip, it would pretty nice and it
will allow to use such a webui to manage access in the ISP level.



----
Eliezer Croitoru
Tech Support
Mobile: +972-5-28704261
Email: ngtech1...@gmail.com

בתאריך יום א׳, 16 במרץ 2025, 17:48, מאת Jonathan Lee ‏<
jonathanlee...@gmail.com>:

> This would block everything during a time frame
>
> acl block_hours time 00:30-05:00
> ssl_bump terminate all block_hours
> http_access deny all block_hours
>
> Squid’s time directive is what you need.
>
> Sent from my iPhone
>
> On Mar 16, 2025, at 01:52, NgTech LTD <ngtech1...@gmail.com> wrote:
>
> 
> 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 mac address
>
> There should be a schedule in a DB per user ID.
> The external ACL helper should cache for about 30 seconds and the table
> should be by an hour and day of the week.
> This way it would be pretty simple to build a web ui to manage the
> schedule.
>
> I would like to get some input on things that kid control might be good
> doing.
>
> Thanks,
> ----
> Eliezer Croitoru
> Tech Support
> Mobile: +972-5-28704261
> Email: ngtech1...@gmail.com
> _______________________________________________
> squid-users mailing list
> squid-users@lists.squid-cache.org
> https://lists.squid-cache.org/listinfo/squid-users
>
>
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to