From 2d39183284e180451da00f85afd5fae2d936462d Mon Sep 17 00:00:00 2001
From: jtbr <jtbr@github>
Date: Wed, 20 Apr 2016 22:55:25 +0000
Subject: [PATCH] Revert "my personal preferences, and limit 3 simultaneous
 clients"

This reverts commit 804c7aa9ed91433a83749c64ad2ec47f22fc968f.
---
 openvpn-install.sh | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/openvpn-install.sh b/openvpn-install.sh
index 40970ef..ee21c50 100644
--- a/openvpn-install.sh
+++ b/openvpn-install.sh
@@ -348,10 +348,7 @@ persist-key
 persist-tun
 crl-verify crl.pem
 tls-server
-tls-auth tls-auth.key 0
-status openvpn-status.log
-max-clients 3
-verb 3" >> /etc/openvpn/server.conf
+tls-auth tls-auth.key 0" >> /etc/openvpn/server.conf
 	# Enable net.ipv4.ip_forward for the system
 	if [[ "$OS" = 'debian' ]]; then
 		sed -i 's|#net.ipv4.ip_forward=1|net.ipv4.ip_forward=1|' /etc/sysctl.conf
@@ -448,8 +445,7 @@ remote-cert-tls server
 cipher AES-256-CBC
 auth SHA512
 tls-version-min 1.2
-tls-client
-verb 3" > /etc/openvpn/client-common.txt
+tls-client" > /etc/openvpn/client-common.txt
 	if [[ "$VARIANT" = '1' ]]; then
 		# If the user selected the fast, less hardened version
 		echo "tls-cipher TLS-DHE-RSA-WITH-AES-128-CBC-SHA" >> /etc/openvpn/client-common.txt