chore(constants): add internal/constants/openvpn package
This commit is contained in:
@@ -2,7 +2,7 @@ package ivpn
|
||||
|
||||
import (
|
||||
"github.com/qdm12/gluetun/internal/configuration/settings"
|
||||
"github.com/qdm12/gluetun/internal/constants"
|
||||
"github.com/qdm12/gluetun/internal/constants/openvpn"
|
||||
"github.com/qdm12/gluetun/internal/models"
|
||||
"github.com/qdm12/gluetun/internal/provider/utils"
|
||||
)
|
||||
@@ -13,7 +13,7 @@ func (i *Ivpn) BuildConf(connection models.Connection,
|
||||
providerSettings := utils.OpenVPNProviderSettings{
|
||||
AuthUserPass: true,
|
||||
Ciphers: []string{
|
||||
constants.AES256cbc,
|
||||
openvpn.AES256cbc,
|
||||
},
|
||||
Ping: 5,
|
||||
RemoteCertTLS: true,
|
||||
|
||||
Reference in New Issue
Block a user