update some important globals

This commit is contained in:
idk
2020-12-01 15:03:09 -05:00
parent 602a0dfa60
commit b43ce1e497
8 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
</li>
<li><a href="#systems">{% trans %}What systems will I2P run on?{% endtrans %}</a></li>
<li><a href="#java">{% trans %}Is installing Java required to use I2P?{% endtrans %}</a></li>
<li><a href="#I2P Site">{% trans %}Whats an "I2P Site" and how do I configure my browser so I can use them?{% endtrans %}</a></li>
<li><a href="#I2P Site">{% trans %}What is an "I2P Site" and how do I configure my browser so I can use them?{% endtrans %}</a></li>
<li><a href="#active">{% trans %}What do the Active x/y numbers mean in the router console?{% endtrans %}</a></li>
<li><a href="#peers">{% trans %}My router has very few active peers, is this OK?{% endtrans %}</a></li>
<li><a href="#badcontent">{% trans %}I am opposed to certain types of content. How do I keep from distributing, storing, or accessing them?{% endtrans %}</a></li>
@@ -49,7 +49,7 @@
</li>
<li><a href="#outproxy">{% trans %}I can't access regular Internet sites through I2P.{% endtrans %}</a></li>
<li><a href="#https">{% trans %}I can't access https:// or ftp:// sites through I2P.{% endtrans %}</a></li>
<li><a href="#cpu">{% trans %}My router is using too much CPU?!?{% endtrans %}</a></li>
<li><a href="#cpu">{% trans %}Why is my router using too much CPU?{% endtrans %}</a></li>
<li><a href="#peers">{% trans %}My router has very few active peers, is this OK?{% endtrans %}</a></li>
<li><a href="#vary">{% trans %}My active peers / known peers / participating tunnels / connections / bandwidth vary dramatically over time! Is anything wrong?{% endtrans %}</a></li>
<li><a href="#slow">{% trans %}What makes downloads, torrents, web browsing, and everything else slower on I2P as compared to the regular internet?{% endtrans %}</a></li>
@@ -100,9 +100,9 @@ While the main I2P client implementation requires Java, there are several
<h3 id="I2P Site"><span class="permalink"><a href="#I2P Site">
{% trans %}What is an "I2P Site?"{% endtrans %}</a></span>
</h3>
<p>{% trans -%}
<p>{% trans browsers=site_url('about/browser-config') -%}
Formerly called an eepSite, an I2P Site is a website that is hosted anonymously, a hidden service which is accessible through your web browser.
It can be accessed by setting your web browser's HTTP proxy to use the I2P web proxy (typically it listens on localhost port 4444), and browsing to the site.
It can be accessed by setting your web browser's HTTP proxy to use the I2P web proxy (typically it listens on localhost port 4444), and browsing to the site. Detailed instructions for configuring your browse can be found on the <a href="{{ browsers }}">browser configuration page</a>.
{%- endtrans %}</p>
<h3 id="active"><span class="permalink"><a href="#active">