So, i have 3VM’s:
- One for the PfSense (cli)
- One for admin that can access PfSense interface with ip in web
- One used to test if the restrictions that i applied works well
I blacklisted every IP and only whitelisted youtube, tested, and it works
So everyone can access youtube on the network but i want to make specific access to specific users, for example i wanna allow only one of them to go to twitch.tv, i tried a lot of things and dont know how to make this efficient.
Ill take any help, thanks.
Knowing that i blacklisted and whitelisted in ACL graphic interface on ProxySquid.
acl user_ip src 192.168.1.100
acl example_site dstdomain .twitch.tv
http_access allow user_ip example_site
This didnt work, i tried to make Aliases with the servers ip of twitch and stuff but still didn’t work.
Noah Lejolivet is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.