more i2ptunnel options

This commit is contained in:
zzz
2014-11-28 16:10:01 +00:00
parent 3f0ac820c9
commit 8f98e6f195

View File

@@ -220,6 +220,9 @@ tunnel.N.name=
# Servers only. Default false. Originate connections to local server with a unique IP per-remote-destination. # Servers only. Default false. Originate connections to local server with a unique IP per-remote-destination.
tunnel.N.option.enableUniqueLocal=true|false tunnel.N.option.enableUniqueLocal=true|false
# Servers only. The maximum size of the thread pool, default 65. Ignored for standard servers.
tunnel.N.option.i2ptunnel.blockingHandlerCount=nnn
# HTTP client only. Whether to use allow SSL connections to i2p addresses. Default false. # HTTP client only. Whether to use allow SSL connections to i2p addresses. Default false.
tunnel.N.option.i2ptunnel.httpclient.allowInternalSSL=true|false tunnel.N.option.i2ptunnel.httpclient.allowInternalSSL=true|false
@@ -253,6 +256,9 @@ tunnel.N.option.i2ptunnel.socks.proxy.NNNN=example.i2p
# HTTP client only. Whether to use a registered local outproxy plugin. Default true. # HTTP client only. Whether to use a registered local outproxy plugin. Default true.
tunnel.N.option.i2ptunnel.useLocalOutproxy=true|false tunnel.N.option.i2ptunnel.useLocalOutproxy=true|false
# Servers only. Whether to use a thread pool. Default true. Ignored for standard servers, always false.
tunnel.N.option.i2ptunnel.usePool=true|false
# IRC Server only. Only used if fakeHostname contains a %c. # IRC Server only. Only used if fakeHostname contains a %c.
# If unset, cloak with a random value that is persistent for # If unset, cloak with a random value that is persistent for
# the life of this tunnel. If set, cloak with the hash of this passphrase. # the life of this tunnel. If set, cloak with the hash of this passphrase.