-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |