Skip to content

Commit

Permalink
Merge pull request angristan#2 from Harvester57/master
Browse files Browse the repository at this point in the history
Remove old fix about buffers
  • Loading branch information
Angristan committed Mar 22, 2016
2 parents 6b4c00c + 9aeb5b7 commit 6480c8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ set_var EASYRSA_DIGEST "sha384"" > vars
echo "port $PORT
proto udp
dev tun
sndbuf 0
rcvbuf 0
ca ca.crt
cert server.crt
key server.key
Expand Down Expand Up @@ -415,8 +413,6 @@ crl-verify crl.pem" >> /etc/openvpn/server.conf
echo "client
dev tun
proto udp
sndbuf 0
rcvbuf 0
remote $IP $PORT
resolv-retry infinite
nobind
Expand Down

0 comments on commit 6480c8f

Please sign in to comment.