covpn - Wrapper to run OpenVPN with server push filtering, tcp/udp/defgw modes 2013, Laurent Ghigonis sudo covpn.sh [-g] [-t] Examples ======== # Run in UDP mode and not modifying default gateway (default) ./covpn.sh conf/ # Run in UDP mode, overriding the default gateway # (restores it on exit) ./covpn.sh -g conf/ # Run in TCP mode ./covpn.sh -t conf/ Configuration ============= Configuration is in conf/ by default You should edit covpn.conf and openvpn.conf, and add your OpenVPN keys there