mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
added simple step-by-step guide to add a I2P client tunnel
This commit is contained in:
parent
1dd3375c59
commit
e54358ac11
@ -895,7 +895,7 @@ behind a firewall or a VPN.</string>
|
|||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="verticalScrollBarPolicy">
|
<property name="verticalScrollBarPolicy">
|
||||||
<enum>Qt::ScrollBarAlwaysOff</enum>
|
<enum>Qt::ScrollBarAsNeeded</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -903,10 +903,11 @@ behind a firewall or a VPN.</string>
|
|||||||
<property name="plainText">
|
<property name="plainText">
|
||||||
<string>Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here.
|
<string>Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here.
|
||||||
|
|
||||||
I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel.
|
I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel:
|
||||||
|
Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish!
|
||||||
|
Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy.
|
||||||
|
|
||||||
You can connect to Hidden Nodes, even if you
|
You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P?</string>
|
||||||
are running a standard Node, so why not setup Tor and/or I2P? </string>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user