mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-04 21:23:31 +03:00
Use AES-256-GCM cipher instead of AES-256-CBC
Set to default AES-256-GCM
This commit is contained in:
parent
f943387083
commit
49bbc4e143
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ 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
|
||||
cipher AES-256-GCM
|
||||
user nobody
|
||||
group $group_name
|
||||
persist-key
|
||||
|
@ -423,7 +423,7 @@ persist-key
|
|||
persist-tun
|
||||
remote-cert-tls server
|
||||
auth SHA512
|
||||
cipher AES-256-CBC
|
||||
cipher AES-256-GCM
|
||||
ignore-unknown-option block-outside-dns
|
||||
verb 3" > /etc/openvpn/server/client-common.txt
|
||||
# Enable and start the OpenVPN service
|
||||
|
|
Loading…
Add table
Reference in a new issue