i2pd tunnel file generator with web ui and i18n
 
 
 
 
Go to file
acetone 12d7943519 redirect to main page instead 40x error 2025-01-16 03:01:43 -05:00
html moved to giti2p 2025-01-16 02:48:45 -05:00
http redirect to main page instead 40x error 2025-01-16 03:01:43 -05:00
.gitignore mostly ok 2025-01-15 15:59:46 -05:00
CMakeLists.txt moved to giti2p 2025-01-16 02:48:45 -05:00
README.md moved to giti2p 2025-01-16 02:48:45 -05:00
htmldata.h mostly ok 2025-01-15 15:59:46 -05:00
main.cpp usage styling 2025-01-16 02:53:07 -05:00
notepad.cpp building issue fixed 2025-01-15 16:30:48 -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.