aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add version subcommandv0.1.0flu0r1ne2023-09-123-6/+17
|
* Ensure the config path of symmetric keyfiles are absoluteflu0r1ne2023-08-311-3/+6
|
* exportflu0r1ne2023-08-311-0/+0
|
* add .gitignoreflu0r1ne2023-08-311-0/+2
|
* Encode key in base32 to exclude the Unix path sepflu0r1ne2023-08-274-9/+73
|
* refactor objects to work in parallel to source, add addrsanflu0r1ne2023-08-271-16/+7
|
* Dual licenseflu0r1ne2023-08-266-1/+297
|
* Store private key in a file with the public keyname, get rid of argon2flu0r1ne2023-08-2613-62/+2205
|
* Add Licenseflu0r1ne2023-08-261-0/+22
|
* nft.conf -> nftables.confflu0r1ne2023-08-261-1/+1
|
* Add READMEflu0r1ne2023-08-261-0/+174
|
* Rename project wg2sd -> wg2nd, new CLI + generateflu0r1ne2023-08-255-102/+367
| | | | | | | | | | 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-183-4/+77
|
* Add warnings for PreUp, PostUp, PreDown, PostDown, and SaveConfig ↵flu0r1ne2023-08-173-1/+39
| | | | configuration, no systemd-networkd eqiv
* move -lrt to linking sectionflu0r1ne2023-08-171-2/+4
|
* Add ListenPort to netdev config and ensure that Endpoint is not present if ↵flu0r1ne2023-08-171-2/+8
| | | | not specified
* add install paths to makefileflu0r1ne2023-08-171-4/+23
|
* init commitflu0r1ne2023-08-177-0/+2763