diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f276a5 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# traffic-relay + +Relays the traffic from an Logfile to another server. + +Usage: + +```sh +ssh live.example.com tail -f /var/log/webserver.log \ + | ssh new.example.com ./traffic-relay --base-url https://example.com --column 12 +```