chore(constants): add internal/constants/openvpn package
This commit is contained in:
@@ -2,7 +2,7 @@ package windscribe
|
||||
|
||||
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,11 +13,11 @@ func (w *Windscribe) BuildConf(connection models.Connection,
|
||||
RemoteCertTLS: true,
|
||||
AuthUserPass: true,
|
||||
Ciphers: []string{
|
||||
constants.AES256gcm,
|
||||
constants.AES256cbc,
|
||||
constants.AES128gcm,
|
||||
openvpn.AES256gcm,
|
||||
openvpn.AES256cbc,
|
||||
openvpn.AES128gcm,
|
||||
},
|
||||
Auth: constants.SHA512,
|
||||
Auth: openvpn.SHA512,
|
||||
Ping: 10, //nolint:gomnd
|
||||
VerifyX509Type: "name",
|
||||
KeyDirection: "1",
|
||||
|
||||
Reference in New Issue
Block a user