diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html index 3741c0b3..07f6d06c 100644 --- a/i2p2www/pages/global/nav.html +++ b/i2p2www/pages/global/nav.html @@ -73,6 +73,7 @@
- The proxy config for different browsers is on a + The proxy config for different browsers is on a separate page with screenshots. More advanced configs with external tools are possible but could introduce leaks in your setup.
diff --git a/www.i2p2/pages/htproxyports.html b/i2p2www/pages/site/support/htproxyports.html similarity index 85% rename from www.i2p2/pages/htproxyports.html rename to i2p2www/pages/site/support/htproxyports.html index 790b9512..7c795847 100644 --- a/www.i2p2/pages/htproxyports.html +++ b/i2p2www/pages/site/support/htproxyports.html @@ -1,4 +1,4 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}Web Browser Configuration{% endblock %} {% block content %} @@ -24,13 +24,13 @@ From the Tools menu, select Options to bring up the Firefox settings panel. Click the icon labelled Advanced, then click on the Network tab. In the Connections section, click on the Settings button. You'll see a Window like the following: -In the Connection Settings window, click the circle next to Manual proxy configuration, then enter 127.0.0.1, port 4444 in the HTTP Proxy field. Enter 127.0.0.1, port 4445 in the SSL Proxy field. Be sure to enter localhost and 127.0.0.1 into the "No Proxy for" box.
-Enter 127.0.0.1 and port 4444 into the HTTP box. Enter 127.0.0.1 and port 4445 into HTTPS box. Click the New button in the Exceptions section. Enter localhost and click OK. Click the New button once more and enter 127.0.0.1 and OK. Hit OK once more to close the configuration window.
-Now set the checkmark at "use a proxy server for your LAN" and at the "Bypass proxy server for local addresses". With a click on Advanced-button you open the window to open the ports. Enter the values like on the picture, IP 127.0.0.1 and port 4444 for HTTP, port 4445 for HTTPS. With clicks on OK you save the settings and your browser is set to use the I2P proxy.
-