An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# wgx

wireguard tool to manage / generate configuration. Maintain one yaml configuration file to quickly build wireguard network.

## Usage

![wgx usage demo](./res/demo.svg)
_No demo visible here? View it on [asciinema](https://asciinema.org/a/515270)._

```bash
wgx --h

USAGE:
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