diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-02 21:57:39 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-02 21:57:39 -0400 |
| commit | 2e40781ebf91fa0f9dc67f4381a8d3784cda8872 (patch) | |
| tree | d84d14c48100de722b0da204305054a103d1c5f3 /docs/design/2026-07-02-net-panel-other-interfaces-spec.org | |
| parent | 03897904c3270c07f2a5e8d3cf0457895dbe0e4f (diff) | |
| download | archsetup-2e40781ebf91fa0f9dc67f4381a8d3784cda8872.tar.gz archsetup-2e40781ebf91fa0f9dc67f4381a8d3784cda8872.zip | |
feat(vpn): wireguard config import for the NM migration
scripts/import-wireguard-configs.sh imports the seven Proton configs into NetworkManager with autoconnect forced off. Each config stages through a wgpvpn.conf temp copy (NM's import name must be a valid interface name; several config names exceed the 15-char limit) and is renamed by the UUID parsed from the import output, so a stray same-named connection can't be hit. A leftover wgpvpn connection — a run that died between import and rename, autoconnect still armed — makes the script refuse to run. 10 tests over a fake nmcli; velox migration verified (all seven wireguard, autoconnect no). The tunnels spec is implemented: all six phases shipped.
Diffstat (limited to 'docs/design/2026-07-02-net-panel-other-interfaces-spec.org')
| -rw-r--r-- | docs/design/2026-07-02-net-panel-other-interfaces-spec.org | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/design/2026-07-02-net-panel-other-interfaces-spec.org b/docs/design/2026-07-02-net-panel-other-interfaces-spec.org index 3ec9520..6b0a72d 100644 --- a/docs/design/2026-07-02-net-panel-other-interfaces-spec.org +++ b/docs/design/2026-07-02-net-panel-other-interfaces-spec.org @@ -4,10 +4,18 @@ #+TODO: TODO | DONE #+TODO: DRAFT READY DOING | IMPLEMENTED SUPERSEDED CANCELLED -* DOING Status +* IMPLEMENTED Status :PROPERTIES: :ID: 79a1075a-4b56-4f25-a861-b69f120a636a :END: +- [2026-07-02 Thu] IMPLEMENTED — all six phases shipped (dotfiles 2d9d060, + 21db05a, 31ba056, b4010bf, b5c8442; archsetup 0389790 + the wireguard + import script): probes, panel Tunnels view, diagnose/doctor route + awareness, bar badge, installer swap + operator, velox config migration. + Residual human steps filed under todo.org "Manual testing and + validation": proton CLI sign-in (per machine) and the first live + badge/tunnel round-trip. Ratio picks up the import + package swap on its + trip. - [2026-07-02 Thu] DOING — decomposed into six build phases under the todo.org parent (:SPEC_ID: bound); build started same evening per Craig ("tunnels build now + audio-panel spec alongside"). @@ -24,7 +32,7 @@ | Field | Value | |--------+---------------------------------------------------| -| Status | doing | +| Status | implemented | |--------+---------------------------------------------------| | Owner | Craig Jennings | |--------+---------------------------------------------------| |
