Hotfix: default cyberghost cipher to aes-128-gcm

This commit is contained in:
Quentin McGaw (desktop)
2021-09-15 12:54:36 +00:00
parent 61677fbce2
commit 80f25c34e5

View File

@@ -13,7 +13,7 @@ import (
func (c *Cyberghost) BuildConf(connection models.Connection,
settings configuration.OpenVPN) (lines []string, err error) {
if settings.Cipher == "" {
settings.Cipher = constants.AES256cbc
settings.Cipher = constants.AES128gcm
}
if settings.Auth == "" {