all repos — dotfiles @ 9bd89662d29e18d97b5bb92a919319fcc853caad

my *nix dotfiles

bin/vpnon.sh (view raw)

1#!/usr/bin/env bash
2
3ssh -D 8008 emerald -fN
4
5sudo cp /etc/resolv.conf /etc/resolv.conf.bk
6sudo cp ~/dotfiles/resolv.conf /etc/resolv.conf
7sudo openvpn --config ~/client.ovpn
8sudo cp /etc/resolv.conf.bk /etc/resolv.conf