Added
- config:
ignore_localhost
tooutgoing
config for ignoring localhost connections, meaning it will connect to local
instead of remote localhost. - config:
ignore_localhost
toincoming
config for ignoring localhost bound sockets, meaning it will not steal/mirror those. - combination of
ignore_localhost
inincoming
andoutgoing
can be useful when you run complex processes that does
IPC over localhost. sip_binaries
to config file to allow specifying SIP-protected binaries that needs to be patched
when mirrord doesn't detect those. See #1152.
Fixed
- Unnecessary error logs when running a script that uses
env
in its shebang. - VSCode extension: running Python script with debugger fails because it tries to connect to the debugger port remotely.
Changed
- improved mirrord cli help message.
- mirrord-config: Change
flush_connections
default totrue
, related to
#1029.