Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for optional fwmarksHEADmain | Himbeer | 2025-04-06 | 1 | -3/+24 |
| | |||||
* | Don't create routes for AllowedIPs | Himbeer | 2025-03-18 | 1 | -23/+0 |
| | | | | | | These routes can be added using rsdsl_rtd. This allows WireGuard links to have AllowedIPs = 0.0.0.0/0, ::/0 without overriding the default route. | ||||
* | Update netlinklib | Himbeer | 2025-03-18 | 2 | -4/+20 |
| | |||||
* | Bring up and configure the links after (re)creation | Himbeer | 2025-03-18 | 3 | -12/+428 |
| | |||||
* | Log successful link deletions | Himbeer | 2025-03-18 | 1 | -1/+1 |
| | |||||
* | Fix missing space at the end of the "set up link: " error prefix | Himbeer | 2025-03-18 | 1 | -1/+1 |
| | |||||
* | Fix configuration line separators not being removed | Himbeer | 2025-03-18 | 1 | -20/+17 |
| | | | | | This fixes an issue where the \n delimiter is included in each line read by the parser, causing it to fail on valid input. | ||||
* | Create, configure and delete links as configured | Himbeer | 2025-03-17 | 1 | -2/+118 |
| | |||||
* | Parse configuration file at /data/wg.peers | Himbeer | 2025-03-17 | 3 | -1/+716 |
| | |||||
* | Initial commit | Himbeer | 2025-03-17 | 6 | -0/+254 |