Hotfix: default cyberghost cipher to aes-128-gcm
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
func (c *Cyberghost) BuildConf(connection models.Connection,
|
func (c *Cyberghost) BuildConf(connection models.Connection,
|
||||||
settings configuration.OpenVPN) (lines []string, err error) {
|
settings configuration.OpenVPN) (lines []string, err error) {
|
||||||
if settings.Cipher == "" {
|
if settings.Cipher == "" {
|
||||||
settings.Cipher = constants.AES256cbc
|
settings.Cipher = constants.AES128gcm
|
||||||
}
|
}
|
||||||
|
|
||||||
if settings.Auth == "" {
|
if settings.Auth == "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user