change cipher type
This commit is contained in:
parent
a6048d509f
commit
ce1f180026
@ -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…
Reference in New Issue
Block a user