aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for optional fwmarksHEADmainHimbeer2025-04-061-3/+24
|
* Don't create routes for AllowedIPsHimbeer2025-03-181-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 netlinklibHimbeer2025-03-182-4/+20
|
* Bring up and configure the links after (re)creationHimbeer2025-03-183-12/+428
|
* Log successful link deletionsHimbeer2025-03-181-1/+1
|
* Fix missing space at the end of the "set up link: " error prefixHimbeer2025-03-181-1/+1
|
* Fix configuration line separators not being removedHimbeer2025-03-181-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 configuredHimbeer2025-03-171-2/+118
|
* Parse configuration file at /data/wg.peersHimbeer2025-03-173-1/+716
|
* Initial commitHimbeer2025-03-176-0/+254