https://github.com/poscat0x04/wgcf-teams
https://github.com/poscat0x04/wgcf-teams
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poscat0x04/wgcf-teams
- Owner: poscat0x04
- License: bsd-3-clause
- Created: 2022-12-18T03:58:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T13:24:43.000Z (about 2 years ago)
- Last Synced: 2025-10-26T02:58:44.027Z (8 months ago)
- Language: Rust
- Size: 107 KB
- Stars: 96
- Watchers: 4
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# wgcf-teams
Extract wireguard configurations from cloudflare's warp for teams
## Installing
### Using Nix
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"
```
### Downloading from release
For each release, a binary is provided for each OS which you can download and add to your
`PATH`.
## Contributing
See devnote.md for developer notes and todo.md for the todo list of this project