added simple step-by-step guide to add a I2P client tunnel

This commit is contained in:
sehraf 2015-09-16 10:55:33 +02:00
parent 1dd3375c59
commit e54358ac11

View File

@ -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 -&gt; Client Tunnel -&gt; SOCKS 4/4a/5 -&gt; enter a name -&gt; leave 'Outproxies' empty -&gt; enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -&gt; check 'Auto Start' -&gt; 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>