From 6fbd3666f1a216ffd054d0538181e34d6b748610 Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Thu, 7 Jul 2016 12:29:47 -0500 Subject: [PATCH] Update openvpn-install.sh DNS doesn't work properly until this is changed on all my clients and servers --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 1e24c9a..5f7efb2 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -283,7 +283,7 @@ group $GROUPNAME persist-key persist-tun status openvpn-status.log -verb 3 +verb 6 crl-verify crl.pem" >> /etc/openvpn/server.conf # Enable net.ipv4.ip_forward for the system if [[ "$OS" = 'debian' ]]; then