mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
c40d4e075e
- Move validation functions from `internal/constants` to `internal/configuration/settings/validation` - Concatenate all OpenVPN constants in `internal/constants/openvpn.go`
8 lines
141 B
Go
8 lines
141 B
Go
package constants
|
|
|
|
const (
|
|
PIAEncryptionPresetNone = "none"
|
|
PIAEncryptionPresetNormal = "normal"
|
|
PIAEncryptionPresetStrong = "strong"
|
|
)
|