mirror of
https://github.com/qdm12/gluetun.git
synced 2026-07-27 21:06:29 +02:00
8 lines
102 B
Go
8 lines
102 B
Go
package constants
|
|
|
|
const (
|
|
AmneziaWg = "amneziawg"
|
|
OpenVPN = "openvpn"
|
|
Wireguard = "wireguard"
|
|
)
|