aboutsummaryrefslogtreecommitdiff
path: root/src/wg2nd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure the config path of symmetric keyfiles are absoluteflu0r1ne2023-08-311-3/+6
|
* Encode key in base32 to exclude the Unix path sepflu0r1ne2023-08-271-4/+17
|
* Dual licenseflu0r1ne2023-08-261-0/+6
|
* Store private key in a file with the public keyname, get rid of argon2flu0r1ne2023-08-261-53/+27
|
* Rename project wg2sd -> wg2nd, new CLI + generateflu0r1ne2023-08-251-0/+632
1. Renamed the project from wg2sd to wg2nd 2. Modified the _gen_netdev_cfg() function to handle the MTUBytes field. 3. Add new CLI with `generate` and `install` commands 4. Modified the gen_systemd_config() function to accept keyfile_or_output_path and filename parameters. - user can choose the name of the keyfile on the CLI - user can choose alternative output filename (instead of just using the interface name)