I'm trying to use privoxy for parental control.
What I want is blocking sites (blacklisting) depending on what time it currently is. I.e. No youtube videos from 5:00 am to 8:00 am.
As far as I've seen, the privoxy configuration doesn't allow this kind of rules. I am willing to hack it with a cron-jobs. The question would then be: What is the recommended way to do this?
- Is there a API?
- Should I use curl to the rescue?
- Hack the config-files and force-reload the service?
I'm sure I'm not the first one trying this, but I struggle finding anything useful.