Added
- New feature: mirrord now supports TCP traffic stealing instead of mirroring. You can enable it by passing
--tcp-steal
flag to cli.
Fixed
- mirrord-layer: Go environment variables crash - run Go env setup in a different stack (should fix #292)
Changed
- mirrord-layer: Add
#![feature(let_chains)]
tolib.rs
to support new compiler version.