VPN PROTOCOL GUIDE

Understand the protocol.
Choose with context.

Compare Veilora 2.0, WireGuard, OpenVPN and IKEv2/IPsec by design and operating context, without a universal speed ranking.

01 / CONTEXT

Protocol, platform or policy?

Network protocol

Defines peer communication: setup, authentication, key establishment, data transport and failure handling.

Proxy platform

Combines inbound and outbound connections, routing, DNS and protocol implementations. It is not a single transport protocol.

Service policy

Data retention, logging, node operation and support depend on the service provider, not just its protocol.

02 / COMPARISON

Four approaches to a connection.

A comparison of design boundaries, not an absolute security or performance score. Scroll the table horizontally on smaller screens.

Protocol design comparison
DimensionVeilora 2.0WireGuardOpenVPNIKEv2/IPsec
RoleManaged connection architectureMinimal Layer-3 encrypted tunnelConfigurable VPN protocol and implementationKey exchange combined with IPsec
TransportReference model covers TCP and UDP handlingIP packets over UDPUDP or TCPIKE usually uses UDP; data uses IPsec, with UDP encapsulation for NAT traversal
Network changesRecovery and node reselection in the design modelEndpoint roaming; client behavior mattersReconnection depends on configuration and implementationMOBIKE can support mobility where implemented
ObfuscationDepends on the released version and node configurationNot a base protocol goalMay need an additional transport or external mechanismNot a base protocol goal
OperationsApp and node coordinationSelf-hosting, integrations and managed servicesSelf-hosting, enterprise and managed servicesSystem-native clients and enterprise integration
Useful whenClient-managed routing and lifecycle are desiredA small implementation and key management fit the use caseCompatibility and detailed configuration are prioritiesNative integration and enterprise authentication matter
EvidencePublished design notes; deployed details pendingOfficial protocol documentation and implementationsOfficial source, manuals and project documentationIETF specifications and specific implementations
03 / PLATFORMS

A platform can combine protocols.

Proxy platform responsibilities
ProjectRoleBoundary
Clash / MihomoRule-based proxy engine: outbounds, DNS and traffic rulesEvaluate the selected protocol and configuration
sing-boxGeneral-purpose proxy platform with inbounds, outbounds and routingDifferent outbounds have different security models
V2RayComposable proxy, transport and routing componentsA platform name alone cannot establish security or performance
04 / VEILORA 2.0

The whole connection lifecycle.

  1. Configuration
  2. DNS & routing
  3. Authentication & keys
  4. TCP & UDP
  5. Recovery
  6. Cleanup

Follow the detailed reference model from authorization through DNS, routing, encrypted sessions, data transport, recovery and cleanup.

Read the Veilora 2.0 technical notes →
05 / QUESTIONS

Common questions

Does a protocol imply no logging?

No. Logging is a matter of service architecture, data handling and operating policy. Veilora’s logging policy remains pending.

Is Veilora 2.0 an App version?

No. Protocol generations and App release numbers describe different things and should be tracked separately.

Which protocol is fastest?

There is no permanent ranking without test conditions. Hardware, load, distance, MTU and the network can change the result.

Does this mean all listed protocols are supported?

No. The comparison explains technical roles, not a product compatibility matrix. Releases and node configuration determine actual availability.