aboutsummaryrefslogtreecommitdiff
path: root/src/vpn_wrapper.sh
AgeCommit message (Expand)Author
2020-06-18remove unneeded sudo (we're running as root anyway)Wojciech Kosior
2020-06-18fix passing of a shell variable, that can contain spacesWojciech Kosior
2020-06-17decrease verbosity of openvpnWojciech Kosior
2020-06-16use vpn_id instead of pid for tagging namespacesWojciech Kosior
2020-06-16specify private addresses to assign to VETHs in the configWojciech Kosior
2020-06-15handle failing vpn connectionsWojciech Kosior
2020-06-12do not retry on failed connectionsWojciech Kosior
2020-06-12specify full path to openvpnWojciech Kosior
2020-06-12enable timeout on connection to vpnWojciech Kosior
2020-06-05route database connection to bypass vpnWojciech Kosior
2020-06-05enable come connections to bypass vpnWojciech Kosior
2020-06-04use openvpn's --setenv featureWojciech Kosior
2020-06-04tag namespace name with more unique shell's PID instead of timestampWojciech Kosior
2020-05-29move sources to src/Wojciech Kosior