1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-27 07:26:06 +03:00

Remove --cipher parameter

--cipher has been deprecated since v2.4 and was kept for compatibility purposes.
This commit is contained in:
Nyr 2023-10-26 16:11:50 +02:00
parent 4b412c94b4
commit 52b12468b1

View File

@ -329,7 +329,6 @@ server 10.8.0.0 255.255.255.0" > /etc/openvpn/server/server.conf
esac
echo 'push "block-outside-dns"' >> /etc/openvpn/server/server.conf
echo "keepalive 10 120
cipher AES-256-CBC
user nobody
group $group_name
persist-key
@ -429,7 +428,6 @@ persist-key
persist-tun
remote-cert-tls server
auth SHA512
cipher AES-256-CBC
ignore-unknown-option block-outside-dns
verb 3" > /etc/openvpn/server/client-common.txt
# Enable and start the OpenVPN service