Duplicate TCP traffic with a proxy

前端 未结 5 695
南方客
南方客 2020-12-08 01:05

I need to send (duplicate) traffic from one machine (port) and to two different machines (ports). I need to take care of TCP session as well.

In the beginnig I used

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 02:00

    Try https://github.com/agnoster/duplicator.

    I tried teeproxy but got strange results with some requests other than GET's.

提交回复
热议问题