Skip to content

Warp Native

Cloudflare Warp Native is a way to use the Cloudflare Warp service through the WireGuard protocol in native mode, that is, with direct WireGuard configuration without depending on the official Cloudflare client (for example, the 1.1.1.1 or warp-cli application). In the context of the wgcf tool, this means setting up a connection to the Cloudflare Warp infrastructure using a generated WireGuard profile, which can be used in any compatible WireGuard client.

Cloudflare Warp is a service that redirects user internet traffic through Cloudflare servers, providing:

  • Security: encrypting traffic to protect data.
  • Confidentiality: hiding the user’s IP address.
  • Optimization: routing through the global Cloudflare network to improve speed and connection reliability.
  1. Select the WARP Native from distillium option

    Warp Native Main Menu

  2. Then select the Install WARP Native option

    Warp Native Install

  1. Select the Add WARP-Settings to node configuration option

    Warp Native Add Config

  2. Then select which node to add warp-settings configuration

    Warp Native Add Node

The following blocks are added to the node’s configuration profile:

outbound
{
"tag": "warp-out",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIP"
},
"streamSettings": {
"sockopt": {
"interface": "warp",
"tcpFastOpen": true
}
}
}

The highlighted domains will be sent through WARP, replace them with your own.

routing rule
{
"type": "field",
"domain": [
"whoer.net",
"browserleaks.com",
"2ip.io",
"2ip.ru"
],
"outboundTag": "warp-out"
}