mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-27 23:46:07 +03:00
Update openvpn-install.sh
This commit is contained in:
parent
cc81838501
commit
b652a20556
@ -295,7 +295,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
||||
;;
|
||||
esac
|
||||
echo "keepalive 10 120
|
||||
cipher AES-256-CBC
|
||||
cipher AES-256-GCM
|
||||
comp-lzo
|
||||
user nobody
|
||||
group $GROUPNAME
|
||||
@ -384,7 +384,7 @@ persist-key
|
||||
persist-tun
|
||||
remote-cert-tls server
|
||||
auth SHA512
|
||||
cipher AES-256-CBC
|
||||
cipher AES-256-GCM
|
||||
comp-lzo
|
||||
setenv opt block-outside-dns
|
||||
key-direction 1
|
||||
|
Loading…
Reference in New Issue
Block a user