~AreEnn
~R4SAS
~acetone
~orignal
~villain
&N00B
+Xeha
Daddy
Enigma
GFW
Nitrino
Opax
WebClient5
ananas_
anon
anontor
anonuser
b3t4f4c3
deserving-stegosaur
duanin2
fidoid
fujifilm
halloy1341
idk
iiii
karamba_i2p
leopold_
marek22k
mareki2p
negative_rock127
not_bob_afk
ntty
osoznayka
poriori
profetikla
qend
rc13
shaye
slfd
sonya
un
yourdarkflow
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