about summary refs log tree commit diff
path: root/stdin-service/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'stdin-service/README.md')
-rw-r--r--stdin-service/README.md10
1 files changed, 10 insertions, 0 deletions
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 | 
+