const (
// Unknown indicates that the protocol is not known Unknown Protocol = iota// OpenVPN indicates that the protocol is OpenVPN OpenVPN
// WireGuard indicates that the protocol is WireGuard WireGuard
// WireGuardProxy indicates that the protocol is WireGuard with proxyguard WireGuardProxy
)