- Notifications
You must be signed in to change notification settings - Fork82
ViRb3/cloudflare-warp-wireguard-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A tool to generate WireGuard profiles for Cloudflare Warp
This project has been deprecated in favor ofwgcf - 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!
- Fetch configuration data from server
- Create new account
- Use existing license key
- Check account type / Warp+ status
- Create WireGuard profile
- InstallWireGuard. Make sure its command-line tool
wg
is accessible from yourPATH
- InstallPython 3.7+
- Installpoetry usingpip:
pip3 install poetry
- Downloadthis project and extract it
- Open a shell in the extracted directory
- (only first time) Install the dependencies:
poetry install
- Run the script:
poetry run python wgcf.py
Your new account details will be saved underwgcf-identity.json
and your WireGuard profile underwgcf-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 theWireGuard installation instructions.
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.
- Make sure you have ran this script at least once to create an identity
- Once you have the
wgcf-identity.json
file, open it in your favorite text editor and replace thelicense_key
value with the license key of your other device - When you re-run this script, it will detect the change and automatically update your account
To see your account's license key on Android:
- Open the
1.1.1.1
app - Click on the hamburger menu button in the top-right corner
- Navigate to:
Account
>Key
About
Generate WireGuard profile from Cloudflare Warp account
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.