Added
mirrord upcan now run a subset of services (mirrord up service-a service-b), and services can be markedskip: true.
Fixed
- Fixed
mirrord execon Windows failing to launch targets whose executable
path contains a space (e.g. Python installed underC:\Program Files), by
quoting the child command line instead of naively space-joining the
arguments. - Fixed a
layer <-> intproxyprotocol framing bug that broke sessions where
an app opened many concurrent outgoing connections. - Windows layer now falls back to a random local port when the requested bind
port is busy, matching the unix layer's behavior.