mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 08:49:03 +01:00
Merge pull request #2 from Harvester57/master
Remove old fix about buffers
This commit is contained in:
commit
6480c8fbf3
@ -279,8 +279,6 @@ set_var EASYRSA_DIGEST "sha384"" > vars
|
|||||||
echo "port $PORT
|
echo "port $PORT
|
||||||
proto udp
|
proto udp
|
||||||
dev tun
|
dev tun
|
||||||
sndbuf 0
|
|
||||||
rcvbuf 0
|
|
||||||
ca ca.crt
|
ca ca.crt
|
||||||
cert server.crt
|
cert server.crt
|
||||||
key server.key
|
key server.key
|
||||||
@ -415,8 +413,6 @@ crl-verify crl.pem" >> /etc/openvpn/server.conf
|
|||||||
echo "client
|
echo "client
|
||||||
dev tun
|
dev tun
|
||||||
proto udp
|
proto udp
|
||||||
sndbuf 0
|
|
||||||
rcvbuf 0
|
|
||||||
remote $IP $PORT
|
remote $IP $PORT
|
||||||
resolv-retry infinite
|
resolv-retry infinite
|
||||||
nobind
|
nobind
|
||||||
|
Loading…
Reference in New Issue
Block a user