aboutsummaryrefslogtreecommitdiff
path: root/src/wg2sd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename project wg2sd -> wg2nd, new CLI + generateflu0r1ne2023-08-251-598/+0
| | | | | | | | | | 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)
* Add firewall rule generatorflu0r1ne2023-08-181-1/+62
|
* Add warnings for PreUp, PostUp, PreDown, PostDown, and SaveConfig ↵flu0r1ne2023-08-171-1/+29
| | | | configuration, no systemd-networkd eqiv
* Add ListenPort to netdev config and ensure that Endpoint is not present if ↵flu0r1ne2023-08-171-2/+8
| | | | not specified
* init commitflu0r1ne2023-08-171-0/+503