add readme
This commit is contained in:
parent
fcf104a6aa
commit
e76b1593d9
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue