mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-05-06 07:23:04 +02:00
fix up exmaples
This commit is contained in:
parent
574db0ab55
commit
028a5590ae
10 changed files with 13799 additions and 280 deletions
15
websocks-demo/readme.md
Normal file
15
websocks-demo/readme.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# demos
|
||||
|
||||
## dependencies
|
||||
|
||||
* browserify
|
||||
* GNU Make
|
||||
* i2pd with websockets enabled
|
||||
* websocks tunnel
|
||||
|
||||
## usage:
|
||||
|
||||
make
|
||||
python3 -m http.server 3000
|
||||
|
||||
then go [here](http://127.0.0.1:3000/)
|
Loading…
Add table
Add a link
Reference in a new issue