docs: add nordvpn tailscale coordination plan

This commit is contained in:
Stefano Fiorini
2026-03-12 01:46:52 -05:00
parent 6bc21219a7
commit 916d8bf95a
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# NordVPN Tailscale Coordination Plan
1. Add macOS Tailscale state file support under `~/.nordvpn-client`.
2. Implement helpers to detect, stop, and start Tailscale on macOS.
3. Add unit tests for Tailscale state transitions.
4. Wire Tailscale stop into macOS `connect` before WireGuard up.
5. Wire Tailscale restart into macOS `disconnect` and connect-failure rollback.
6. Sync the installed workspace copy.
7. Run tests and non-destructive verification.
8. Commit and push.