1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-02-10 22:04:13 +00:00

local sockets for socks outproxy

This commit is contained in:
orignal 2024-02-20 10:00:31 -05:00 committed by GitHub
parent 4ae033ae81
commit cc5b98782f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,9 +145,9 @@ socksproxy.inbound.lengthVariance | Inbound tunnels length variance if keys
socksproxy.outbound.length | Outbound tunnels length if keys is set. (default: 3)
socksproxy.outbound.quantity | Outbound tunnels quantity if keys is set. (default: 5)
socksproxy.outbound.lengthVariance | Outbound tunnels length variance if keys is set. (default: 0)
socksproxy.outproxy.enabled | Enable or disable SOCKS outproxy. (default: false)
socksproxy.outproxy | Address of outproxy. Requests outside I2P will go there.
socksproxy.outproxyport | Outproxy remote port
socksproxy.outproxy.enabled | Enable or disable SOCKS5 outproxy. (default: false)
socksproxy.outproxy | Address of outproxy(IP or local). Requests outside I2P will go there.
socksproxy.outproxyport | Outproxy port. If 0 socksproxy.outproxy contains path to local socket
socksproxy.i2cp.leaseSetType | Type of LeaseSet to be sent. 1, 3 or 5. (default: 3)
socksproxy.i2cp.leaseSetEncType | Comma separated encryption types to be used in LeaseSet type 3 or 5