mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-27 15:36:07 +03:00
Remove --cipher parameter
--cipher has been deprecated since v2.4 and was kept for compatibility purposes.
This commit is contained in:
parent
4b412c94b4
commit
52b12468b1
@ -329,7 +329,6 @@ server 10.8.0.0 255.255.255.0" > /etc/openvpn/server/server.conf
|
|||||||
esac
|
esac
|
||||||
echo 'push "block-outside-dns"' >> /etc/openvpn/server/server.conf
|
echo 'push "block-outside-dns"' >> /etc/openvpn/server/server.conf
|
||||||
echo "keepalive 10 120
|
echo "keepalive 10 120
|
||||||
cipher AES-256-CBC
|
|
||||||
user nobody
|
user nobody
|
||||||
group $group_name
|
group $group_name
|
||||||
persist-key
|
persist-key
|
||||||
@ -429,7 +428,6 @@ persist-key
|
|||||||
persist-tun
|
persist-tun
|
||||||
remote-cert-tls server
|
remote-cert-tls server
|
||||||
auth SHA512
|
auth SHA512
|
||||||
cipher AES-256-CBC
|
|
||||||
ignore-unknown-option block-outside-dns
|
ignore-unknown-option block-outside-dns
|
||||||
verb 3" > /etc/openvpn/server/client-common.txt
|
verb 3" > /etc/openvpn/server/client-common.txt
|
||||||
# Enable and start the OpenVPN service
|
# Enable and start the OpenVPN service
|
||||||
|
Loading…
Reference in New Issue
Block a user