i2pd tunnel file generator with web ui and i18n
 
 
 
 
Go to file
acetone 42e36cdbc6 Update 'README.md' 2025-01-15 21:28:52 +00:00
html mostly ok 2025-01-15 15:59:46 -05:00
http mostly ok 2025-01-15 15:59:46 -05:00
.gitignore mostly ok 2025-01-15 15:59:46 -05:00
CMakeLists.txt mostly ok 2025-01-15 15:59:46 -05:00
README.md Update 'README.md' 2025-01-15 21:28:52 +00:00
htmldata.h mostly ok 2025-01-15 15:59:46 -05:00
main.cpp mostly ok 2025-01-15 15:59:46 -05:00
memorymanagment.cpp mostly ok 2025-01-15 15:59:46 -05:00
memorymanagment.h mostly ok 2025-01-15 15:59:46 -05:00
notepad.cpp mostly ok 2025-01-15 15:59:46 -05:00
notepad.h mostly ok 2025-01-15 15:59:46 -05:00
randomstringgenerator.cpp mostly ok 2025-01-15 15:59:46 -05:00
randomstringgenerator.h mostly ok 2025-01-15 15:59:46 -05:00
tunnelconstructor.cpp mostly ok 2025-01-15 15:59:46 -05:00
tunnelconstructor.h mostly ok 2025-01-15 15:59:46 -05:00
tunneltype.h mostly ok 2025-01-15 15:59:46 -05:00
versionnumber.h mostly ok 2025-01-15 15:59:46 -05:00

README.md

i2pd tunnel wizard

A simple assistant for generating i2pd tunnel configuration files with an intuitive web interface without JS and i18n support (Russian and English).

Clean C++. One external dependency is the asio library.

It consumes 4MB of RAM in runtime.

Runs with a simple command ./i2pdtunnelwizard <address> <port>.

fast start

sudo apt install build-essential make cmake git libasio-dev
git clone https://notabug.org/acetone/i2pdtunnelwizard
cd i2pdtunnelwizard
mkdir build
cd build
cmake ..
make

and run it as

./i2pdtunnelwizard 127.0.0.1 8080

and visit http://127.0.0.1:8080

License

This application uses the Crow library and asio. Please consider their licensing wishes. About my code: I don't know anything about copyright and I just don't give a fuck. Copy, use, break or fix mistakes. I don't care. I guess it's called the public domain.