github metalbear-co/mirrord 3.31.0

latest releases: 3.118.0, latest, 3...
18 months ago

Added

  • config: ignore_localhost to outgoing config for ignoring localhost connections, meaning it will connect to local
    instead of remote localhost.
  • config: ignore_localhost to incoming config for ignoring localhost bound sockets, meaning it will not steal/mirror those.
  • combination of ignore_localhost in incoming and outgoing 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 to true, related to
    #1029.

Don't miss a new mirrord release

NewReleases is sending notifications on new releases.