Remove mention of PrivacySolutions from the Browser Page, revisions to outproxy copy

This commit is contained in:
idk
2021-11-28 10:35:39 -05:00
parent 21a84bb235
commit f48575e27c

View File

@ -141,14 +141,14 @@ settings and your browser is set to use the I2P proxy.
<a name="TOS"></a>
<h3>{{ _('Outproxy Terms Of Service') }}</h3>
<p>{% trans -%}
Remember: I2P was not designed for creating proxies to the outer Internet.
I2P is not designed for creating proxies to the Internet.
Instead, it is meant to be used as an internal network.
{%- endtrans %}</p>
<p>{% trans -%}
<p><b>The I2P project itself does not run any proxies to the Internet.</b>
The only outproxy is a service from the privacy solutions project.
Consider donating to them for a continued stable service. Increased funding will
allow them to improve this service. </p>
The I2P software includes two outproxies: false.i2p and outproxy-tor.meeh.i2p.
Even though domain names are different, it's the same outproxy you hit,
multihomed/keyed for better performance. These are run by a volunteer. </p>
<a href="http://privacysolutions.no"
target="_blank">http://privacysolutions.no</a>
{%- endtrans %}</p>
@ -158,13 +158,12 @@ and <code>{{ https }}</code>. Even the domain names are different, it's the same
(multi-homed/keyed for better performance)
{%- endtrans %}</p>
<p>{% trans -%}
Filtering is active on these outproxies (for example, mibbit and torrent
tracker access is blocked). I2P Sites
that are accessible via .i2p addresses are also not allowed via the outproxies.
Filtering is active on these outproxies (for example, mibbit and torrent tracker
access is blocked). I2P Sites that are accessible via .i2p addresses are also
not allowed via the outproxies.
As a convenience, the outproxy blocks ad servers.
{%- endtrans %}</p>
<p>{% trans -%}
<a href="https://www.torproject.org">Tor</a> is a good application to use as an
outproxy to the Internet.
<a href="https://www.torproject.org">Tor</a> provides a browser to use as an outproxy to the Internet.
{%- endtrans %}</p>
<!-- vim: set noai ff=unix nosi ft=html tw=79 et sw=4 ts=4 spell spelllang=en: -->