All Projects β†’ ViRb3 β†’ Cloudflare Warp Wireguard Client

ViRb3 / Cloudflare Warp Wireguard Client

Generate WireGuard profile from Cloudflare Warp account

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cloudflare Warp Wireguard Client

Wgcf
🚀 Cross-platform, unofficial CLI for Cloudflare Warp
Stars: ✭ 778 (+662.75%)
Mutual labels:  vpn, cloudflare, client
Cloudflare
An asynchronous Ruby wrapper for the CloudFlare V4 API.
Stars: ✭ 113 (+10.78%)
Mutual labels:  cloudflare, client
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide πŸ”’ Protection | πŸ”Ž Privacy | πŸš€ Performance on home network 24/7 πŸ•› Accessible anywhere 🌏
Stars: ✭ 160 (+56.86%)
Mutual labels:  cloudflare, vpn
warpy
A command-line program to get WARP+ as WireGuard written in python
Stars: ✭ 57 (-44.12%)
Mutual labels:  cloudflare, vpn
Warp Plus Cloudflare
Script for getting unlimited GB on Warp+ ( https://1.1.1.1/ )
Stars: ✭ 381 (+273.53%)
Mutual labels:  vpn, cloudflare
Goindex Theme Acrou
This is a goindex theme.δΈ€δΈͺgoindexηš„ζ‰©ε±•δΈ»ι’˜γ€‚
Stars: ✭ 1,332 (+1205.88%)
Mutual labels:  cloudflare
Stompclientlib
Simple STOMP Client library, Swift 3 and 4, 4.2, 5 compatible
Stars: ✭ 99 (-2.94%)
Mutual labels:  client
Beluganos
The new network OS designed for white-box switches based on open API.
Stars: ✭ 95 (-6.86%)
Mutual labels:  vpn
Generic Auto Updater
Generic Auto-Updater: a robust, user-friendly, clean and efficient Auto-Updater to maintain any client patched.
Stars: ✭ 95 (-6.86%)
Mutual labels:  client
Cloudflare Workers Webpack Boilerplate
A superbly simple, minimal-config template for building, bundling and deploying Cloudflare Workers with Webpack πŸš€
Stars: ✭ 101 (-0.98%)
Mutual labels:  cloudflare
Swiftagram
A modern Swift wrapper for Instagram Private API.
Stars: ✭ 100 (-1.96%)
Mutual labels:  client
Wg Install
Wireguard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 99 (-2.94%)
Mutual labels:  vpn
Minecraft Hack Baseclient
This is a Minecraft Base Client
Stars: ✭ 95 (-6.86%)
Mutual labels:  client
Android
VPN.ht Android Application. Based on ics-openvpn.
Stars: ✭ 99 (-2.94%)
Mutual labels:  vpn
Python Binance Chain
Binance Chain Exchange API python implementation for automated trading
Stars: ✭ 96 (-5.88%)
Mutual labels:  client
Simpletcp
Simple wrapper for TCP client and server in C# with SSL support
Stars: ✭ 99 (-2.94%)
Mutual labels:  client
Nordpy
A gui application to connect automatically to the recommended NordVPN server
Stars: ✭ 95 (-6.86%)
Mutual labels:  vpn
Gowebdav
A golang WebDAV client library and command line tool.
Stars: ✭ 97 (-4.9%)
Mutual labels:  client
Nitro Demo
nuxt nitro preview
Stars: ✭ 100 (-1.96%)
Mutual labels:  cloudflare
Nats.ex
Elixir client for NATS, the cloud native messaging system. https://nats.io
Stars: ✭ 97 (-4.9%)
Mutual labels:  client

Cloudflare Warp WireGuard Client

A tool to generate WireGuard profiles for Cloudflare Warp

⚠️ Notice:

This project has been deprecated in favor of wgcf - a complete re-write in Golang. It includes numerous new features and improvements, runs natively on any operating system, and has zero dependencies. Get wgcf now!

Features

  • Fetch configuration data from server
  • Create new account
  • Use existing license key
  • Check account type / Warp+ status
  • Create WireGuard profile

Usage

  1. Install WireGuard. Make sure its command-line tool wg is accessible from your PATH
  2. Install Python 3.7+
  3. Install poetry using pip:
    pip3 install poetry
    
  4. Download this project and extract it
  5. Open a shell in the extracted directory
  6. (only first time) Install the dependencies:
    poetry install
    
  7. Run the script:
    poetry run python wgcf.py
    

Your new account details will be saved under wgcf-identity.json and your WireGuard profile under wgcf-profile.conf.

You can use the WireGuard profile on any OS that supports WireGuard, including Windows, macOS, Linux and Android. For more information, please refer to the WireGuard installation instructions.

Using existing license key

If you have an existing account, for an example on your phone, you can use its license key to bind this device's account to that of your phone and share its Warp+ features. Please note that there is a limit of a maximum of 5 active linked devices.

  1. Make sure you have ran this script at least once to create an identity
  2. Once you have the wgcf-identity.json file, open it in your favorite text editor and replace the license_key value with the license key of your other device
  3. When you re-run this script, it will detect the change and automatically update your account

Android

To see your account's license key on Android:

  1. Open the 1.1.1.1 app
  2. Click on the hamburger menu button in the top-right corner
  3. Navigate to: Account > Key
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].