Skip to content

Instantly share code, notes, and snippets.

@pullmonkey
Created November 15, 2011 04:46
Show Gist options
  • Save pullmonkey/1366175 to your computer and use it in GitHub Desktop.
Save pullmonkey/1366175 to your computer and use it in GitHub Desktop.
azilink
#!/bin/sh
adb forward tcp:41927 tcp:41927
sudo cp /etc/resolv.conf /etc/resolv.conf.azilink.bak
sudo cp /path/to/resolv.azilink /etc/resolv.conf
sudo openvpn /path/to/azilink.ovpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment