tech:notes_i2p
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:notes_i2p [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_i2p [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes i2p | ||
| + | |||
| + | Voir aussi : | ||
| + | * Tor | ||
| + | * IPFS | ||
| + | * Beaker browser | ||
| + | * Freenet | ||
| + | |||
| + | |||
| + | ## Install | ||
| + | |||
| + | Version en C++ | ||
| + | ~~~bash | ||
| + | apt-get install i2pd | ||
| + | ~~~ | ||
| + | |||
| + | ## Config navigateur | ||
| + | |||
| + | Voir | ||
| + | * https:// | ||
| + | * Extension Firefox "I2P In Private Browsing" | ||
| + | |||
| + | |||
| + | FoxyProxy | ||
| + | ProxyType HTTP | ||
| + | Proxy IP address : 127.0.0.1 | ||
| + | Port : 4444 | ||
| + | Pattern : *.i2p | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ## Test | ||
| + | |||
| + | Test eepsite | ||
| + | ~~~bash | ||
| + | env http_proxy=http:// | ||
| + | ~~~ | ||
| + | |||
| + | Test web | ||
| + | ~~~bash | ||
| + | env http_proxy=http:// | ||
| + | ~~~ | ||
| + | |||
| + | ## outproxy | ||
| + | |||
| + | - Open i2pd.conf | ||
| + | - Add to section [httpproxy]: | ||
| + | |||
| + | outproxy = http:// | ||
| + | outbound.length = 1 | ||
| + | inbound.length = 1 | ||
| + | |||
| + | - Restart i2pd | ||
| + | - Enjoy | ||
| + | |||
| + | Note: tunnels length is optional parameters. 3 by default. | ||
| + | |||
