From: Ian Kelling Date: Fri, 20 Nov 2020 22:25:56 +0000 (-0500) Subject: remove persist-tun causing problem X-Git-Url: https://iankelling.org/git/?p=vpn-setup;a=commitdiff_plain;h=2da6add81afb25c139de43264815ee6c8018e88c remove persist-tun causing problem --- diff --git a/vpn-mk-client-cert b/vpn-mk-client-cert index 59ddda5..ec68484 100755 --- a/vpn-mk-client-cert +++ b/vpn-mk-client-cert @@ -146,7 +146,10 @@ remote $host $port resolv-retry infinite nobind persist-key -persist-tun +# persist-tun was here, but if the vpn goes down this makes +# the whole thing get stuck if the vpn is our default route +# unless we set a special route out just for the vpn. +# todo: investigate. ca ca-$name.crt cert $name.crt key $name.key