Wireguard

WireGuard is a next-generation VPN protocol celebrated for elegance and performance. It leans on contemporary cryptographic constructions, operates at the network layer, and reduces tunnel management to a handful of keys β€” offering a simpler, faster alternative to IPsec.

Standout Features of WireGuard

  • Top-tier speed: An efficient design delivers excellent throughput and low latency.
  • Modern primitives: Security rests on ChaCha20 and Curve25519.
  • Trivial setup: A peer relationship fits in a single short config block.
  • Minimal attack surface: A small, auditable codebase wins trust.
  • Wide adoption: Native clients exist for all major operating systems.

WireGuard Parameters for FlClash

FlClash handles WireGuard nodes directly. Supply these settings to get started:

  • server: Server address
  • port: Server port
  • privateKey: Client private key
  • publicKey: Server public key
  • ip: Client IP address in the VPN network
  • reserved: Reserved bytes for obfuscation (optional)