Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonedaddy committed Apr 11, 2022
1 parent f39db12 commit cb29c56
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# b0n3r
self configuring i2p proxy. or some shit idk tbh just fucking around

Erecting I2P tunnels for anonymous microservice development, with fully decentralized ddos mitigation using VDF captchas.

* [i2cp specs](https://geti2p.net/spec/i2cp)
* [i2cp protocol options](https://geti2p.net/en/docs/protocol/i2cp)
# features

* Complete control over I2CP tunnel settings
* VDF based ddos/flood control
* Multi Protocol:
* TCP - done
* UDP - todo

# todo

* look into [tokio proxy example](https://github.com/tokio-rs/tokio/blob/master/examples/proxy.rs)
# notes

* [i2cp specs](https://geti2p.net/spec/i2cp)
* [i2cp protocol options](https://geti2p.net/en/docs/protocol/i2cp)
* [tokio proxy example](https://github.com/tokio-rs/tokio/blob/master/examples/proxy.rs)

0 comments on commit cb29c56

Please sign in to comment.