From da992e97bf190f659b7e59b1f1067356452c9bda Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 10 Feb 2017 12:55:05 -0500 Subject: [PATCH] signaturetype for http and socks proxy --- docs/user-guide/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index c0cfaa1..49ab550 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -90,6 +90,7 @@ httpproxy.enabled | If HTTP proxy is enabled. true by defau httpproxy.address | The address to listen on (HTTP Proxy) httpproxy.port | The port to listen on (HTTP Proxy) 4444 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 httpproxy.inbound.quantity | Inbound tunnels quantity if keys is set. 5 by default httpproxy.outbound.length | Outbound tunnels length if keys is set. 3 by default @@ -103,6 +104,7 @@ socksproxy.enabled | If SOCKS proxy is enabled. true by defa socksproxy.address | The address to listen on (SOCKS Proxy) socksproxy.port | The port to listen on (SOCKS Proxy). 4447 by default socksproxy.keys | optional keys file for SOCKS proxy local destination +socksproxy.signaturetype | signature type for new keys if keys file is set. 7 by default socksproxy.inbound.length | Inbound tunnels length if keys is set. 3 by default socksproxy.inbound.quantity | Inbound tunnels quantity if keys is set. 5 by default socksproxy.outbound.length | Outbound tunnels length if keys is set. 3 by default