You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix
Fix custom TLD discovery on macOS: The proxy client now correctly reads TLD/TLS state from the proxy when started with sudo. Previously, os.tmpdir() returned different paths for root vs. non-root users on macOS (/tmp vs /var/folders/...), causing the client to miss the proxy's TLD configuration and fall back to .localhost. SYSTEM_STATE_DIR is now hardcoded to /tmp/portless on Unix.