IRCaBot 2.1.0
GPLv3 © acetone, 2021-2022
#dev
/2025/09/26
~AreEnn_
~R4SAS
~acetone
~orignal
~villain
&N00B
+Xeha
Allahamora
FatherTime
Guest23477
Guest64183
MatrixBot
Most
Nos4-Group
OfficialCIA
Opax
SOS
_mblw_
ahiru
ananas
anontor
astur
duanin2
entity
fidoid
idk
karamba_i2p
mareki2p
n1
nyaa2pguy
phanter
poriori
profetikla
ps
qend
shaye
soos
stormycloud[m]
tensor
tetrimer_
un
urist_
user
user4
uu2
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