Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integration tests and "\r\n" DOS-style line feedsHEADv0.2.1main | flu0r1ne | 2024-06-05 | 1 | -1/+1 |
| | | | | | | - Parse \r\n line feeds - Add simple integration tests to ensure regressions do not occur - Add test "wg1" for \r\n parsing | ||||
* | Allow configurable activation policy, allow -h before dropping caps | flu0r1ne | 2023-11-20 | 1 | -6/+27 |
| | |||||
* | Ensure the config path of symmetric keyfiles are absolute | flu0r1ne | 2023-08-31 | 1 | -3/+6 |
| | |||||
* | Encode key in base32 to exclude the Unix path sep | flu0r1ne | 2023-08-27 | 1 | -4/+17 |
| | |||||
* | Dual license | flu0r1ne | 2023-08-26 | 1 | -0/+6 |
| | |||||
* | Store private key in a file with the public keyname, get rid of argon2 | flu0r1ne | 2023-08-26 | 1 | -53/+27 |
| | |||||
* | Rename project wg2sd -> wg2nd, new CLI + generate | flu0r1ne | 2023-08-25 | 1 | -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) |