I'm currently developing an Windows application using C#, which needs to set different DNS-Servers, based on the Windows User, who is currently using the PC.
The differrent DNS addresses all block different web pages for the User, depending on a previous selected page.
I only found ways to change the DNS-Server when logged in as an Administrator.
Is there any way to use specific DNS addresses for specific users or at least to give non admin users the right to change the DNS server, so I can do it as action, when the application is started?
Thanks a lot.