Error772 / Cloudflare-Warp-Tools

Warp+ Tool 1.0: A powerful utility for generating and managing Warp+ licenses and Wireguard configurations. Includes features for QR code creation and user-friendly console interface.
MIT License
3 stars 1 forks source link

Mssing some items in the created conf file #1

Open xkajxkajx opened 1 month ago

xkajxkajx commented 1 month ago

When choosing {2] Generate Warp+ License (Wireguard) , the conf file has no DNS and MTU items.


[Interface] PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= Address = 172.16.0.2

[Peer] PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= AllowedIPs = 0.0.0.0/1 Endpoint = engage.cloudflareclient.com:240


A perfect wireguard configuration file should be look like this :


[Interface] PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= Address = 172.16.0.2/32 Address = 2606:4700:110:8bc1:cd08:82cc:d807:6ef9/128 DNS = 1.1.1.1, 1.0.0.1, 2606:4700:4700::1111, 2606:4700:4700::1001 MTU = 1280 [Peer] PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= AllowedIPs = 0.0.0.0/0 AllowedIPs = ::/0 Endpoint = engage.cloudflareclient.com:2408


Error772 commented 1 month ago

Hi! I'll check that...