Parental control in Centos

Issues related to applications and software problems and general support
Post Reply
wp.rauchholz
Posts: 133
Joined: 2016/11/20 11:58:45

Parental control in Centos

Post by wp.rauchholz » 2020/03/01 10:49:06

I want to control control usage time applications, web pages MYS KIDS can connect or not and manage blacklists of web sites.
Does anybody have experience to share?

There is an application called Nanny, but no explanation how to install. Can't find anything on the web either.
Any help is appreciated.

Thank you,

Wolfgang

MartinR
Posts: 714
Joined: 2015/05/11 07:53:27
Location: UK

Re: Parental control in Centos

Post by MartinR » 2020/03/01 11:25:01

CentOS may not be the best distro for this use. It is aimed at enterprise servers rather than home workstations, though having said that there are plenty of people (myself included) happily using it for a workstation.

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Parental control in Centos

Post by sml » 2020/03/01 11:33:18

AlternativeTo gives me four alternatives to Net Nanny. DansGuardian is discontinued, but there's an active fork, E2Guardian. None of them is packaged for CentOS 8, however. There's also an OpenDNS-based solution that doesn't require installation, Family Shield.

wp.rauchholz
Posts: 133
Joined: 2016/11/20 11:58:45

Re: Parental control in Centos

Post by wp.rauchholz » 2020/03/02 16:52:45

Thank you for the input.
Family shield is a good solution.

Thank you

Wolfgang

BShT
Posts: 585
Joined: 2019/10/09 12:31:40

Re: Parental control in Centos

Post by BShT » 2020/03/02 17:57:39

a DNS solution probably will not work with DoH

and DoH is knocking the door

sml
Posts: 305
Joined: 2020/01/17 09:01:44

Re: Parental control in Centos

Post by sml » 2020/03/02 19:08:30

Firstly, OpenDNS can be configured as a custom DoH provider in browser.

Secondly, networks can signal to Firefox not to use DoH:

Code: Select all

echo "local=/use-application-dns.net/" >/etc/dnsmasq.d/stop-doh.conf
systemctl restart dnsmasq.service

Post Reply