Extract wireguard configurations from cloudflare's warp for teams
wgcf-teams
If you want to specify a device name, use -n or --device-name:
wgcf-teams --device-name "My Laptop"
wgcf-teams is packaged as a flake. To install wgcf-teams, simply add it to your flake input and import the overlay.
Alternatively, you can directly build from development branch
nix build "github:poscat0x04/wgcf-teams"
For each release, a binary is provided for each OS which you can download and add to your
PATH.
See devnote.md for developer notes and todo.md for the todo list of this project