all repos — dotfiles @ af9f99be0ed0f0d1a88fc8ee12bb0d4d3aaa9206

my *nix dotfiles

bin/vpnon.sh (view raw)

1#!/usr/bin/env bash
2
3sudo cp /etc/resolv.conf /etc/resolv.conf.bk
4sudo cp ~/Dotfiles/resolv.conf /etc/resolv.conf
5sudo openvpn --config ~/client.ovpn --script-security 2
6sudo cp /etc/resolv.conf.bk /etc/resolv.conf