Skip to content

Instantly share code, notes, and snippets.

@qntmpkts
Created March 15, 2017 00:53
Show Gist options
  • Save qntmpkts/e49cf67976a9ef9f1fea4eb866f178ba to your computer and use it in GitHub Desktop.
Save qntmpkts/e49cf67976a9ef9f1fea4eb866f178ba to your computer and use it in GitHub Desktop.
Starts OpenVPN connection on ChromeOS
#!/bin/bash
sudo stop shill
sudo start shill BLACKLISTED_DEVICES=tun0
openvpn $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment