blob: e127794f895ae881217a82125244c5fb28f7443b (
plain)
1
2
3
4
5
6
7
8
9
10
|
This service reads each lines from the given file and sends it to the given host with the given port over the given protocol
Defaults:
| key | value |
| --- | --- |
| input file | default.txt |
| host | localhost |
| port | 1337 |
| protocol | tcp |
|