bz404 / cf-warp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf-warp

A simple cli to get Warp+ as WireGuard configuration

Usage

By using this, you agree the Privacy Policy and Terms of Service of Cloudflare 1.1.1.1

Step 1

Follow Installation Guide on WireGuard official webiste to install WireGuard on your system.

You have to make sure wg binary exists in your PATH.

Step 2

Install cf-warp globally through yarn or npm.

yarn global add cf-warp # npm i -g cf-warp

Step 3

Initialize your Warp+ account by running cf-warp command.

Example:

$ cf-warp
Your Warp credentials are located at "C:\Users\maple3142\.cf-warp\data.json", and WireGuard connection file is "C:\Users\maple3142\.cf-warp\cf-warp.conf".
You currently have 1GB Warp+ quota.
To get your current Warp+ quota, simply run "cf-warp".
To increase your Warp+ quota by 10 GB, simply run "cf-warp 10".

Step 4

Obtain cf-warp.conf from ~/.cf-warp/cf-warp.conf and use it normally.

FAQ

How does cf-warp get Warp+ quota for free?

It currently get quota by faking referrers since there is no way to pay for premium version outside of 1.1.1.1 app, but it is recommended to pay for it on your phone if you think their service is good.

Thanks

https://github.com/yyuueexxiinngg/some-scripts/tree/master/cloudflare

About

License:MIT License


Languages

Language:JavaScript 100.0%