~AreEnn
~AreEnn_
~R4SAS
~acetone
~orignal
~villain
&N00B
+Xeha
Enigma
GFW
KabaOS
Opax
anon
anontor
anonuser
b3t4f4c3
deserving-stegosaur
duanin2
duck
fidoid
fujifilm
iiii
karamba_i2p
leopold
mareki2p
nik0tr
not_bob_afk
osoznayka
poriori
profetikla
qend
shaye
slfd
soos
t
teeth
un
wew
woodwose
ЖИЗНЕННАЯСИЛИЩАмимоGoldМертвецов
deserving-stegosaur
does i2pd’s http proxy correlate different incoming connections, or would each client be indestinguishable
orignal
from same dest
orignal
if you need different you must configure multiple http proxy tunnels
deserving-stegosaur
so if I have two clients connect to the same proxy they will be handled the same
orignal
right
deserving-stegosaur
can I configure multiple proxy tunnels with a single instance
orignal
you can create as many proxy tunnels as you wish
orignal
ofc each must be on own port
orignal
like 4444, 4445, ... etc.
deserving-stegosaur
just using multiple [httpproxy] sections in the config right
orignal
no
orignal
in tunnels.conf or in tunnels.d
orignal
like [proxy1] type=httpproxy port 4445
orignal
[proxy2]
orignal
type=httpproxy
deserving-stegosaur
why is there [httpproxy] in the normal config if it’s also in the tunnels config
orignal
port=4446
orignal
httpproxy is default proxy
orignal
additional proxy must be configured as client tunnels of httpproxy type
deserving-stegosaur
so I can disable it in the normal config and manage all the http proxies in the tunnel
orignal
yes
deserving-stegosaur
thanks, that makes it very clear