https://github.com/yinheli/wgx
wireguard tool to manage / generate configuration. Maintain one yaml configuration file to quickly build wireguard network.
https://github.com/yinheli/wgx
cli management wireguard
Last synced: 6 months ago
JSON representation
wireguard tool to manage / generate configuration. Maintain one yaml configuration file to quickly build wireguard network.
- Host: GitHub
- URL: https://github.com/yinheli/wgx
- Owner: yinheli
- License: mit
- Created: 2022-08-16T12:32:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T11:17:01.000Z (over 2 years ago)
- Last Synced: 2024-09-05T09:38:09.290Z (10 months ago)
- Topics: cli, management, wireguard
- Language: Rust
- Homepage:
- Size: 76.2 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# wgx
wireguard tool to manage / generate configuration. Maintain one yaml configuration file to quickly build wireguard network.
## Usage

_No demo visible here? View it on [asciinema](https://asciinema.org/a/515270)._```bash
wgx --hUSAGE:
wgx [OPTIONS]OPTIONS:
-a, --all Include all nodes
-c, --config Config file [default: ./config.yml]
-f, --format Output format [default: conf]
-h, --help Print help information
-n, --node Node to export [default: ]
-V, --version Print version information
```more information please checkout [config.example.yml](./config.example.yml)
[usage-demo]: https://asciinema.org/a/515270