From 6ab0a595e7613d285b524f5643e828373f881fb4 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 27 Jun 2019 00:19:44 +0200 Subject: done --- stdin-service/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stdin-service/README.md (limited to 'stdin-service/README.md') diff --git a/stdin-service/README.md b/stdin-service/README.md new file mode 100644 index 0000000..e127794 --- /dev/null +++ b/stdin-service/README.md @@ -0,0 +1,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 | + -- cgit 1.4.1