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.
What is Cloudflare Warp?
Section titled “What is Cloudflare Warp?”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.
Installation of Warp Native
Section titled “Installation of Warp Native”-
Select the
WARP Native from distilliumoption
-
Then select the
Install WARP Nativeoption
Configuration of Warp-Settings
Section titled “Configuration of Warp-Settings”-
Select the
Add WARP-Settings to node configurationoption
-
Then select which node to add warp-settings configuration

The following blocks are added to the node’s configuration profile:
{ "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.
{ "type": "field", "domain": [ "whoer.net", "browserleaks.com", "2ip.io", "2ip.ru" ], "outboundTag": "warp-out"}