Bug Fixes
- State directory under sudo: Portless now resolves per-user state from the original sudo user's home, so an elevated proxy and unprivileged app processes share the same routes instead of writing to separate state directories. (#357)
- Windows and WSL CA trust: On WSL,
portless trustnow installs the local CA in both Linux and Windows trust stores, whileportless cleanremoves the exact certificate from both. Failed trust-store cleanup preserves the CA identity for safe retries, including on native Windows. (#357)