copied: https://i2pgit.org/idk/i2p.plugins.tor-manager/-/blob/main/PREMISE.md
Rationale for Non-Standard modifications to Tor Browser for I2P Browsing and Local Administration
==============…
.bat
script being unable to launch Jpackaged I2P router on some Windows Systems.
I couldn't reproduce this after a restart. Anyway here are some details:
Contents of the .bat file:
@echo on
if not exist "%ProgramFiles%\I2P\" (
set "ProgramFiles=C:\Program Files"
)
if…
.bat
script being unable to launch Jpackaged I2P router on some Windows Systems.
.bat
script being unable to launch Jpackaged I2P router on some Windows Systems.
.bat
script being unable to launch Jpackaged I2P router on some Windows Systems.
Yeah the bat file is no longer a "generated" by product of the installer, it's a static file included in the installer. I found the issue on my side, and the part that's gone wrong is up here at…
Closing because https://i2pgit.org/idk/i2p.plugins.tor-manager is a better solution.
Also if I understand the signing situation correctly it should not require any additional things to be signed for distribution on Mac
- HTTP proxy solution(Best right now): https://github.com/eyedeekay/httptunnel
- SOCKS-ish solution: https://github.com/eyedeekay/samsocks
- Early solution, pretty inflexible but good at…
Turned on tunnel rotation at sleep time for now.
Also this is more like a "Dirty Circuit" problem than it is a stream isolation problem if I'm understanding the terms correctly. We already isolate streams, what we don't do is match the…