Implementing a form of websites white listing today, is it actually possible?
moonpiedumplings @ moonpiedumplings @programming.dev Posts 18Comments 433Joined 2 yr. ago
moonpiedumplings @ moonpiedumplings @programming.dev
Posts
18
Comments
433
Joined
2 yr. ago
Yeah you probably want a proxy based solution. Have a network that has no internet access except through a proxy that you control.
You would also have to lock dns down. The problem with dns based blocks is that things like dns over https allow people to use an alternative dns server. But, if you control the devices that you are managing, then you can also control what dns server they use.