traffic-relay/README.md
Stefan Schwarz e76b1593d9 add readme
2020-09-18 11:11:24 +02:00

10 lines
227 B
Markdown

# 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
```