buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.53k stars 13 forks source link

Raw Engine af_packet Forward Traffic Double as Source #1130

Open Daemon-Targaryen opened 1 year ago

Daemon-Targaryen commented 1 year ago

V1.3.3

Command line : --input-raw :9000 --input-raw-engine "af_packet" --output-http "end_point_A:31380" --http-set-header "Host:some_host" --http-set-header "origin:gor" &

raw_socket works as expected