Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am currently designing a secure bootable linux operating system which will automatically connect to a VPN (through OpenVPN) on start up. The only browsers that can be used are firefox and chrome and what I need to do is check if a user is logged into a VPN when the browser starts, if they are not, I will display a warning message in the browser telling them to be careful etc, otherwise I will just redirect them to our homepage.

I am thinking of a way to do this, could anyone provide any suggestions? Thanks !

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.