mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Feature: OPENVPN_VERSION which can be 2.4 or 2.5
This commit is contained in:
@@ -14,3 +14,8 @@ const (
|
||||
SHA256 = "sha256"
|
||||
SHA512 = "sha512"
|
||||
)
|
||||
|
||||
const (
|
||||
Openvpn24 = "2.4"
|
||||
Openvpn25 = "2.5"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user