1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-02-04 10:44:20 +00:00
2016-11-01 10:56:35 -04:00

158 B

i2pd websocket ui

requires building i2pd with websocket support

make WEBSOCKETS=1 

or

cd i2pd/build
cmake -DWITH_WEBSOCKETS=ON .