Fix: change PureVPN default cipher to AES-256-GCM
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
func (p *Purevpn) BuildConf(connection models.OpenVPNConnection,
|
||||
username string, settings configuration.OpenVPN) (lines []string) {
|
||||
if settings.Cipher == "" {
|
||||
settings.Cipher = constants.AES256cbc
|
||||
settings.Cipher = constants.AES256gcm
|
||||
}
|
||||
|
||||
lines = []string{
|
||||
|
||||
Reference in New Issue
Block a user