From bfe984bdb0bfb85a0ae9f00d000add07a3f54d53 Mon Sep 17 00:00:00 2001 From: nonlinear-chaos-order-etc-etal <19966907+nonlinear-chaos-order-etc-etal@users.noreply.github.com> Date: Thu, 22 Oct 2020 00:42:39 +0800 Subject: [PATCH] added socksproxy.outproxy.enabled per https://github.com/PurpleI2P/i2pd/issues/1561 --- docs/user-guide/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 4a7f049..64017a6 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -128,6 +128,7 @@ socksproxy.inbound.length | Inbound tunnels length if keys is set. 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 socksproxy.outbound.quantity | Outbound tunnels quantity if keys is set. 5 by default +socksproxy.outproxy.enabled | Enable or disable SOCKS outproxy. Disabled by default socksproxy.outproxy | Address of outproxy. requests outside I2P will go there socksproxy.outproxyport | Outproxy remote port socksproxy.i2cp.leaseSetType | Type of LeaseSet to be sent. 1, 3 or 5. 1 by default