IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#dev
/2025/09/26
~AreEnn_
~R4SAS
~acetone
~orignal
~villain
@onon
&N00B
+Xeha
AreEnn
CreateEnergyDecreaseEntropy
DsecT
Guest98878
Hypnosis
Most
Nos4-Group
Opax
SOS
ahiru
ananas
anontor
avele
ch
duanin2
entity
equinoxe
fidoid
ice_juice
justaperson
karamba_i2p
laugh4me
lilith
luvme
mareki2p
n1
pinotto
poriori
profetikla
ps
qend
rumpelstilzchen
shaye
sonya
tensor
un
urist_
vade
void
плаZскуф
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 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
deserving-stegosaur thanks, that makes it very clear