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...