Skip to content

v0.7.1

Choose a tag to compare

@ctate ctate released this 16 Mar 18:27
fca96b0

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.