diff --git a/internal/provider/cyberghost/openvpnconf.go b/internal/provider/cyberghost/openvpnconf.go index ba4874ac..5fe23f0e 100644 --- a/internal/provider/cyberghost/openvpnconf.go +++ b/internal/provider/cyberghost/openvpnconf.go @@ -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 == "" {