From 2c71b4b93b93f58583dc4289654749c737dd6c3b Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 11 Apr 2017 14:40:02 -0400 Subject: [PATCH] httpproxy.addresshelper --- docs/user-guide/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 7b30d93..d7edb08 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -88,7 +88,8 @@ Option | Description -------------------------------------- | -------------------------------------- httpproxy.enabled | If HTTP proxy is enabled. true by default httpproxy.address | The address to listen on (HTTP Proxy) -httpproxy.port | The port to listen on (HTTP Proxy) 4444 by default +httpproxy.port | The port to listen on (HTTP Proxy) 4444 by default +httpproxy.addresshelper | Enable of disable address helper (jump). true by default httpproxy.keys | optional keys file for HTTP proxy local destination httpproxy.signaturetype | signature type for new keys if keys file is set. 7 by default httpproxy.inbound.length | Inbound tunnels length if keys is set. 3 by default