mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
change cipher type
This commit is contained in:
parent
a6048d509f
commit
ce1f180026
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
|
|||
;;
|
||||
esac
|
||||
echo "keepalive 10 120
|
||||
cipher AES-256-CBC
|
||||
cipher AES-256-GCM
|
||||
user nobody
|
||||
group $GROUPNAME
|
||||
persist-key
|
||||
|
@ -365,7 +365,7 @@ persist-key
|
|||
persist-tun
|
||||
remote-cert-tls server
|
||||
auth SHA512
|
||||
cipher AES-256-CBC
|
||||
cipher AES-256-GCM
|
||||
setenv opt block-outside-dns
|
||||
key-direction 1
|
||||
verb 3" > /etc/openvpn/client-common.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue