summaryrefslogtreecommitdiff
path: root/wg-reallyquick
AgeCommit message (Collapse)Author
2026-01-12wg-reallyquick: specify netns and interface name separatelyHEADmasterrtk0c
Previously, the interface name is hard coupled to the .conf filename. And the netns name is the same as interface. Now, both can be overriden in the [Interface] section with Name= and NetNS=
2025-11-08wg-reallyquick: cobbled together from wg-quick(1)rtk0c
The skeleton framework came from https://www.wireguard.com/netns/#the-new-namespace-solution The config parsing code came from wg-quick(1)