I have VPN setup on centos Server (Wireguard).
I want to log user browsing data. for example if user visited youtube.com/medianame?id-123123123
so I want to log complete url address not just youtube.com
is there anyway to monitor/log such thing over VPN / or any network?
I have tried using iptables but it only logs ip address of destination and port, it does not tell the complete url, also I was thinking to use squid proxy server instead, but it also seems to log base url like youtube.com not the complete url