From ad360da2f6c865b041f21868a6179f3b55e6ae89 Mon Sep 17 00:00:00 2001 From: billchurch Date: Sat, 10 Feb 2018 14:38:30 -0500 Subject: [PATCH] updated readme/gitignore --- .gitignore | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index fb5fafe..72272c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ #Docs docs +ssl/* + bigip/* config.json diff --git a/README.md b/README.md index a48a5f6..7dece6b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ docker run --name webssh2 -d -p 2222:2222 webssh2 * **allowreplay** - _boolean_ - Allow use of password replay feature, example `allowreplay: true` +* **mrhsession** - _string_ - Can be used to pass APM session for event correlation `mrhsession: abc123` + ## Config File Options `config.json` contains several options which may be specified to customize to your needs, vs editing the javascript directly. This is JSON format so mind your spacing, brackets, etc...