1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-01-11 15:37:51 +00:00

Merge pull request #38 from nonlinear-chaos-order-etc-etal/patch-2

added socksproxy.outproxy.enabled per https://github.com/PurpleI2P/i2pd/issues/1561
This commit is contained in:
orignal 2020-10-21 12:44:54 -04:00 committed by GitHub
commit a8304ffe6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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