Open
Description
I am trying to replay requests sent to a TCP server but it doesn't seem to be working.
I have a tcp server running on port 8081.
I use the following command to start gor
sudo gor --input-tcp :8080 --output-tcp localhost:8081
the client sends request to port 8080, but nothing seems to work.
Is it only availble in the pro version ?