Any system to Monitor Client Visited website?

In my Tp-link, If I enable Parental control. I can view the History which website client visited. Can I do same in Openwrt? If possible how?

These days, https/ ssl (in combinations with the CDNs used by larger websites) makes that impossible.

1 Like

Well, you could still see which domains and IPs are visited in theory. Both via DNS logging but also via looking at the SNI of TLS connections (doing deep packet inspection).

You could also do what many large corporations do for their internal networks, and have a MITM proxy, set up with a custom SSL CA that the client is configured to trust.

I don't know of software that implements either of these for OpenWRT though. And in the latter case you would probably need quite beefy hardware.

squid does