Skip to content

Commit

Permalink
fix(mullvad): add aes-256-gcm cipher
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed May 21, 2023
1 parent 5200ee5 commit 63303bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/mullvad/openvpnconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func (p *Provider) OpenVPNConfig(connection models.Connection,
Ciphers: []string{
openvpn.AES256cbc,
openvpn.AES128gcm,
openvpn.AES256gcm,
},
Ping: 10,
RemoteCertTLS: true,
Expand Down

0 comments on commit 63303bc

Please sign in to comment.