mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 05:30:00 +00:00
Change canonical domain to i2p.net
This commit is contained in:
@@ -12,7 +12,7 @@ you may use:
|
||||
to configure the router.
|
||||
|
||||
If you're having trouble, check the
|
||||
website at https://geti2p.net/, or get on irc://irc.freenode.net/#i2p
|
||||
website at https://i2p.net/, or get on irc://irc.freenode.net/#i2p
|
||||
|
||||
I2P will create and store files and configuration data in the user directory
|
||||
~/.i2p/ on Linux and %LOCALAPPDATA%\I2P\ on Windows. This directory is created
|
||||
@@ -44,4 +44,4 @@ Supported JVMs:
|
||||
Windows: OpenJDK or Oracle from http://java.com/download
|
||||
Linux: OpenJDK or Oracle from http://java.com/download
|
||||
FreeBSD: OpenJDK or Oracle from http://java.com/download
|
||||
Other operating systems and JVMs: See https://geti2p.net/download
|
||||
Other operating systems and JVMs: See https://i2p.net/download
|
||||
|
||||
@@ -68,4 +68,4 @@ Supported JVMs:
|
||||
All platforms: Java 17 or higher required
|
||||
Windows: Latest available from http://java.com/download
|
||||
Linux: Latest available from http://java.com/download
|
||||
Other operating systems and JVMs: See https://geti2p.net/download
|
||||
Other operating systems and JVMs: See https://i2p.net/download
|
||||
|
||||
12
README.md
12
README.md
@@ -2,17 +2,17 @@
|
||||
|
||||
This is the source code for the reference Java implementation of I2P.
|
||||
|
||||
Latest release: [https://geti2p.net/download](https://geti2p.net/download)
|
||||
Latest release: [https://i2p.net/download](https://i2p.net/download)
|
||||
|
||||
## Installing
|
||||
|
||||
See [INSTALL.txt](INSTALL.txt) or [https://geti2p.net/download](https://geti2p.net/download) for installation instructions.
|
||||
See [INSTALL.txt](INSTALL.txt) or [https://i2p.net/download](https://i2p.net/download) for installation instructions.
|
||||
|
||||
## Documentation
|
||||
|
||||
[https://geti2p.net/how](https://geti2p.net/how)
|
||||
[https://i2p.net/how](https://i2p.net/how)
|
||||
|
||||
FAQ: [https://geti2p.net/faq](https://geti2p.net/faq)
|
||||
FAQ: [https://i2p.net/faq](https://i2p.net/faq)
|
||||
|
||||
API: [http://docs.i2p-projekt.de/javadoc/](http://docs.i2p-projekt.de/javadoc/)
|
||||
or run 'ant javadoc' then start at build/javadoc/index.html
|
||||
@@ -23,7 +23,7 @@ Please check out [HACKING.md](docs/HACKING.md) and other documents in the docs d
|
||||
|
||||
## Building packages from source
|
||||
|
||||
To get development branch from source control: [https://geti2p.net/newdevelopers](https://geti2p.net/newdevelopers)
|
||||
To get development branch from source control: [https://i2p.net/newdevelopers](https://i2p.net/newdevelopers)
|
||||
|
||||
### Prerequisites
|
||||
|
||||
@@ -75,7 +75,7 @@ Need help? See the IRC channel #i2p on irc.freenode.net
|
||||
|
||||
Bug reports: [https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues](https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues) [http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues](http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues)
|
||||
|
||||
Contact information, security issues, press inquiries: [https://geti2p.net/en/contact](https://geti2p.net/en/contact)
|
||||
Contact information, security issues, press inquiries: [https://i2p.net/en/contact](https://i2p.net/en/contact)
|
||||
|
||||
Twitter: [@i2p](https://twitter.com/i2p), [@geti2p](https://twitter.com/GetI2P)
|
||||
|
||||
|
||||
12
README.txt
12
README.txt
@@ -17,7 +17,7 @@ To build:
|
||||
ant installer-osx
|
||||
|
||||
Run 'ant' with no arguments to see other build options.
|
||||
See INSTALL.txt or https://geti2p.net/download for installation instructions.
|
||||
See INSTALL.txt or https://i2p.net/download for installation instructions.
|
||||
|
||||
Gradle build system:
|
||||
Full builds are not yet possible, but the command is:
|
||||
@@ -30,18 +30,18 @@ Gradle build system:
|
||||
systemProp.socksProxyPort=9150
|
||||
|
||||
Documentation:
|
||||
https://geti2p.net/how
|
||||
https://i2p.net/how
|
||||
API: http://docs.i2p-projekt.de/javadoc/
|
||||
or run 'ant javadoc' then start at build/javadoc/index.html
|
||||
|
||||
Latest release:
|
||||
https://geti2p.net/download
|
||||
https://i2p.net/download
|
||||
|
||||
To get development branch from source control:
|
||||
https://geti2p.net/newdevelopers
|
||||
https://i2p.net/newdevelopers
|
||||
|
||||
FAQ:
|
||||
https://geti2p.net/faq
|
||||
https://i2p.net/faq
|
||||
|
||||
Need help?
|
||||
IRC irc.freenode.net #i2p
|
||||
@@ -51,7 +51,7 @@ Bug reports:
|
||||
http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues
|
||||
|
||||
Contact information, security issues, press inquiries:
|
||||
https://geti2p.net/en/contact
|
||||
https://i2p.net/en/contact
|
||||
|
||||
Twitter:
|
||||
@i2p, @geti2p
|
||||
|
||||
@@ -62,10 +62,10 @@
|
||||
<attribute name="Main-Class" value="net.i2p.addressbook.CommandLine"/>
|
||||
<attribute name="Specification-Title" value="I2P Address Book" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Address Book" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
|
||||
@@ -140,7 +140,7 @@ public class I2PTunnelHTTPServer extends I2PTunnelServer {
|
||||
"\r\n"+
|
||||
"<html><head><title>403 Denied</title></head>\n"+
|
||||
"<body><h2>403 Denied</h2>\n" +
|
||||
"<p>Inproxy access denied. You must run <a href=\"https://geti2p.net/\">I2P</a> to access this site.</p>\n" +
|
||||
"<p>Inproxy access denied. You must run <a href=\"https://i2p.net/\">I2P</a> to access this site.</p>\n" +
|
||||
"</body></html>";
|
||||
|
||||
/*
|
||||
|
||||
@@ -69,15 +69,15 @@ You may also use the tools below to generate arbitrary identicons, QR codes and
|
||||
|
||||
<table cellspacing="10" align="center">
|
||||
<tr>
|
||||
<th colspan="3" class="title">QR Codes for URL: <i>https://geti2p.net</i></th>
|
||||
<th colspan="3" class="title">QR Codes for URL: <i>https://i2p.net</i></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>128x128</th><th>160x160</th><th>256x256</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="qr?c=https%3a%2f%2fgeti2p.net%2f&s=128" width=128 height=128></td>
|
||||
<td><img src="qr?c=https%3a%2f%2fgeti2p.net%2f&s=160&t=geti2p.net" width=160 height=160></td>
|
||||
<td><img src="qr?c=https%3a%2f%2fgeti2p.net%2f&s=256&t=geti2p.net" width=256 height=256></td>
|
||||
<td><img src="qr?c=https%3a%2f%2fi2p.net%2f&s=128" width=128 height=128></td>
|
||||
<td><img src="qr?c=https%3a%2f%2fi2p.net%2f&s=160&t=i2p.net" width=160 height=160></td>
|
||||
<td><img src="qr?c=https%3a%2f%2fi2p.net%2f&s=256&t=i2p.net" width=256 height=256></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
@@ -613,10 +613,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Servlet classes" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Servlet classes" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -678,10 +678,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Servlet classes" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Servlet classes" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -695,10 +695,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Servlet classes" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Servlet classes" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
|
||||
@@ -92,10 +92,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="i2p.jar streaming.jar" />
|
||||
<attribute name="Specification-Title" value="I2P Streaming API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Streaming API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -201,10 +201,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Streaming API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Streaming API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -217,10 +217,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Streaming API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Streaming API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<%=intl._t("First, enter the URL below.")%>
|
||||
<%=intl._t("Then, click \"{0}\".", intl._t("Reseed from URL"))%>
|
||||
</li><li>
|
||||
<%=intl._t("See {0} for instructions on reseeding manually.", "<a href=\"https://geti2p.net/faq#manual_reseed\">" + intl._t("the FAQ") + "</a>")%>
|
||||
<%=intl._t("See {0} for instructions on reseeding manually.", "<a href=\"https://i2p.net/faq#manual_reseed\">" + intl._t("the FAQ") + "</a>")%>
|
||||
</li></ol>
|
||||
<h3 class="tabletitle"><%=intl._t("Manual Reseed")%></h3>
|
||||
<form action="" method="POST">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<h2><%=intl._t("Abridged I2P FAQ")%></h2>
|
||||
<p class="infohelp"><%=intl._t("This is a shortened version of the official FAQ.")%>
|
||||
<%=intl._t("For the full version, please visit {0} or {1}.",
|
||||
"<a href=\"https://geti2p.net/faq\" target=\"_blank\">geti2p.net/faq</a>",
|
||||
"<a href=\"https://i2p.net/faq\" target=\"_blank\">i2p.net/faq</a>",
|
||||
"<a href=\"http://i2p-projekt.i2p/faq\" target=\"_blank\">i2p-projekt.i2p/faq</a>")%>
|
||||
|
||||
<h3><%=intl._t("My router has been up for several minutes and has zero or very few connections")%></h3>
|
||||
@@ -38,7 +38,7 @@
|
||||
<h3><%=intl._t("How do I configure my browser to access I2P websites?")%></h3>
|
||||
<p><%=intl._t("You will need to configure your browser to use the HTTP proxy server on host <code>127.0.0.1</code> port <code>4444</code>).")%>
|
||||
<%=intl._t("See the {0} for a more detailed explanation.",
|
||||
"<a href=\"https://geti2p.net/en/about/browser-config\" target=\"_blank\">" + intl._t("Browser Proxy Configuration Guide") + "</a>")%></p>
|
||||
"<a href=\"https://i2p.net/en/about/browser-config\" target=\"_blank\">" + intl._t("Browser Proxy Configuration Guide") + "</a>")%></p>
|
||||
|
||||
<h3><%=intl._t("What is an eepsite?")%></h3>
|
||||
<p><%=intl._t("An eepsite is a website that is hosted anonymously on the I2P network.")%>
|
||||
|
||||
@@ -228,7 +228,7 @@
|
||||
<%=intl._t("To learn more about how important I2P Reseed servers are, or explore other topics and what functions they perform for I2P, you can visit the {0}I2P Wiki{1}.", "<a href=\"http://wiki.i2p-projekt.i2p\" target=\"_blank\">", "</a>")%>
|
||||
<%=intl._t("If you would like to discuss I2P topics or get help from the community, you can visit the {0}I2P Forums{1}.", "<a href=\"http://i2pforum.net\" target=\"_blank\">", "</a>")%>
|
||||
<%=intl._t("If you want to know more about the I2P Project itself, or the Invisible Internet in general, you can visit our {0}Project Website{1}.",
|
||||
"<a href=\"http://geti2p.net\" target=\"_blank\">", "</a>")%>
|
||||
"<a href=\"http://i2p.net\" target=\"_blank\">", "</a>")%>
|
||||
</p>
|
||||
</div>
|
||||
<%
|
||||
@@ -296,14 +296,14 @@
|
||||
<div class="wizardtext"><p>
|
||||
<%=intl._t("Your browser needs to be configured to work with I2P.")%>
|
||||
<%=intl._t("We have instructions for configuring both Firefox and Chromium based browsers with I2P.")%>
|
||||
<%=intl._t("You can find these instructions on our {0}website{1}.", "<a href=\"https://geti2p.net/htproxyports\" target=\"_blank\">", "</a>")%>
|
||||
<%=intl._t("You can find these instructions on our {0}website{1}.", "<a href=\"https://i2p.net/htproxyports\" target=\"_blank\">", "</a>")%>
|
||||
<%
|
||||
if (net.i2p.util.SystemVersion.isWindows()) {
|
||||
%>
|
||||
</p><p>
|
||||
<%=intl._t("Otherwise, the recommended way to browse I2P websites is with a separate profile in the Firefox browser.")%>
|
||||
<ol><li><%=intl._t("{0}Install Firefox{1}", "<a href=\"https://www.mozilla.org/firefox/\" target=\"_blank\">", "</a>")%>
|
||||
</li><li><%=intl._t("{0}Install the I2P Firefox profile{1}", "<a href=\"https://geti2p.net/firefox\" target=\"_blank\">", "</a>")%>
|
||||
</li><li><%=intl._t("{0}Install the I2P Firefox profile{1}", "<a href=\"https://i2p.net/firefox\" target=\"_blank\">", "</a>")%>
|
||||
</li></ol>
|
||||
<%
|
||||
} //isWindows()
|
||||
|
||||
@@ -11,7 +11,7 @@ _("While you are waiting, please {0}adjust your bandwidth settings{1} on the {2}
|
||||
_("Also you can setup your browser to use the I2P proxy to reach eepsites.")
|
||||
_("Just enter 127.0.0.1 (or localhost) port 4444 as a http proxy into your browser settings.")
|
||||
_("Do not use SOCKS for this.")
|
||||
_("More information can be found on the {0}I2P browser proxy setup page{1}.", "<a href=\"https://geti2p.net/en/about/browser-config\">", "</a>")
|
||||
_("More information can be found on the {0}I2P browser proxy setup page{1}.", "<a href=\"https://i2p.net/en/about/browser-config\">", "</a>")
|
||||
</p>
|
||||
<p>
|
||||
_("Once you have a \"shared clients\" destination listed on the left, please {0}check out{1} our {2}FAQ{3}.", "<b>", "</b>", "<a href=\"http://i2p-projekt.i2p/faq\">", "</a>")
|
||||
|
||||
@@ -16,10 +16,10 @@
|
||||
|
||||
<li><b>I2P Browsing Functions</b><br>
|
||||
A properly configured browser is needed for accessing content on the I2P network (I2P sites and services) and accessing clearnet content using the outproxy service specified in the Hidden Services Manager of the I2P router.
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>.
|
||||
If you wish to disable or change outproxy access, remove or modify the outproxy entry for <code>exit.stormycloud.i2p</code> in the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.<br>
|
||||
There are semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
The easiest way to check if I2P network access is functioning properly is to visit /home of the I2P router console and click on the I2P website link in the Community section.
|
||||
@@ -86,7 +86,7 @@ Most blogging, forum and CMS software are compatible with the I2P network, It is
|
||||
<ul class="links twocol">
|
||||
|
||||
<li><b>Invisible Internet Project (I2P) Official Website</b><br>
|
||||
<a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li>
|
||||
<a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li>
|
||||
|
||||
<li><b>I2P Forum</b><br><a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>: A forum where I2P topics are discussed.</li>
|
||||
|
||||
@@ -121,7 +121,7 @@ See below for more information.</li>
|
||||
|
||||
<li><b>Check Your Proxy Settings</b><br>
|
||||
If you cannot see any websites at all (not even <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), make sure your browser's proxy is set to access http traffic (<i>not</i> https, <i>not</i> socks) via <code>127.0.0.1 port 4444</code>.
|
||||
If you need some help, there's <a href="https://geti2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
If you need some help, there's <a href="https://i2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
|
||||
<li><b>Check Your Logs</b><br>
|
||||
<a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -25,11 +25,11 @@ Once green circles are indicated next to your <i>Local Tunnels</i>, there is a w
|
||||
<b>Hidden Services and Public Web Browsing</b><br>
|
||||
On I2P you can access hidden service websites ("I2P sites") and other services, and you can host your own services.
|
||||
You can also access the normal web anonymously via I2P's built-in web proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
If you wish to disable or change outproxy access to the non-anonymous internet, remove or modify the outproxy entry for <code>false.i2p</code> under the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.
|
||||
In the "Sites of Interest" section <a href="#eepsites">below</a>, we list a few of the sites hosted on I2P.<br>
|
||||
There are also a number of semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
While these are all interesting projects, please evaluate them to see if they fit within your personal threat
|
||||
@@ -85,7 +85,7 @@ I2P يأتي مع خادم ويب مدمج ليستضيف موقع الويب ا
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b> مشروع اﻹنترنت غير المرئي (I2P) الموقع الرسمي </b> <br><a href="http://i2p-projekt.i2p" target="_blank"> i2p-projekt.i2p </a> : اتصالات آمنة ومجهولة إلى <a href="https://geti2p.net/en/" target="_blank"> geti2p.net </a>. إذا كنت تريد معرفة المزيد حول كيفية عمل I2P أو كيف يمكنك المشاركة ، فهذا هو المكان الأول الذي يمكنك زيارته!</li>
|
||||
<b> مشروع اﻹنترنت غير المرئي (I2P) الموقع الرسمي </b> <br><a href="http://i2p-projekt.i2p" target="_blank"> i2p-projekt.i2p </a> : اتصالات آمنة ومجهولة إلى <a href="https://i2p.net/en/" target="_blank"> i2p.net </a>. إذا كنت تريد معرفة المزيد حول كيفية عمل I2P أو كيف يمكنك المشاركة ، فهذا هو المكان الأول الذي يمكنك زيارته!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P Community Forums</b><br><a href="http://zzz.i2p/" target="_blank">zzz's developer forums</a> hosts discussion related to I2P development.
|
||||
@@ -132,7 +132,7 @@ See below for more information.</li>
|
||||
<li>
|
||||
<b>تحقق من إعدادات الوكيل الخاصة بك</b><br>
|
||||
إذا لم تتمكن من رؤية أي مواقع ويب على الإطلاق (ولا حتى <a href="http://i2p-projekt.i2p/" target="_blank"> i2p-projekt.i2p </a>) ، فتأكد من تعيين وكيل المتصفح الخاص بك للوصول إلى حركة مرور http ( <i>وليس </i> https ، <i>وليس</i> الجوارب) عبر <code> 127.0.0.1منفذ 4444</code>.
|
||||
إذا كنت بحاجة إلى بعض المساعدة ، فهناك <a href="https://geti2p.net/en/about/browser-config" target="_blank">دليل </a> لتهيئة المتصفح الخاص بك لاستخدام I2P.</li>
|
||||
إذا كنت بحاجة إلى بعض المساعدة ، فهناك <a href="https://i2p.net/en/about/browser-config" target="_blank">دليل </a> لتهيئة المتصفح الخاص بك لاستخدام I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -25,11 +25,11 @@ Jakmile jsou indikovány zelené kruhy vedle vašich <i>Místních tunelů</i>,
|
||||
<b>Skryté služby a prohlížení veřejného webu</b><br>
|
||||
Pomocí I2P můžete přistupovat k webovým stránkám skrytých služeb ("I2P stránky") a k dalším službám, včetně hostování vlastních služeb.
|
||||
Také můžete přistupovat na běžný web, anonymně pomocí vestavěné I2P webové proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Nastavte svůj prohlížeč</a> tak, aby používal HTTP proxy <code>127.0.0.1 port 4444</code> a potom otevřete adresu I2P stránky <code>http://</code> nebo <code>https://</code>.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Nastavte svůj prohlížeč</a> tak, aby používal HTTP proxy <code>127.0.0.1 port 4444</code> a potom otevřete adresu I2P stránky <code>http://</code> nebo <code>https://</code>.
|
||||
Pokud si přejete vypnout nebo změnit přístup outproxy k ne-anonymnímu internetu, odeberte nebo změňte outproxy záznam na <code>false.i2p</code> pod možností <i>Outproxies</i> v <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunel Editoru</a>.
|
||||
V sekci "Zajímavé stránky" <a href="#eepsites">níže</a>, uvádíme několik stránek hostovaných na I2P.<br>
|
||||
Jsou zde i neoficiální pokusy o tvorbu nástrojů na prohlížení I2P,
|
||||
včetně <a href="https://geti2p.net/en/download/firefox">přednastaveného profilu prohlížeče Firefox</a>,
|
||||
včetně <a href="https://i2p.net/en/download/firefox">přednastaveného profilu prohlížeče Firefox</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">snadno instalovatelného rozšíření WebExtension</a>,
|
||||
nebo <a href="https://www.whonix.org/wiki/I2P">automatické spouštěče pro operační systémy zaměřené na anonymitu uživatele, kterým je například Whonix</a>.
|
||||
Jde o zajímavé projekty, ale prosím prozkoumejte je zda skutečně splňují vaše požadavky na soukromí
|
||||
@@ -85,7 +85,7 @@ Podrobné pokyny pro spuštění vlastní webové stránky, registraci .i2p dom
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Invisible Internet Project (I2P) oficiální webová stránka</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Bezpečné a anonymní připojení k <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Pokud se chcete dozvědět více o tom, jak funguje I2P a nebo jak můžete spolupracovat, navštivte tuto stránku!</li>
|
||||
<b>Invisible Internet Project (I2P) oficiální webová stránka</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Bezpečné a anonymní připojení k <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Pokud se chcete dozvědět více o tom, jak funguje I2P a nebo jak můžete spolupracovat, navštivte tuto stránku!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P komunitní fóra</b><br><a href="http://zzz.i2p/" target="_blank">zzz's vývojářská fóra</a> hostují diskuze k vývoji I2P.
|
||||
@@ -133,7 +133,7 @@ Detaily najdete níže.</li>
|
||||
<li>
|
||||
<b>Zkontrolujte nastavení proxy</b><br>
|
||||
Pokud nevidíte žádné webové stránky (ani <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), ujistěte se, že proxy server nastavený ve vašem internetovém prohlížeči je nastaven na http přístup (<i>ne</i> https, <i>ne</i> socks) a <code>127.0.0.1 port 4444</code>.
|
||||
Pokud potřebujete pomoc, zde je <a href="https://geti2p.net/en/about/browser-config" target="_blank">průvodce</a> nastavením prohlížeče pro použití I2P.</li>
|
||||
Pokud potřebujete pomoc, zde je <a href="https://i2p.net/en/about/browser-config" target="_blank">průvodce</a> nastavením prohlížeče pro použití I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Zkontrolujte logy</b><br><a href="/logs">Logy</a> mohou být užitečné při řešení problémů.
|
||||
|
||||
@@ -25,11 +25,11 @@ Once green circles are indicated next to your <i>Local Tunnels</i>, there is a w
|
||||
<b>Hidden Services and Public Web Browsing</b><br>
|
||||
On I2P you can access hidden service websites ("I2P sites") and other services, and you can host your own services.
|
||||
You can also access the normal web anonymously via I2P's built-in web proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
If you wish to disable or change outproxy access to the non-anonymous internet, remove or modify the outproxy entry for <code>false.i2p</code> under the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.
|
||||
In the "Sites of Interest" section <a href="#eepsites">below</a>, we list a few of the sites hosted on I2P.<br>
|
||||
There are also a number of semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
While these are all interesting projects, please evaluate them to see if they fit within your personal threat
|
||||
@@ -86,7 +86,7 @@ Detaillierte Anleitungen zum Starten der Webseite, registrieren einer .i2p Domai
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Invisible Internet Project (I2P) Offizielle Webseite</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Sichere und anonyme Verbindung zu <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Falls Sie mehr über I2P wissen möchten oder Informationen zur Teilnahme an der Entwicklung suchen ist dieses ihre erste Anlaufstelle!</li>
|
||||
<b>Invisible Internet Project (I2P) Offizielle Webseite</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Sichere und anonyme Verbindung zu <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Falls Sie mehr über I2P wissen möchten oder Informationen zur Teilnahme an der Entwicklung suchen ist dieses ihre erste Anlaufstelle!</li>
|
||||
|
||||
<li>I2P Community Foren
|
||||
zzz's Entwickler Foren beinhalten Diskussionen über I2P Entwicklung.
|
||||
@@ -134,7 +134,7 @@ See below for more information.</li>
|
||||
<b>Kontrollieren Sie ihre Proxy Einstellungen</b><br>
|
||||
Falls Sie keine Webseiten besuchen können (auch nicht <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), stellen Sie sicher, das ihr Browser zur Nutzung eines HTTP Proxys
|
||||
(<i>nicht</i> HTPPS, <i>nicht</i> SOCKS) auf <code>127.0.0.1 Port 4444</code>konfiguriert ist.
|
||||
Falls Sie Hilfe benötigen, existiert eine <a href="https://geti2p.net/en/about/browser-config" target="_blank">Anleitung</a> zum Einrichten Ihres Browsers zum Nutzen von I2P.</li>
|
||||
Falls Sie Hilfe benötigen, existiert eine <a href="https://i2p.net/en/about/browser-config" target="_blank">Anleitung</a> zum Einrichten Ihres Browsers zum Nutzen von I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -25,11 +25,11 @@ Una vez que se indiquen círculos verdes junto a sus <i>Túneles Locales</i>, ha
|
||||
<b>Servicios ocultos y navegación por la web pública</b><br>
|
||||
En I2P puedes acceder a sitios web de servicios ocultos ("sitios I2P") y otros servicios, y puedes alojar tus propios servicios.
|
||||
También puede acceder a la web normal de forma anónima a través del proxy web incorporado de I2P (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure su navegador</a> para que utilice el proxy HTTP <code>127.0.0.1 en el puerto 4444</code> y, a continuación, navegue hasta un sitio I2P o una página web en una dirección <code>http://</code> o <code>https://</code>.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure su navegador</a> para que utilice el proxy HTTP <code>127.0.0.1 en el puerto 4444</code> y, a continuación, navegue hasta un sitio I2P o una página web en una dirección <code>http://</code> o <code>https://</code>.
|
||||
Si desea desactivar o cambiar el acceso outproxy a la Internet no anónima, elimine o modifique la entrada outproxy para <code>false.i2p</code> en la opción <i>Outproxies</i> en el <a href="/i2ptunnel/edit?tunnel=0" target="_blank">Editor de Túneles Proxy HTTP de I2P</a>.
|
||||
En la sección "Sitios de interés" que aparece <a href="#eepsites">a continuación</a>, enumeramos algunos de los sitios alojados en I2P.<br>
|
||||
También hay una serie de esfuerzos semioficiales y no oficiales para construir herramientas de navegación para I2P,
|
||||
incluyendo un <a href="https://geti2p.net/en/download/firefox">perfil preconfigurado del navegador Firefox</a>,
|
||||
incluyendo un <a href="https://i2p.net/en/download/firefox">perfil preconfigurado del navegador Firefox</a>,
|
||||
una <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">WebExtension fácil de instalar</a>,
|
||||
o mediante <a href="https://www.whonix.org/wiki/I2P">lanzadores automáticos en distribuciones de Linux centradas en la privacidad, como Whonix</a>.
|
||||
Aunque todos estos proyectos son interesantes, evalúen si encajan en su
|
||||
@@ -86,7 +86,7 @@ Las instrucciones detalladas para iniciar su sitio web, registrar un dominio .i2
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Sitio web oficial del Proyecto Internet Invisible (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Conexiones seguras y anónimas en <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Si quiere saber más sobre cómo funciona I2P o cómo puede participar, ¡este es el primer lugar que debe visitar!</li>
|
||||
<b>Sitio web oficial del Proyecto Internet Invisible (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Conexiones seguras y anónimas en <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Si quiere saber más sobre cómo funciona I2P o cómo puede participar, ¡este es el primer lugar que debe visitar!</li>
|
||||
|
||||
<li>
|
||||
<b>Foros de la comunidad I2P</b><br>
|
||||
@@ -135,7 +135,7 @@ Consulte más abajo para obtener más información.</li>
|
||||
<li>
|
||||
<b>Compruebe la configuración de su proxy</b><br>
|
||||
Si no puedes ver ningún sitio web (ni siquiera <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), asegúrate de que el proxy de tu navegador está configurado para acceder al tráfico http (<i>no</i> https, <i>ni</i> socks) a través del puerto <code>127.0.0.1 4444</code>.
|
||||
Si necesitas ayuda, hay <a href="https://geti2p.net/en/about/browser-config" target="_blank">una guía</a> para configurar tu navegador para el uso de I2P.</li>
|
||||
Si necesitas ayuda, hay <a href="https://i2p.net/en/about/browser-config" target="_blank">una guía</a> para configurar tu navegador para el uso de I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Compruebe sus registros</b><br>
|
||||
|
||||
@@ -26,10 +26,10 @@ Une fois que des cercles verts apparaissent à côté de vos <i>Tunnels locaux</
|
||||
<b>Services cachés et navigation sur le Web public</b><br>
|
||||
Sur I2P, vous pouvez accéder aux sites Web de services cachés (« sites eep ») ainsi qu’à d’autres services, et vous pouvez héberger vos propres services.
|
||||
Vous pouvez aussi accéder anonymement au Web normal en passant par le mandataire Web intégré d’I2P (mandataire sortant).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configurez votre navigateur</a> pour qu’il utilise le mandataire HTTP sur <code>127.0.0.1 port 4444</code>, puis naviguez vers un site I2P ou un site Web avec une adresse <code>http://</code> ou <code>https://</code>.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configurez votre navigateur</a> pour qu’il utilise le mandataire HTTP sur <code>127.0.0.1 port 4444</code>, puis naviguez vers un site I2P ou un site Web avec une adresse <code>http://</code> ou <code>https://</code>.
|
||||
Si vous souhaitez désactiver ou changer l’accès du mandataire sortant vers l’Internet non anonyme, supprimez ou modifiez l’entrée du mandataire sortant pour <code>false.i2p</code> sous l’option <i>Mandataires sortants</i> de l’<a href="/i2ptunnel/edit?tunnel=0" target="_blank">Éditeur de tunnels du mandataire HTTP d’I2P</a>.
|
||||
Dans la section « Sites d’intérêt » <a href="#eepsites">ci-dessous</a>, nous répertorions quelques sites hébergés sur I2P.<br>
|
||||
Plusieurs initiatives semi-officielles ou non officielles s’efforcent de concevoir des outils de navigation pour I2P, dont un <a href="https://geti2p.net/fr/download/firefox">profil préconfiguré pour le navigateur Firefox</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">une WebExtension facile à installer</a>, ou grâce aux <a href="https://www.whonix.org/wiki/I2P">lanceurs automatiques des versions de Linux axées sur la protection des données personnelles telles que Whonix</a>.
|
||||
Plusieurs initiatives semi-officielles ou non officielles s’efforcent de concevoir des outils de navigation pour I2P, dont un <a href="https://i2p.net/fr/download/firefox">profil préconfiguré pour le navigateur Firefox</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">une WebExtension facile à installer</a>, ou grâce aux <a href="https://www.whonix.org/wiki/I2P">lanceurs automatiques des versions de Linux axées sur la protection des données personnelles telles que Whonix</a>.
|
||||
Bien que tous ces projets soient intéressants, veuillez évaluer s’ils correspondent à votre propre modèle de menace avant de mettre votre bien-être entre leurs mains.</li>
|
||||
|
||||
<li>
|
||||
@@ -83,7 +83,7 @@ Vous pourrez accéder par votre propre serveur Web I2P sur <a href="http://127.
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Site Web officiel du Projet de l’Internet Invisible (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a> : des connexions sécurisées et anonymes vers <a href="https://geti2p.net/fr/" target="_blank">geti2p.net</a>. Si vous souhaitez en apprendre davantage sur le fonctionnement d’I2P ou sur comment participer, c’est le premier endroit à visiter.</li>
|
||||
<b>Site Web officiel du Projet de l’Internet Invisible (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a> : des connexions sécurisées et anonymes vers <a href="https://i2p.net/fr/" target="_blank">i2p.net</a>. Si vous souhaitez en apprendre davantage sur le fonctionnement d’I2P ou sur comment participer, c’est le premier endroit à visiter.</li>
|
||||
|
||||
<li>
|
||||
<b>Forums de la communauté I2P</b><br><a href="http://zzz.i2p/" target="_blank">Les forums pour développeurs de zzz</a> accueillent des discussions en rapport au développement d’I2P.
|
||||
@@ -131,7 +131,7 @@ Plus de précisions ci-dessous.</li>
|
||||
<li>
|
||||
<b>Vérifier les paramètres de votre mandataire</b><br>
|
||||
Si vous ne pouvez voir aucun site Web (pas même <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), assurez-vous que le mandataire de votre navigateur est configuré pour accéder au trafic HTTP, (<i>pas</i> HTTPS, <i>ni</i> SOCKS) par <code>127.0.0.1 port 4444</code>.
|
||||
Si vous avez besoin d’aide, il existe <a href="https://geti2p.net/en/about/browser-config" target="_blank">un guide</a> sur la configuration de votre navigateur pour une utilisation avec I2P.</li>
|
||||
Si vous avez besoin d’aide, il existe <a href="https://i2p.net/en/about/browser-config" target="_blank">un guide</a> sur la configuration de votre navigateur pour une utilisation avec I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Vérifier vos journaux</b><br><a href="/logs">Les journaux</a> peuvent s’avérer utiles pour résoudre un problème. Vous pourriez en copier des extraits sur notre <a href="http://i2pforum.i2p/" target="_blank">forum</a> afin d’obtenir de l’aide, ou peut-être plutôt le <a href="http://paste.idk.i2p/" target="_blank">coller</a> et en annoncer le lien sur IRC afin d’obtenir de l’aide.</li>
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
<b>隐藏服务和公开网络浏览</b><br>
|
||||
在 I2P 上您可以访问隐藏服务网站(“匿名网站”)及其他服务,并且您可以托管您自己的服务。
|
||||
您也可以通过 I2P 的内置网络代理(出口代理)匿名访问普通网络。
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">配置您的浏览器</a>使用在 <code>127.0.0.1 4444 端口</code>的 HTTP 代理,然后浏览隐藏服务网站或,<code>http://</code>或者<code>https://</code> 地址。
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">配置您的浏览器</a>使用在 <code>127.0.0.1 4444 端口</code>的 HTTP 代理,然后浏览隐藏服务网站或,<code>http://</code>或者<code>https://</code> 地址。
|
||||
如果您希望禁用或更改访问非匿名互联网的出口代理,在<a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP代理隧道编辑器</a>中的<i>出口代理</i>选项中去掉或编辑出口代理的<code>false.i2p</code>。
|
||||
在<a href="#eepsites">下方</a>“感兴趣的网站”一栏,我们列出了一些托管在 I2P 上的网站。<br>
|
||||
也有一些构建I2P浏览工具的半官方和非官方的工作,
|
||||
包括一个<a href="https://geti2p.net/en/download/firefox">预设置的Firefox 浏览器配置文件</a>,
|
||||
包括一个<a href="https://i2p.net/en/download/firefox">预设置的Firefox 浏览器配置文件</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">一个易安装的网页扩展</a>,
|
||||
或者通过<a href="https://www.whonix.org/wiki/I2P">像Whonix这样专注于隐私的Linux发行版中的自动启动器</a>。
|
||||
尽管这些都是有趣的项目,但在信任它们前,请评估它们是否符合您的个人威胁
|
||||
@@ -85,7 +85,7 @@ I2P 自带内置网络服务器供您在 I2P 网络上托管您自己的隐藏
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>隐形网计划 (I2P) 官方网站</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>:安全匿名地连接到 <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a> 。如果您想了解更多关于 I2P 如何工作或您如何参与的内容,这是您应该访问的第一站!</li>
|
||||
<b>隐形网计划 (I2P) 官方网站</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>:安全匿名地连接到 <a href="https://i2p.net/en/" target="_blank">i2p.net</a> 。如果您想了解更多关于 I2P 如何工作或您如何参与的内容,这是您应该访问的第一站!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P 社区论坛</b><br><a href="http://zzz.i2p/" target="_blank">zzz 的开发论坛</a>托管关于 I2P 开发的讨论。<a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>:讨论关于 I2P 的问题和想法以及相关话题的论坛。</li>
|
||||
@@ -130,7 +130,7 @@ I2P 默认配置为一些相当保守的数值,并不适合许多用例,所
|
||||
<li>
|
||||
<b>检查您的代理设置</b><br>
|
||||
如果您无法访问任何网站(甚至无法访问 <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>),确保您的浏览器代理设置为通过 <code>127.0.0.1 4444 端口</code>访问 http 流量(<i>不是</i> https,<i>不是</i> socks)。
|
||||
如果您需要帮助,这里有一份配置您的浏览器使用 I2P 的<a href="https://geti2p.net/en/about/browser-config" target="_blank">指南</a>。</li>
|
||||
如果您需要帮助,这里有一份配置您的浏览器使用 I2P 的<a href="https://i2p.net/en/about/browser-config" target="_blank">指南</a>。</li>
|
||||
|
||||
<li>
|
||||
<b>检查您的日志</b><br><a href="/logs">日志</a>或许可以帮助解决问题。
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
<b>गुप्त सेवाएँ और सार्वजनिक वेब ब्राउज़िंग</b><br>
|
||||
I2P पर आप गुप्त सेवा वेबसाइटों ("I2P साइट्स") और अन्य सेवाओं का उपयोग कर सकते हैं, और आप अपनी स्वयं की सेवाएँ होस्ट भी कर सकते हैं।
|
||||
आप I2P के अंतर्निहित वेब प्रॉक्सी (आउटप्रॉक्सी) के माध्यम से सामान्य वेब को अनाम रूप से एक्सेस कर सकते हैं।
|
||||
अपने ब्राउज़र को <code>127.0.0.1 पोर्ट 4444</code> पर HTTP प्रॉक्सी का उपयोग करने के लिए <a href="https://geti2p.net/en/about/browser-config" target="_blank">विन्यास करें</a>, फिर किसी I2P साइट या वेबसाइट पर <code>http://</code> या <code>https://</code> पता पर ब्राउज़ करें।
|
||||
अपने ब्राउज़र को <code>127.0.0.1 पोर्ट 4444</code> पर HTTP प्रॉक्सी का उपयोग करने के लिए <a href="https://i2p.net/en/about/browser-config" target="_blank">विन्यास करें</a>, फिर किसी I2P साइट या वेबसाइट पर <code>http://</code> या <code>https://</code> पता पर ब्राउज़ करें।
|
||||
यदि आप गैर-अनामिता इंटरनेट के लिए आउटप्रॉक्सी पहुँच को अक्षम या बदलना चाहते हैं, तो <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP प्रॉक्सी सुरंग संपादक</a> में प्रोक्सीएस विकल्प के तहत <code>false.i2p</code> के लिए <i>आउटप्रॉक्सी</i> प्रविष्टि को हटा या संशोधित करें।
|
||||
<a href="#eepsites">नीचे</a> "रुचि की साइटें" खंड में, हम I2P पर होस्ट की गई कुछ साइटों की सूची प्रदान करते हैं।<br>
|
||||
I2P के लिए ब्राउज़िंग साधन बनाने के लिए कुछ आधिकारिक और अर्ध-आधिकारिक प्रयास भी किए गए हैं,
|
||||
जिनमें <a href="https://geti2p.net/en/download/firefox">पूर्व-संविन्यस्त Firefox ब्राउज़र प्रोफाइल</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">एक आसान-से-इंस्टॉल होने वाली वेबएक्सटेंशन</a>,
|
||||
जिनमें <a href="https://i2p.net/en/download/firefox">पूर्व-संविन्यस्त Firefox ब्राउज़र प्रोफाइल</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">एक आसान-से-इंस्टॉल होने वाली वेबएक्सटेंशन</a>,
|
||||
या <a href="https://www.whonix.org/wiki/I2P">गोपनीयता-केन्द्रित लिनक्स वितरणों जैसे Whonix में स्वचालित लॉन्चर्स</a> शामिल हैं।
|
||||
हालाँकि ये सभी दिलचस्प परियोजनाएँ हैं, कृपया इन्हें सावधानीपूर्वक मूल्यांकित करें ताकि यह सुनिश्चित किया जा सके कि वे आपकी व्यक्तिगत खतरे की स्थिति के भीतर अनुरूपित होती हैं,
|
||||
और इन्हें आपके भलाई के लिए विश्वास करने से पहले उनका परीक्षण करें।</li>
|
||||
@@ -88,7 +88,7 @@ I2P एक अंतर्निर्मित वेब सर्वर के
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>इनविज़िबल इंटरनेट प्रोजेक्ट (I2P) की अधिकारिक वेबसाइट</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: यह <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a> से सुरक्षित तथा अनामिता-संरक्षित सम्वेशन प्रदान करता है। यदि आप जानना चाहते हैं कि I2P किस प्रकार कार्य करता है अथवा इसमें आप किस प्रकार सहभागिता कर सकते हैं, तो सर्वप्रथम इसी स्थल का अवलोकन करें।</li>
|
||||
<b>इनविज़िबल इंटरनेट प्रोजेक्ट (I2P) की अधिकारिक वेबसाइट</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: यह <a href="https://i2p.net/en/" target="_blank">i2p.net</a> से सुरक्षित तथा अनामिता-संरक्षित सम्वेशन प्रदान करता है। यदि आप जानना चाहते हैं कि I2P किस प्रकार कार्य करता है अथवा इसमें आप किस प्रकार सहभागिता कर सकते हैं, तो सर्वप्रथम इसी स्थल का अवलोकन करें।</li>
|
||||
|
||||
<li>
|
||||
<b>I2P समुदाय मंच</b><br><a href="http://zzz.i2p/" target="_blank">zzz के विकासक मंच</a> पर I2P विकास संबंधी चर्चाएँ आयोजित की जाती हैं।
|
||||
@@ -135,7 +135,7 @@ See below for more information.</li>
|
||||
<li>
|
||||
<b>Check Your Proxy Settings</b><br>
|
||||
If you cannot see any websites at all (not even <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), make sure your browser's proxy is set to access http traffic (<i>not</i> https, <i>not</i> socks) via <code>127.0.0.1 port 4444</code>.
|
||||
If you need some help, there's <a href="https://geti2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
If you need some help, there's <a href="https://i2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -25,11 +25,11 @@ Miután zöld csillagok jelennek meg a <i>Helyi Alagutak</i> mellett, sokféle d
|
||||
<b>Rejtett Szolgáltatások és Publikus Webböngészés</b><br>
|
||||
Az I2P-n hozzáférhetsz rejtett szolgáltatás weboldalakhoz ("I2P oldalak") és más szolgáltatásokhoz és saját szolgáltatásokat is elérhetővé tehetsz.
|
||||
Névtelenül hozzáférhetsz a normál Internethez is az I2P beépített webproxyján keresztül (kimenő porxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Állítsd be a böngésződet</a>, hogy HTTP proxyt használjon a <code>127.0.0.1 4444-es porton</code>, azután böngészhetsz I2P Oldalakat vagy <code>http://</code> és <code>https://</code> kezdetű címeken weboldalakat.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Állítsd be a böngésződet</a>, hogy HTTP proxyt használjon a <code>127.0.0.1 4444-es porton</code>, azután böngészhetsz I2P Oldalakat vagy <code>http://</code> és <code>https://</code> kezdetű címeken weboldalakat.
|
||||
Ha ki szeretnéd kapcsolni a kimenő proxyt vagy a nem névtelen Internetre törénő kimenő proxy elérést megváltoztatni, távolítsd el vagy módosítsd a kimenő proxy bejegyzést erre: <code>false.i2p</code> itt: <i>Kimenő proxyk</i> opciónál, a <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Alagút Szerkesztőben</a>.
|
||||
Az "Érdekesebb Oldalak" részben, <a href="#eepsites">lentebb</a>, felsorolunk néhány, az I2P-n közztett oldalt.<br>
|
||||
Létezik számos részint hivatalos és nem hivatalos erőfeszítés is arra, hogy böngészést segítő eszközöket építsen az I2P számára,
|
||||
többek között <a href="https://geti2p.net/en/download/firefox">előre beállított Firefox Böngésző profil</a>,
|
||||
többek között <a href="https://i2p.net/en/download/firefox">előre beállított Firefox Böngésző profil</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">könnyen telepíthető WebBővítmény</a>,
|
||||
vagy <a href="https://www.whonix.org/wiki/I2P">automatikus indítók titoktartást szem előtt tartó Linux disztribúciókon keresztül, mint pl. Whonix</a>.
|
||||
Noha ezek mind érdekes projektek, kérünk, hogy vedd fontolóra beilleszkedésüket a saját személyes fenyegettségi
|
||||
@@ -85,7 +85,7 @@ Részletes útmutató a weboldalad elindítására, .i2p domain regisztrálásá
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Láthatatlan Internet Projekt (I2P) Hivatalos Weboldal</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>, ami biztonságos és névtelen csatlakozás ehhez az oldalhoz: <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Ha többet szeretnél megtudni arról, hogyan működik az I2P vagy arról, hogyan vehetsz részt benne, látogass el ide először!</li>
|
||||
<b>Láthatatlan Internet Projekt (I2P) Hivatalos Weboldal</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>, ami biztonságos és névtelen csatlakozás ehhez az oldalhoz: <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Ha többet szeretnél megtudni arról, hogyan működik az I2P vagy arról, hogyan vehetsz részt benne, látogass el ide először!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P Közösségi Fórumok</b><br><a href="http://zzz.i2p/" target="_blank">zzz's fejlesztői fórumai</a> az I2P fejlesztésével kapcsolatos beszélgetéseknek ad teret.
|
||||
@@ -132,7 +132,7 @@ További információért lásd lentebb.</li>
|
||||
<li>
|
||||
<b>Proxy Beállítások Ellenőrzése</b><br>
|
||||
Ha egyátalán nem férsz hozzá weboldalakhoz (még az <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>-hez sem), bizonyosodj meg arról, hogy a böngésződ proxyja arra van beállítva, hogy http forgalom (<i>nem</i> https, <i>nem</i> socks), ezen keresztül: <code>127.0.0.1 4444-es port</code>.
|
||||
Ha segítségre van szükséged, létezik <a href="https://geti2p.net/en/about/browser-config" target="_blank">útmutató</a> a böngésződ beállítására az I2P-vel való használathoz.</li>
|
||||
Ha segítségre van szükséged, létezik <a href="https://i2p.net/en/about/browser-config" target="_blank">útmutató</a> a böngésződ beállítására az I2P-vel való használathoz.</li>
|
||||
|
||||
<li>
|
||||
<b>Napló Ellenőrzése</b><br><a href="/logs">Napló</a> segíthet a problémamegoldásban.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<ul class="links">
|
||||
<li>
|
||||
<b>Hidden Services dan Penjelajahan Web Publik</b><br> Di I2P Anda dapat mengakses situs web hidden service ("situs I2P") dan service lain, dan Anda dapat menghosting service Anda sendiri. Anda juga dapat mengakses Internet biasa secara anonim dengan I2P's built-in web proxy (outproxy). <a href="https://geti2p.net/en/about/browser-config" target="_blank">Atur browser Anda</a> untuk menggunakan HTTP proxy di <code>127.0.0.1 port 4444</code>, lalu buka sebuah situs I2P atau sebuah alamat website <code>http://</code> or <code>https://</code>. Jika Anda ingin menonaktifkan atau mengubah akses outproxy ke Internet biasa, hapus atau ubah entri di outproxy entry untuk <code>false.i2p</code> Di dalam opsi <i>Outproxies</i> di <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>. Di bagian "Sites of Interest" <a href="#eepsites">di bawah ini</a>, kami menulis beberapa situs yang dihosting di I2P.<br> Ada juga sejumlah upaya semi-resmi dan tidak resmi untuk membangun browser untuk I2P, termasuk profil browser Firefox<a href="https://geti2p.net/en/download/firefox">yang telah dikonfigurasi sebelumnya </a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">WebExtension yang mudah diinstal </a>, atau melalui <a href="https://www.whonix.org/wiki/I2P">Peluncur otomatis dalam distribusi Linux yang berfokus pada privasi seperti Whonix </a>. Meskipun ini semua adalah proyek yang menarik, harap evaluasi mereka untuk melihat apakah mereka cocok dengan model ancaman pribadi Anda sebelum mempercayai mereka.</li>
|
||||
<b>Hidden Services dan Penjelajahan Web Publik</b><br> Di I2P Anda dapat mengakses situs web hidden service ("situs I2P") dan service lain, dan Anda dapat menghosting service Anda sendiri. Anda juga dapat mengakses Internet biasa secara anonim dengan I2P's built-in web proxy (outproxy). <a href="https://i2p.net/en/about/browser-config" target="_blank">Atur browser Anda</a> untuk menggunakan HTTP proxy di <code>127.0.0.1 port 4444</code>, lalu buka sebuah situs I2P atau sebuah alamat website <code>http://</code> or <code>https://</code>. Jika Anda ingin menonaktifkan atau mengubah akses outproxy ke Internet biasa, hapus atau ubah entri di outproxy entry untuk <code>false.i2p</code> Di dalam opsi <i>Outproxies</i> di <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>. Di bagian "Sites of Interest" <a href="#eepsites">di bawah ini</a>, kami menulis beberapa situs yang dihosting di I2P.<br> Ada juga sejumlah upaya semi-resmi dan tidak resmi untuk membangun browser untuk I2P, termasuk profil browser Firefox<a href="https://i2p.net/en/download/firefox">yang telah dikonfigurasi sebelumnya </a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">WebExtension yang mudah diinstal </a>, atau melalui <a href="https://www.whonix.org/wiki/I2P">Peluncur otomatis dalam distribusi Linux yang berfokus pada privasi seperti Whonix </a>. Meskipun ini semua adalah proyek yang menarik, harap evaluasi mereka untuk melihat apakah mereka cocok dengan model ancaman pribadi Anda sebelum mempercayai mereka.</li>
|
||||
|
||||
<li>
|
||||
<b>Email Anonim</b><br> Sistem email berbasis Postman's I2P dapat diakses dengan <a href="[fuzzy]webmail">I2P's built-in mail client</a> atau dengan mail client apa saja. Akun email dapat mengirim dan menerima email dari Internet biasa. Jika Anda ingin mendapatkan akun email, kunjungi <a href="http://hq.postman.i2p/" target="_blank">hq.postman.i2p</a>.</li>
|
||||
@@ -49,7 +49,7 @@ Instruksi detail untuk memulai situs web, mendaftarkan .i2p domain dan mempromos
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Situs web resmi Invisible Internet Project (I2P) </b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Koneksi aman dan anomim ke <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Jika Anda ingin tahu lebih banyak tentang cara kerja I2P atau cara Anda berpatisipasi, ini adalah tempat yang bagus untuk dikunjungi!</li>
|
||||
<b>Situs web resmi Invisible Internet Project (I2P) </b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Koneksi aman dan anomim ke <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Jika Anda ingin tahu lebih banyak tentang cara kerja I2P atau cara Anda berpatisipasi, ini adalah tempat yang bagus untuk dikunjungi!</li>
|
||||
|
||||
<li>
|
||||
<b>Forum Komunitas I2P</b><br><a href="http://zzz.i2p/" target="_blank">zzz's developer forums</a> berisi diskusi yang berhubungan dengan pengembangan I2P. <a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>: sebuah forum di mana masalah dan ide yang berhubungan dengan topik-topik I2P didiskusikan.</li>
|
||||
@@ -91,7 +91,7 @@ Makin banyak bandwidth yang dialokasikan, <i>khususnya</i> upstream bandwidth, m
|
||||
<li>
|
||||
<b>Periksa Pengaturan Proxy</b><br>
|
||||
Jika Anda sama sekali tidak dapat membuka situs apapun (bahkan <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), pastikan proxy di peramban Anda diatur untuk lalu-lintas http (<i>bukan</i> https, <i>bukan</i> socks) via <code>127.0.0.1 port 4444</code>.
|
||||
Jika Anda membutuhkan bantuang, ini ada <a href="https://geti2p.net/en/about/browser-config" target="_blank">panduan</a> dalam mengatur peramban Anda untuk menggunakan I2P.</li>
|
||||
Jika Anda membutuhkan bantuang, ini ada <a href="https://i2p.net/en/about/browser-config" target="_blank">panduan</a> dalam mengatur peramban Anda untuk menggunakan I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Periksa log Anda </b><br><a href="/logs">Log</a> juga dapat membantu menyelesaikan masalah. Anda mungkin perlu memposting sebagian isi log di <a href="http://i2pforum.i2p/" target="_blank">forum</a> untuk mendapat bantuan, atau mungkin <a href="http://paste.idk.i2p/" target="_blank">menulis semuanya</a> dan memeriksa tautannya di IRC untuk mendapat bantuan.</li>
|
||||
|
||||
@@ -25,11 +25,11 @@ Once green circles are indicated next to your <i>Local Tunnels</i>, there is a w
|
||||
<b>Hidden Services and Public Web Browsing</b><br>
|
||||
On I2P you can access hidden service websites ("I2P sites") and other services, and you can host your own services.
|
||||
You can also access the normal web anonymously via I2P's built-in web proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
If you wish to disable or change outproxy access to the non-anonymous internet, remove or modify the outproxy entry for <code>false.i2p</code> under the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.
|
||||
In the "Sites of Interest" section <a href="#eepsites">below</a>, we list a few of the sites hosted on I2P.<br>
|
||||
There are also a number of semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
While these are all interesting projects, please evaluate them to see if they fit within your personal threat
|
||||
@@ -85,7 +85,7 @@ Detailed instructions for starting your website, registering an .i2p domain and
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Invisible Internet Project (I2P) Official Website</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li>
|
||||
<b>Invisible Internet Project (I2P) Official Website</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P Community Forums</b><br><a href="http://zzz.i2p/" target="_blank">zzz's developer forums</a> hosts discussion related to I2P development.
|
||||
@@ -133,7 +133,7 @@ See below for more information.</li>
|
||||
<li>
|
||||
<b>Check Your Proxy Settings</b><br>
|
||||
If you cannot see any websites at all (not even <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), make sure your browser's proxy is set to access http traffic (<i>not</i> https, <i>not</i> socks) via <code>127.0.0.1 port 4444</code>.
|
||||
If you need some help, there's <a href="https://geti2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
If you need some help, there's <a href="https://i2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -27,13 +27,13 @@ I2Pが「トンネルを拒否している」ような表示をするかもし
|
||||
<b>秘匿サービスと公開Web閲覧</b><br>
|
||||
I2Pでは秘匿サービスWebサイト(「I2Pサイト」)や他サービスにアクセスでき、また自分のサービスをホストすることができます。
|
||||
また通常のWebにもI2P内蔵のWebプロキシ(アウトプロキシ)経由で匿名でアクセスできます。
|
||||
HTTPプロキシを<code>127.0.0.1 ポート4444</code>を使うよう<a href="https://geti2p.net/en/about/browser-config" target="_blank">ブラウザを設定</a>し、それからI2Pサイトや<code>http://</code>または<code>https://</code>アドレスのI2PサイトやWebサイトを閲覧してください。
|
||||
HTTPプロキシを<code>127.0.0.1 ポート4444</code>を使うよう<a href="https://i2p.net/en/about/browser-config" target="_blank">ブラウザを設定</a>し、それからI2Pサイトや<code>http://</code>または<code>https://</code>アドレスのI2PサイトやWebサイトを閲覧してください。
|
||||
アウトプロキシによる匿名インターネットへのアクセスを無効化したい、あるいは変更したい場合は、
|
||||
<a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP プロキシトンネルエディタ</a> の <i>アウトプロキシ</i>オプション下の
|
||||
<code>false.i2p</code>用のアウトプロキシ項目を削除または編集してください。
|
||||
<a href="#eepsites">下記</a>「興味深いサイト」の章で、I2Pで提供されているサイトをいくつかまとめています。<br>
|
||||
また、半公式または非公式的に開発が試みられているたくさんのI2P閲覧ツール作成もあります。
|
||||
例えば、<a href="https://geti2p.net/en/download/firefox">設定済みFirefoxブラウザプロファイル</a>、
|
||||
例えば、<a href="https://i2p.net/en/download/firefox">設定済みFirefoxブラウザプロファイル</a>、
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">簡単にインストールできるブラウザ拡張機能</a>、
|
||||
<a href="https://www.whonix.org/wiki/I2P">Whonixのようなプライバシー重視のLinuxディストリビューションでの自動ランチャー</a>など。
|
||||
これらはどれも興味深いプロジェクトですが、
|
||||
@@ -96,7 +96,7 @@ Webサイトの開始、.i2pドメインの登録、サイトの宣伝につい
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Invisible Internet Project (I2P) 公式ウェブサイト</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>に安全かつ匿名で接続できます。I2Pがどう動作するのか、あるいはどうすれば参加できるのかについて知りたければ、ここが最初に訪れるべき場所です!</li>
|
||||
<b>Invisible Internet Project (I2P) 公式ウェブサイト</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: <a href="https://i2p.net/en/" target="_blank">i2p.net</a>に安全かつ匿名で接続できます。I2Pがどう動作するのか、あるいはどうすれば参加できるのかについて知りたければ、ここが最初に訪れるべき場所です!</li>
|
||||
|
||||
<li>
|
||||
<b>I2Pコミュニティフォーラム</b><br><a href="http://zzz.i2p/" target="_blank">zzzの開発者フォーラムはI2P開発関連の議論を公開しています。</a>
|
||||
@@ -149,7 +149,7 @@ I2Pが最もよく機能するのは、<a href="/config">帯域幅設定セク
|
||||
<b>プロキシ設定の確認</b><br>
|
||||
Webサイトが全く(<a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a> すら)見られない場合、
|
||||
ブラウザのプロキシが(https<i>ではなく</i>、socks<i>でもなく</i>)httpの <code>127.0.0.1 ポート4444</code> 経由に設定されているか確認してください。
|
||||
援助が必要な場合は、I2P用のブラウザ設定<a href="https://geti2p.net/en/about/browser-config" target="_blank">ガイド</a>があります。</li>
|
||||
援助が必要な場合は、I2P用のブラウザ設定<a href="https://i2p.net/en/about/browser-config" target="_blank">ガイド</a>があります。</li>
|
||||
|
||||
<li>
|
||||
<b>ログの確認</b><br><a href="/logs">ログ</a>が問題解決に役立つかもしれません。
|
||||
|
||||
@@ -11,7 +11,7 @@ Als je zojuist I2P gestart hebt zal het nummer van <i>Actieve Peers</i> onder de
|
||||
|
||||
<ul class="links">
|
||||
|
||||
<li><b>Invisible Internet & Public Web Browsing</b><br>Op I2P kan je toegang verkrijgen tot anonieme websites (eepsites) en andere diensten (zoals; SSH over I2P, IRC, Jabber etc.), daarnaast heb je ook de mogelijkheid om je eigen dienst aan te bieden. Je kan ook anoniem toegang krijgen tot het normale Internet via de ingebouwde web proxy (outproxy). <a href="https://geti2p.net/htproxyports.html" target="_blank">Configureer je browser</a> voor het gebruik van de HTTP proxy op <code>127.0.0.1 poort 4444</code>, waarna je naar zowel eepsites als normale, onversleutelde <code>http://</code> websites kan surfen. Als je een aanpassing wilt maken aan de outproxy of deze wilt uitschakelen kan je de 'client tunnel' voor <code>false.i2p</code> onder het <i>Outproxies</i> gedeelte in de <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>. In het "Interessante websites" gedeelte <a href="#eepsites">hier onder</a> staat een lijst met een paar van de bekende sites die op I2P gehost worden.</li>
|
||||
<li><b>Invisible Internet & Public Web Browsing</b><br>Op I2P kan je toegang verkrijgen tot anonieme websites (eepsites) en andere diensten (zoals; SSH over I2P, IRC, Jabber etc.), daarnaast heb je ook de mogelijkheid om je eigen dienst aan te bieden. Je kan ook anoniem toegang krijgen tot het normale Internet via de ingebouwde web proxy (outproxy). <a href="https://i2p.net/htproxyports.html" target="_blank">Configureer je browser</a> voor het gebruik van de HTTP proxy op <code>127.0.0.1 poort 4444</code>, waarna je naar zowel eepsites als normale, onversleutelde <code>http://</code> websites kan surfen. Als je een aanpassing wilt maken aan de outproxy of deze wilt uitschakelen kan je de 'client tunnel' voor <code>false.i2p</code> onder het <i>Outproxies</i> gedeelte in de <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>. In het "Interessante websites" gedeelte <a href="#eepsites">hier onder</a> staat een lijst met een paar van de bekende sites die op I2P gehost worden.</li>
|
||||
|
||||
<li><b>Anonieme E-Mail</b><br>Postman's I2P email systeem kan worden benaderd via <a href="/webmail">de ingebouwde email client</a> (susimail) of door het gebruik van elke andere normale email client die ondersteuning biedt voor SMTP en POP3. Deze accounts kunnen tevens email versturen en ontvangen naar en van het normale Internet. Voor een account, bezoek <a href="http://hq.postman.i2p/" target="_blank">hq.postman.i2p</a>. Daarnaast is er <a href="http://bote.i2p/" target="_blank">I2P-Bote</a>, dit is een nieuw end-to-end versleuteld email systeem zonder centrale servers welke een webinterface en geïntegreerd adressen boek bied. Het is ontwikkeld door HungryHobo en kan worden geïnstalleerd als <a href="#plugins">plugin</a>.</li>
|
||||
|
||||
@@ -43,7 +43,7 @@ Na het starten van de vooraf ingestelde <a href="/i2ptunnel/" target="_blank">I2
|
||||
<ul class="links twocol">
|
||||
|
||||
<li><b>Invisible Internet Project (I2P) Officiële Website</b><br>
|
||||
<a href="http://i2p-projekt.i2p/nl/" target="_blank">i2p-projekt.i2p</a>: Veilige en anonieme verbindingen naar <a href="https://geti2p.net/nl/" target="_blank">geti2p.net</a>. Als je meer wilt weten over hoe I2P werkt of hoe je mee kan doen is dit de website waar je terecht kan!</li>
|
||||
<a href="http://i2p-projekt.i2p/nl/" target="_blank">i2p-projekt.i2p</a>: Veilige en anonieme verbindingen naar <a href="https://i2p.net/nl/" target="_blank">i2p.net</a>. Als je meer wilt weten over hoe I2P werkt of hoe je mee kan doen is dit de website waar je terecht kan!</li>
|
||||
|
||||
<!--
|
||||
<li><b>I2P Community Forums</b><br><a href="http://forum.i2p/" target="_blank">forum.i2p</a>: Een veilige en anonieme verbinding naar <a href="http://forum.i2p/" target="_blank">forum.i2p</a>, een online forum waar ontwikkelaars en gebruikers problemen bespreken en ideëen uitwisselen gerelateerd aan I2P en geassocieerde onderwerpen, en <a href="http://zzz.i2p/" target="_blank">zzz's developer forums</a> voor zowel ontwikkelaars als eindgebruikers.</li>
|
||||
@@ -82,7 +82,7 @@ I2P functioneert het beste als je nauwkeurig de snelheid van je netwerk in het <
|
||||
Waar mogelijk, controleer dat I2P/Java toegestaan is wederzijds poort toegang van het Internet heeft door het correct instellen van de modem/router/firewall. Als je achter een verbiedende firewall zit maar wel onbeperkt uitgaande toegang, kan I2P alsnog functioneren; je kan inbound toegang uit zetten en vertrouwen op <a href="http://i2p-projekt.i2p/nl/docs/transport/ssu" target="_blank">SSU IP Address Detection</a> (<a href="https://secure.wikimedia.org/wikipedia/en/wiki/Hole_punching" target="_blank">firewall hole punching</a>) om verbinding te maken naar het netwerk, je netwerk status in het zijpaneel zal nu aangeven "Netwerk: Firewalled". Voor optimale prestaties, zorg er voor dat I2P's <a href="/confignet">extere poort</a> zichtbaar is vanaf het Internet (zie hier onder voor meer informatie).</li>
|
||||
|
||||
<li><b>Controleer je proxy instellingen</b><br>
|
||||
Als je helemaal geen eepsites kan zien (zelfs niet <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), zorg er dan voor dat je browser's proxy is ingesteld op http proxy (<i>niet</i> https, <i>niet</i> socks) via <code>127.0.0.1 poort 4444</code>. Als je hulp nodig hebt is er een <a href="http://i2p-projekt.i2p/htproxyports.html" target="_blank">handleiding</a> voor het configureren van je browser voor gebruik met I2P, ook <a href="https://geti2p.net/htproxyports.html" target="_blank">beschikbaar</a> op het normale Internet.</li>
|
||||
Als je helemaal geen eepsites kan zien (zelfs niet <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), zorg er dan voor dat je browser's proxy is ingesteld op http proxy (<i>niet</i> https, <i>niet</i> socks) via <code>127.0.0.1 poort 4444</code>. Als je hulp nodig hebt is er een <a href="http://i2p-projekt.i2p/htproxyports.html" target="_blank">handleiding</a> voor het configureren van je browser voor gebruik met I2P, ook <a href="https://i2p.net/htproxyports.html" target="_blank">beschikbaar</a> op het normale Internet.</li>
|
||||
|
||||
<li><b>Controleer je Logs</b><br><a href="/logs">Logs</a> kunnen je helpen met problemen oplossen. Je kan mogelijk fragmenten in een <!--<a href="http://forum.i2p/viewforum.php?f=10" target="_blank">forum</a> posten voor hulp, of misschien --><a href="http://zerobin.i2p/" target="_blank">plakken</a> en als referentie link laten zien op IRC voor hulp.</li>
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ Po uruchomieniu I2P, może upłynąć kilka minut zanim Twój węzeł włączy s
|
||||
<ul class="links">
|
||||
<li>
|
||||
<b>Ukryte usługi i przeglądanie publicznego internetu</b><br>
|
||||
W sieci I2P masz dostęp do ukrytych stron (.i2p) i innych usług, a także możesz hostować własne. Możesz także korzystać z jawnego internetu poprzez wbudowany serwer pośredniczący (outproxy). <a href="https://geti2p.net/pl/about/browser-config" target="_blank">Skonfiguruj swoją przeglądarkę</a>, aby łączyła się przez proxy HTTP na <code>127.0.0.1 port 4444</code>, następnie odwiedź ukrytą stronę I2P lub zwykłą witrynę <code>http://</code> bądź <code>https://</code>. Jeżeli chcesz zlikwidować lub skonfigurować dostęp do zwykłego nieanonimowego internetu, usuń lub zmodyfikuj wpis <i>serwery outproxy</i>: <code>false.i2p</code> w <a href="/i2ptunnel/edit?tunnel=0" target="_blank">edytorze tunelu HTTP I2P</a>. Sekcja <a href="#eepsites">„wybrane ukryte usługi”</a> wyświetla kilka wybranych ukrytych stron sieci I2P.<br>
|
||||
Istnieje kilka półoficjalnych i nieoficjalnych projektów mających na celu stworzenie przeglądarki dla sieci I2P: <a href="https://geti2p.net/pl/download/firefox">gotowy profil do przeglądarki Firefox</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">łatwe w użyciu rozszerzenie WebExtension</a> i <a href="https://www.whonix.org/wiki/I2P">instrukcje dotyczące uruchamiania I2P na zorientowanych na prywatność dystrybucjach Linuksa jak Whonix</a>. Wszystkie powyższe projekty są interesujące, ale przed ich użyciem prosimy starannie ocenić czy pasują one do przyjętego przez Ciebie modelu bezpieczeństwa.</li>
|
||||
W sieci I2P masz dostęp do ukrytych stron (.i2p) i innych usług, a także możesz hostować własne. Możesz także korzystać z jawnego internetu poprzez wbudowany serwer pośredniczący (outproxy). <a href="https://i2p.net/pl/about/browser-config" target="_blank">Skonfiguruj swoją przeglądarkę</a>, aby łączyła się przez proxy HTTP na <code>127.0.0.1 port 4444</code>, następnie odwiedź ukrytą stronę I2P lub zwykłą witrynę <code>http://</code> bądź <code>https://</code>. Jeżeli chcesz zlikwidować lub skonfigurować dostęp do zwykłego nieanonimowego internetu, usuń lub zmodyfikuj wpis <i>serwery outproxy</i>: <code>false.i2p</code> w <a href="/i2ptunnel/edit?tunnel=0" target="_blank">edytorze tunelu HTTP I2P</a>. Sekcja <a href="#eepsites">„wybrane ukryte usługi”</a> wyświetla kilka wybranych ukrytych stron sieci I2P.<br>
|
||||
Istnieje kilka półoficjalnych i nieoficjalnych projektów mających na celu stworzenie przeglądarki dla sieci I2P: <a href="https://i2p.net/pl/download/firefox">gotowy profil do przeglądarki Firefox</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">łatwe w użyciu rozszerzenie WebExtension</a> i <a href="https://www.whonix.org/wiki/I2P">instrukcje dotyczące uruchamiania I2P na zorientowanych na prywatność dystrybucjach Linuksa jak Whonix</a>. Wszystkie powyższe projekty są interesujące, ale przed ich użyciem prosimy starannie ocenić czy pasują one do przyjętego przez Ciebie modelu bezpieczeństwa.</li>
|
||||
|
||||
<li>
|
||||
<b>Anonimowa e-poczta</b><br>
|
||||
@@ -54,7 +54,7 @@ Po starcie już skonfigurowany <a href="/i2ptunnel/" target="_blank">tunel Twoje
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Oficjalna strona I2P</b><br><a href="http://i2p-projekt.i2p/pl" target="_blank">i2p-projekt.i2p</a>: bezpieczne i anonimowe połączenie z <a href="https://geti2p.net/pl/" target="_blank">geti2p.net</a>. Jeżeli chcesz dowiedzieć się więcej o tym jak działa sieć I2P lub jak ją wspomóc, to jest pierwsze miejsce, do którego musisz zajrzeć!</li>
|
||||
<b>Oficjalna strona I2P</b><br><a href="http://i2p-projekt.i2p/pl" target="_blank">i2p-projekt.i2p</a>: bezpieczne i anonimowe połączenie z <a href="https://i2p.net/pl/" target="_blank">i2p.net</a>. Jeżeli chcesz dowiedzieć się więcej o tym jak działa sieć I2P lub jak ją wspomóc, to jest pierwsze miejsce, do którego musisz zajrzeć!</li>
|
||||
|
||||
<li>
|
||||
<b>Fora społeczności I2P</b><br><a href="http://zzz.i2p/" target="_blank">Forum dewelopera zzz</a> zawiera dyskusje dotyczące rozwoju I2P.<br><a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>: forum społeczności I2P na którym prowadzone są dyskusje dotyczące problemów i pomysłów dotyczących sieci I2P i innych tematów.</li>
|
||||
@@ -92,7 +92,7 @@ Jeżeli jest to możliwe, upewnij się, że Java/I2P może odbierać połączeni
|
||||
|
||||
<li>
|
||||
<b>Sprawdź ustawienia proxy</b><br>
|
||||
Jeżeli nie możesz połączyć się z jakąkolwiek stroną (nawet z <a href="http://i2p-projekt.i2p/pl/" target="_blank">i2p-projekt.i2p</a>), upewnij się, że serwer pośredniczący (proxy) w Twojej przeglądarce jest skonfigurowany dla HTTP (<i>nie</i> HTTPS i <i>nie</i> SOCKS) na <code>127.0.0.1 port 4444</code>. Jeżeli potrzebujesz pomocy, zajrzyj do <a href="https://geti2p.net/pl/about/browser-config" target="_blank">tego poradnika</a>.</li>
|
||||
Jeżeli nie możesz połączyć się z jakąkolwiek stroną (nawet z <a href="http://i2p-projekt.i2p/pl/" target="_blank">i2p-projekt.i2p</a>), upewnij się, że serwer pośredniczący (proxy) w Twojej przeglądarce jest skonfigurowany dla HTTP (<i>nie</i> HTTPS i <i>nie</i> SOCKS) na <code>127.0.0.1 port 4444</code>. Jeżeli potrzebujesz pomocy, zajrzyj do <a href="https://i2p.net/pl/about/browser-config" target="_blank">tego poradnika</a>.</li>
|
||||
|
||||
<li>
|
||||
<b>Sprawdź dziennik</b><br><a href="/logs">Dziennik</a> może okazać się pomocny podczas rozwiązywania problemów. Możesz zechcieć przedstawić błędy na naszym <a href="http://i2pforum.i2p/" target="_blank">forum</a> lub wkleić je na <a href="http://paste.idk.i2p/" target="_blank">paste.idk.i2p</a> i poprosić o pomoc na IRC.</li>
|
||||
|
||||
@@ -25,11 +25,11 @@ Uma vez que círculos verdes estejam indicados ao lado do seu <i>Túneis Locais<
|
||||
<b>Serviços Ocultos e Navegação pela Web Pública</b><br>
|
||||
Na I2P você pode acessar websites de serviços ocultos ("I2P sites") e outros serviços, e você pode hospedar seus próprios serviços.
|
||||
Você também pode acessar a web normal anonimamente através do proxy web embutido da I2P (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure seu navegador</a> para usar o proxy HTTP em <code>127.0.0.1 porta 4444</code>, então navegue até um Site I2P ou website em um endereço <code>http://</code> ou <code>https://</code>.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure seu navegador</a> para usar o proxy HTTP em <code>127.0.0.1 porta 4444</code>, então navegue até um Site I2P ou website em um endereço <code>http://</code> ou <code>https://</code>.
|
||||
Se você deseja desabilitar ou mudar o acesso de outproxy para a internet não anônima, remova ou modifique a entrada de outproxy para <code>false.i2p</code> embaixo da opção <i>Outproxies</i> no <a href="/i2ptunnel/edit?tunnel=0" target="_blank">Editor de Túnel de Proxy HTTP da I2P</a>.
|
||||
Na seção "Sites de Interesse" <a href="#eepsites">abaixo</a>, nós listamos alguns dos sites hospedados na I2P.<br>
|
||||
Existem ainda vários esforços não oficiais e semioficiais de construção de ferramentas de navegação para a I2P,
|
||||
incluindo um <a href="https://geti2p.net/en/download/firefox">perfil do Navegador Firefox pré-configurado</a>,
|
||||
incluindo um <a href="https://i2p.net/en/download/firefox">perfil do Navegador Firefox pré-configurado</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">uma extensão web fácil de instalar</a>,
|
||||
ou através de <a href="https://www.whonix.org/wiki/I2P">inicializadores automáticos em distribuições Linux com foco em privacidade, como o Whonix</a>.
|
||||
Embora todos esses sejam projetos interessantes, por favor, avalie-os para determinar se eles se encaixam dentro do seu modelo pessoal
|
||||
@@ -86,7 +86,7 @@ Instruções detalhadas para iniciar seu website, registrar um domínio .i2p e p
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Website Oficial do Invisible Internet Project (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Conexões seguras e anônimas a <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Se você quer saber mais sobre como a I2P funciona ou como você pode participar, esse é o primeiro lugar para visitar!</li>
|
||||
<b>Website Oficial do Invisible Internet Project (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Conexões seguras e anônimas a <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Se você quer saber mais sobre como a I2P funciona ou como você pode participar, esse é o primeiro lugar para visitar!</li>
|
||||
|
||||
<li>
|
||||
<b>Fóruns da Comunidade da I2P</b><br>
|
||||
@@ -135,7 +135,7 @@ Veja abaixo para mais informações.</li>
|
||||
<li>
|
||||
<b>Verifique Suas Configurações de Proxy</b><br>
|
||||
Se você não consegue ver nenhum website (nem <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), certifique-se de que o proxy do seu navegador está configurado para acessar tráfego http (<i>não</i> https, <i>não</i> socks) através de <code>127.0.0.1 porta 4444</code>.
|
||||
Se você precisar de ajuda, há <a href="https://geti2p.net/en/about/browser-config" target="_blank">um guia</a> para configurar seu navegador para uso para a I2P.</li>
|
||||
Se você precisar de ajuda, há <a href="https://i2p.net/en/about/browser-config" target="_blank">um guia</a> para configurar seu navegador para uso para a I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Verifique Seus Logs</b><br><a href="/logs">Logs</a> podem ser úteis para resolver um problema.
|
||||
|
||||
@@ -25,11 +25,11 @@ Once green circles are indicated next to your <i>Local Tunnels</i>, there is a w
|
||||
<b>Hidden Services and Public Web Browsing</b><br>
|
||||
On I2P you can access hidden service websites ("I2P sites") and other services, and you can host your own services.
|
||||
You can also access the normal web anonymously via I2P's built-in web proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
If you wish to disable or change outproxy access to the non-anonymous internet, remove or modify the outproxy entry for <code>false.i2p</code> under the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.
|
||||
In the "Sites of Interest" section <a href="#eepsites">below</a>, we list a few of the sites hosted on I2P.<br>
|
||||
There are also a number of semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
While these are all interesting projects, please evaluate them to see if they fit within your personal threat
|
||||
@@ -85,7 +85,7 @@ Instrucțiuni detaliate pentru pornirea eepsite-ului dvs., înregistrarea unui d
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Site oficial al proiectului Invisible Internet Project (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Conexiuni securizate și anonime la <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Dacă doriți să aflați mai multe despre cum funcționează I2P sau cum puteți participa, acesta este primul loc de vizitat!</li>
|
||||
<b>Site oficial al proiectului Invisible Internet Project (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Conexiuni securizate și anonime la <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Dacă doriți să aflați mai multe despre cum funcționează I2P sau cum puteți participa, acesta este primul loc de vizitat!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P Forumuri comunitare</b><br><a href="http://zzz.i2p/" target="_blank">Forumurile dezvoltatorului zzz</a> găzduiesc discuții legate de dezvoltarea I2P.
|
||||
@@ -132,7 +132,7 @@ See below for more information.</li>
|
||||
<li>
|
||||
<b>Verificați setările pentru proxy</b><br>
|
||||
Dacă nu puteți vedea nici un eepsite (nici măcar <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), asigurați-vă că proxy-ul browserului dvs. este setat să acceseze traficul http (<i>nu</i> https, <i>nu</i> socks) prin intermediul proxy-ului http <code>127.0.0.1 port 4444</code>.
|
||||
Dacă aveți nevoie de ajutor, aici există<a href="https://geti2p.net/en/about/browser-config" target="_blank">un ghid</a> pentru configurarea corectă a browserului dvs. pentru a putea utiliza I2P fără probleme.</li>
|
||||
Dacă aveți nevoie de ajutor, aici există<a href="https://i2p.net/en/about/browser-config" target="_blank">un ghid</a> pentru configurarea corectă a browserului dvs. pentru a putea utiliza I2P fără probleme.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -25,10 +25,10 @@
|
||||
<b>Скрытые сервисы и веб-сёрфинг публичной сети</b><br>
|
||||
В I2P доступны скрытые веб-сайты ("Сайты I2P") и другие сервисы, также вы можете запустить собственные сервисы.
|
||||
Ещё вы можете получать доступ к обычным веб-сайтом в интернете анонимно, через встроенный веб-прокси (outproxy) I2P.
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Настройте ваш браузер</a> на использование HTTP-прокси <code>127.0.0.1, порт 4444</code>, после чего зайдите на I2P-вебсайт или обычный <code>http://</code> или <code>https://</code>-адрес.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Настройте ваш браузер</a> на использование HTTP-прокси <code>127.0.0.1, порт 4444</code>, после чего зайдите на I2P-вебсайт или обычный <code>http://</code> или <code>https://</code>-адрес.
|
||||
Если вы хотите отключить или изменить адрес outproxy в неанонимный интернет, уберите или измените элемент outproxy с <code>false.i2p</code>, в разделе <i>Outproxy</i> <a href="/i2ptunnel/edit?tunnel=0" target="_blank">менеджера туннелей I2P</a>.
|
||||
В секции «Интересные веб-сайты» <a href="#eepsites">ниже</a> содержатся сайты, хостящиеся в I2P.
|
||||
Существуют полу-официальные и неофициальные программы для просмотра I2P-сайтов, включая <a href="https://geti2p.net/en/download/firefox">преднастроенный профиль для браузера Firefox</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">лёгкий в установке WebExtension</a>, а также <a href="https://www.whonix.org/wiki/I2P">автоматические лаунчеры в Linux-дистрибутиве Whonix, заточенном под приватность</a>.
|
||||
Существуют полу-официальные и неофициальные программы для просмотра I2P-сайтов, включая <a href="https://i2p.net/en/download/firefox">преднастроенный профиль для браузера Firefox</a>, <a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">лёгкий в установке WebExtension</a>, а также <a href="https://www.whonix.org/wiki/I2P">автоматические лаунчеры в Linux-дистрибутиве Whonix, заточенном под приватность</a>.
|
||||
Хоть это и интересные проекты, пожалуйста, сначала изучите и поймите, подходят ли они под ваш сценарий использования и модели угроз, прежде чем доверять им вашу онлайн-активность.</li>
|
||||
|
||||
<li>
|
||||
@@ -81,7 +81,7 @@ I2P поставляется со встроенным веб-сервером
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Официальный сайт проекта Невидимый Интернет (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: безопасное и анонимное зеркало <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Если вы хотите узнать больше о том, как работает I2P или как вы можете поучаствовать в развитии проекта - это первое, что вы должны посетить!</li>
|
||||
<b>Официальный сайт проекта Невидимый Интернет (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: безопасное и анонимное зеркало <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Если вы хотите узнать больше о том, как работает I2P или как вы можете поучаствовать в развитии проекта - это первое, что вы должны посетить!</li>
|
||||
|
||||
<li>
|
||||
<b>Форумы сообщества I2P</b><br><a href="http://zzz.i2p/" target="_blank">Форумы разработчика zzz</a> содержат обсуждения, связанные с разработкой I2P.
|
||||
@@ -128,7 +128,7 @@ I2P функционирует лучше всего, когда вы точно
|
||||
<li>
|
||||
<b>Проверьте настройки прокси-сервера</b><br>
|
||||
Если вы вообще не видите никаких веб-сайтов (даже <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), убедитесь, что прокси-сервер вашего браузера настроен на доступ через http-proxy (<i>не</i> https, <i>не</i> socks) через <code>127.0.0.1, порт 4444</code>.
|
||||
Если вам нужна помощь, см. <a href="https://geti2p.net/en/about/browser-config" target="_blank">руководство</a> по настройке вашего браузера для использования I2P.</li>
|
||||
Если вам нужна помощь, см. <a href="https://i2p.net/en/about/browser-config" target="_blank">руководство</a> по настройке вашего браузера для использования I2P.</li>
|
||||
|
||||
<li>
|
||||
<b>Проверьте логи (журналы)</b><br><a href="/logs">Логи</a> могут быть полезны для решения проблем.
|
||||
|
||||
@@ -25,11 +25,11 @@ Once green circles are indicated next to your <i>Local Tunnels</i>, there is a w
|
||||
<b>Hidden Services and Public Web Browsing</b><br>
|
||||
On I2P you can access hidden service websites ("I2P sites") and other services, and you can host your own services.
|
||||
You can also access the normal web anonymously via I2P's built-in web proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
If you wish to disable or change outproxy access to the non-anonymous internet, remove or modify the outproxy entry for <code>false.i2p</code> under the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.
|
||||
In the "Sites of Interest" section <a href="#eepsites">below</a>, we list a few of the sites hosted on I2P.<br>
|
||||
There are also a number of semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
While these are all interesting projects, please evaluate them to see if they fit within your personal threat
|
||||
@@ -85,7 +85,7 @@ Detailed instructions for starting your website, registering an .i2p domain and
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Uradna spletna stran od Invisible Internet Project (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Varne in anonimne povezave na <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. Če želite izvedeti več o delovanju I2P in kako sodelovati v njem, je to prvo mesto za obiskati!</li>
|
||||
<b>Uradna spletna stran od Invisible Internet Project (I2P)</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Varne in anonimne povezave na <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. Če želite izvedeti več o delovanju I2P in kako sodelovati v njem, je to prvo mesto za obiskati!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P forum skupnosti</b><br><a href="http://zzz.i2p/" target="_blank">zzz-jev razvojni forumi</a> gostujejo razprave, povezane z I2P razvojem.
|
||||
@@ -133,7 +133,7 @@ See below for more information.</li>
|
||||
<li>
|
||||
<b>Check Your Proxy Settings</b><br>
|
||||
If you cannot see any websites at all (not even <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), make sure your browser's proxy is set to access http traffic (<i>not</i> https, <i>not</i> socks) via <code>127.0.0.1 port 4444</code>.
|
||||
If you need some help, there's <a href="https://geti2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
If you need some help, there's <a href="https://i2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<!--
|
||||
<li><a href="http://forum.i2p/">forum.i2p</a>: en anonym och säker anslutning till <a href="http://forum.i2p/">forum.i2p</a></li>
|
||||
-->
|
||||
<li><a href="http://i2p-projekt.i2p/sv/">i2p-projekt.i2p</a>: säker och anonym anslutning till <a href="https://geti2p.net/sv/">geti2p.net</a></li>
|
||||
<li><a href="http://i2p-projekt.i2p/sv/">i2p-projekt.i2p</a>: säker och anonym anslutning till <a href="https://i2p.net/sv/">i2p.net</a></li>
|
||||
<li><a href="http://i2pwiki.i2p/">i2pwiki.i2p</a>: i2pwiki eepsida, en wiki som alla kan förändra, innehåller många länkar</li>
|
||||
<li><a href="http://echelon.i2p">echelon.i2p</a>: programvaruförråd och information om I2P</li>
|
||||
<li><a href="http://zerobin.i2p">zerobin.i2p</a>: anonym och säker pastebin</li>
|
||||
|
||||
@@ -25,11 +25,11 @@ I2P başladıktan sonra ve normal çalışırken, yan panodaki I2P tünel oluşt
|
||||
<b>Gizli hizmetler ve herkese açık internet taraması</b><br>
|
||||
I2P üzerinden gizli hizmet sitelerine ("I2P siteleri") ve diğer hizmetlere erişebilir ve kendi hizmetlerinizi sunabilirsiniz.
|
||||
I2P içindeki vekil sunucuyu (çıkış vekil sunucusu) kullanarak normal sitelere anonim olarak erişebilirsiniz.
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Tarayıcınızın yapılandırma ayarlarından</a> HTTP vekil sunucusunu <code>127.0.0.1 bağlantı noktası 4444</code> olarak ayarladıktan sonra, bir I2P sitesine ya da <code>http://</code> ya da <code>https://</code>adresiyle bir siteye bakın.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Tarayıcınızın yapılandırma ayarlarından</a> HTTP vekil sunucusunu <code>127.0.0.1 bağlantı noktası 4444</code> olarak ayarladıktan sonra, bir I2P sitesine ya da <code>http://</code> ya da <code>https://</code>adresiyle bir siteye bakın.
|
||||
Normal internet bağlantısını kurarken çıkış sunucusu erişimini etkisizleştirmek isterseniz, <code>false.i2p</code> dosyasında <i>Outproxies</i> bölümü altındaki çıkış sunucusu (outproxy) kaydını <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP vekil sunucu tünel düzenleyici</a> ile değiştirin ya da silin.
|
||||
<a href="#eepsites">Aşağıdaki</a> "İlginç siteler" bölümünde I2P üzerinden sunulan bir kaç örnek site bulabilirsiniz.<br>
|
||||
Ayrıca I2P için bazı yarı resmi ya da resmi olmayan tarama araçları geliştirme girişimi var. Bazı örnekler;
|
||||
<a href="https://geti2p.net/en/download/firefox">önceden hazırlanmış Firefox tarayıcı profili</a>,
|
||||
<a href="https://i2p.net/en/download/firefox">önceden hazırlanmış Firefox tarayıcı profili</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">kolay kurulan bir internet eklentisi</a> ya da
|
||||
<a href="https://www.whonix.org/wiki/I2P">Whonix gibi kişisel gizliliğin sağlanmasına odaklanmış Linux dağıtımları için otomatik başlatıcılar</a>.
|
||||
Bunlar ilginç projeler olsa da, kendi güvenliğiniz için, karşı karşıya bulunduğunuz tehdit modeline uygun
|
||||
@@ -86,7 +86,7 @@ Sitenizi hazırlamak ile ilgili ayrıntılı bilgi almak, bir .i2p etki alanı k
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Invisible Internet Projesi (I2P) resmi sitesi</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a> sitesine güvenli ve anonim bağlantılar. I2P ağının çalışması ve nasıl katkıda bulunabileceğiniz ile ilgili bilgiler almak istiyorsanız ilk bakacağınız yer burasıdır!</li>
|
||||
<b>Invisible Internet Projesi (I2P) resmi sitesi</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: <a href="https://i2p.net/en/" target="_blank">i2p.net</a> sitesine güvenli ve anonim bağlantılar. I2P ağının çalışması ve nasıl katkıda bulunabileceğiniz ile ilgili bilgiler almak istiyorsanız ilk bakacağınız yer burasıdır!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P topluluk forumları</b><br><a href="http://zzz.i2p/" target="_blank">zzz geliştirici forumlarında</a> I2P geliştirmesi ile ilgili tartışmaları bulabilirsiniz.
|
||||
@@ -133,7 +133,7 @@ Ayrıntılı bilgi almak için aşağıya bakabilirsiniz.</li>
|
||||
<li>
|
||||
<b>Vekil sunucu ayarlarınızı denetleyin</b><br>
|
||||
Herhangi bir siteye bağlanamıyorsanız (<a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a> sitesine bile), tarayıcınızın vekil sunucu ayarlarının http trafiğini (https <i>değil</i>, socks <i>değil</i>) <code>127.0.0.1 adresini ve 4444 bağlantı noktasını</code> kullanacak şekilde ayarlayın.
|
||||
Yardıma gerek duyarsanız tarayıcınızı I2P ile kullanma <a href="https://geti2p.net/en/about/browser-config" target="_blank">rehberine</a> bakabilirsiniz.</li>
|
||||
Yardıma gerek duyarsanız tarayıcınızı I2P ile kullanma <a href="https://i2p.net/en/about/browser-config" target="_blank">rehberine</a> bakabilirsiniz.</li>
|
||||
|
||||
<li>
|
||||
<b>Günlük kayıtlarınıza bakın</b><br><a href="/logs">Günlük kayıtları</a> sorunu çözmenize yardımcı olabilir.
|
||||
|
||||
@@ -25,11 +25,11 @@ Once green circles are indicated next to your <i>Local Tunnels</i>, there is a w
|
||||
<b>Hidden Services and Public Web Browsing</b><br>
|
||||
On I2P you can access hidden service websites ("I2P sites") and other services, and you can host your own services.
|
||||
You can also access the normal web anonymously via I2P's built-in web proxy (outproxy).
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">Configure your browser</a> to use the HTTP proxy at <code>127.0.0.1 port 4444</code>, then browse to an I2P Site or website at an <code>http://</code> or <code>https://</code> address.
|
||||
If you wish to disable or change outproxy access to the non-anonymous internet, remove or modify the outproxy entry for <code>false.i2p</code> under the <i>Outproxies</i> option in the <a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP Proxy Tunnel Editor</a>.
|
||||
In the "Sites of Interest" section <a href="#eepsites">below</a>, we list a few of the sites hosted on I2P.<br>
|
||||
There are also a number of semi-official and unofficial efforts to build browsing tools for I2P,
|
||||
including a <a href="https://geti2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
including a <a href="https://i2p.net/en/download/firefox">preconfigured Firefox Browser profile</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">an easy-to-install WebExtension</a>,
|
||||
or via <a href="https://www.whonix.org/wiki/I2P">automatic launchers in privacy-focused Linux distributions like Whonix</a>.
|
||||
While these are all interesting projects, please evaluate them to see if they fit within your personal threat
|
||||
@@ -85,7 +85,7 @@ Detailed instructions for starting your website, registering an .i2p domain and
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>Invisible Internet Project (I2P) Official Website</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li>
|
||||
<b>Invisible Internet Project (I2P) Official Website</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>: Secure and anonymous connections to <a href="https://i2p.net/en/" target="_blank">i2p.net</a>. If you want to know more about how I2P works or how you can participate, this is the first place to visit!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P Community Forums</b><br><a href="http://zzz.i2p/" target="_blank">zzz's developer forums</a> hosts discussion related to I2P development.
|
||||
@@ -133,7 +133,7 @@ See below for more information.</li>
|
||||
<li>
|
||||
<b>Check Your Proxy Settings</b><br>
|
||||
If you cannot see any websites at all (not even <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>), make sure your browser's proxy is set to access http traffic (<i>not</i> https, <i>not</i> socks) via <code>127.0.0.1 port 4444</code>.
|
||||
If you need some help, there's <a href="https://geti2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
If you need some help, there's <a href="https://i2p.net/en/about/browser-config" target="_blank">a guide</a> to configuring your browser for I2P use.</li>
|
||||
|
||||
<li>
|
||||
<b>Check Your Logs</b><br><a href="/logs">Logs</a> may be helpful to resolve a problem.
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
<b>隐藏服务和公开网络浏览</b><br>
|
||||
在 I2P 上您可以访问隐藏服务网站(“匿名网站”)及其他服务,并且您可以托管您自己的服务。
|
||||
您也可以通过 I2P 的内置网络代理(出口代理)匿名访问普通网络。
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">配置您的浏览器</a>使用在 <code>127.0.0.1 4444 端口</code>的 HTTP 代理,然后浏览隐藏服务网站或,<code>http://</code>或者<code>https://</code> 地址。
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">配置您的浏览器</a>使用在 <code>127.0.0.1 4444 端口</code>的 HTTP 代理,然后浏览隐藏服务网站或,<code>http://</code>或者<code>https://</code> 地址。
|
||||
如果您希望禁用或更改访问非匿名互联网的出口代理,在<a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP代理隧道编辑器</a>中的<i>出口代理</i>选项中去掉或编辑出口代理的<code>false.i2p</code>。
|
||||
在<a href="#eepsites">下方</a>“感兴趣的网站”一栏,我们列出了一些托管在 I2P 上的网站。<br>
|
||||
也有一些构建I2P浏览工具的半官方和非官方的工作,
|
||||
包括一个<a href="https://geti2p.net/en/download/firefox">预设置的Firefox 浏览器配置文件</a>,
|
||||
包括一个<a href="https://i2p.net/en/download/firefox">预设置的Firefox 浏览器配置文件</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">一个易安装的网页扩展</a>,
|
||||
或者通过<a href="https://www.whonix.org/wiki/I2P">像Whonix这样专注于隐私的Linux发行版中的自动启动器</a>。
|
||||
尽管这些都是有趣的项目,但在信任它们前,请评估它们是否符合您的个人威胁
|
||||
@@ -85,7 +85,7 @@ I2P 自带内置网络服务器供您在 I2P 网络上托管您自己的隐藏
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>隐形网计划 (I2P) 官方网站</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>:安全匿名地连接到 <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a> 。如果您想了解更多关于 I2P 如何工作或您如何参与的内容,这是您应该访问的第一站!</li>
|
||||
<b>隐形网计划 (I2P) 官方网站</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>:安全匿名地连接到 <a href="https://i2p.net/en/" target="_blank">i2p.net</a> 。如果您想了解更多关于 I2P 如何工作或您如何参与的内容,这是您应该访问的第一站!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P 社区论坛</b><br><a href="http://zzz.i2p/" target="_blank">zzz 的开发论坛</a>托管关于 I2P 开发的讨论。<a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>:讨论关于 I2P 的问题和想法以及相关话题的论坛。</li>
|
||||
@@ -130,7 +130,7 @@ I2P 默认配置为一些相当保守的数值,并不适合许多用例,所
|
||||
<li>
|
||||
<b>检查您的代理设置</b><br>
|
||||
如果您无法访问任何网站(甚至无法访问 <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>),确保您的浏览器代理设置为通过 <code>127.0.0.1 4444 端口</code>访问 http 流量(<i>不是</i> https,<i>不是</i> socks)。
|
||||
如果您需要帮助,这里有一份配置您的浏览器使用 I2P 的<a href="https://geti2p.net/en/about/browser-config" target="_blank">指南</a>。</li>
|
||||
如果您需要帮助,这里有一份配置您的浏览器使用 I2P 的<a href="https://i2p.net/en/about/browser-config" target="_blank">指南</a>。</li>
|
||||
|
||||
<li>
|
||||
<b>检查您的日志</b><br><a href="/logs">日志</a>或许可以帮助解决问题。
|
||||
|
||||
@@ -25,11 +25,11 @@
|
||||
<b>隐藏服务和公开网络浏览</b><br>
|
||||
在 I2P 上您可以访问隐藏服务网站(“匿名网站”)及其他服务,并且您可以托管您自己的服务。
|
||||
您也可以通过 I2P 的内置网络代理(出口代理)匿名访问普通网络。
|
||||
<a href="https://geti2p.net/en/about/browser-config" target="_blank">配置您的浏览器</a>使用在 <code>127.0.0.1 4444 端口</code>的 HTTP 代理,然后浏览隐藏服务网站或,<code>http://</code>或者<code>https://</code> 地址。
|
||||
<a href="https://i2p.net/en/about/browser-config" target="_blank">配置您的浏览器</a>使用在 <code>127.0.0.1 4444 端口</code>的 HTTP 代理,然后浏览隐藏服务网站或,<code>http://</code>或者<code>https://</code> 地址。
|
||||
如果您希望禁用或更改访问非匿名互联网的出口代理,在<a href="/i2ptunnel/edit?tunnel=0" target="_blank">I2P HTTP代理隧道编辑器</a>中的<i>出口代理</i>选项中去掉或编辑出口代理的<code>false.i2p</code>。
|
||||
在<a href="#eepsites">下方</a>“感兴趣的网站”一栏,我们列出了一些托管在 I2P 上的网站。<br>
|
||||
也有一些构建I2P浏览工具的半官方和非官方的工作,
|
||||
包括一个<a href="https://geti2p.net/en/download/firefox">预设置的Firefox 浏览器配置文件</a>,
|
||||
包括一个<a href="https://i2p.net/en/download/firefox">预设置的Firefox 浏览器配置文件</a>,
|
||||
<a href="http://idk.i2p/I2P-in-Private-Browsing-Mode-Firefox">一个易安装的网页扩展</a>,
|
||||
或者通过<a href="https://www.whonix.org/wiki/I2P">像Whonix这样专注于隐私的Linux发行版中的自动启动器</a>。
|
||||
尽管这些都是有趣的项目,但在信任它们前,请评估它们是否符合您的个人威胁
|
||||
@@ -86,7 +86,7 @@ I2P 自带内置网络服务器供您在 I2P 网络上托管您自己的隐藏
|
||||
|
||||
<ul class="links twocol">
|
||||
<li>
|
||||
<b>隐形网计划 (I2P) 官方网站</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>:安全匿名地连接到 <a href="https://geti2p.net/en/" target="_blank">geti2p.net</a> 。如果您想了解更多关于 I2P 如何工作或您如何参与的内容,这是您应该访问的第一站!</li>
|
||||
<b>隐形网计划 (I2P) 官方网站</b><br><a href="http://i2p-projekt.i2p" target="_blank">i2p-projekt.i2p</a>:安全匿名地连接到 <a href="https://i2p.net/en/" target="_blank">i2p.net</a> 。如果您想了解更多关于 I2P 如何工作或您如何参与的内容,这是您应该访问的第一站!</li>
|
||||
|
||||
<li>
|
||||
<b>I2P 社区论坛</b><br><a href="http://zzz.i2p/" target="_blank">zzz 的开发论坛</a>托管关于 I2P 开发的讨论。<a href="http://i2pforum.i2p/" target="_blank">i2pforum.i2p</a>:讨论关于 I2P 的问题和想法以及相关话题的论坛。</li>
|
||||
@@ -131,7 +131,7 @@ I2P 默认配置为一些相当保守的数值,并不适合许多用例,所
|
||||
<li>
|
||||
<b>检查您的代理设置</b><br>
|
||||
如果您无法访问任何网站(甚至无法访问 <a href="http://i2p-projekt.i2p/" target="_blank">i2p-projekt.i2p</a>),确保您的浏览器代理设置为通过 <code>127.0.0.1 4444 端口</code>访问 http 流量(<i>不是</i> https,<i>不是</i> socks)。
|
||||
如果您需要帮助,这里有一份配置您的浏览器使用 I2P 的<a href="https://geti2p.net/en/about/browser-config" target="_blank">指南</a>。</li>
|
||||
如果您需要帮助,这里有一份配置您的浏览器使用 I2P 的<a href="https://i2p.net/en/about/browser-config" target="_blank">指南</a>。</li>
|
||||
|
||||
<li>
|
||||
<b>检查您的日志</b><br><a href="/logs">日志</a>或许可以帮助解决问题。
|
||||
|
||||
@@ -271,7 +271,7 @@ class SAMv3Handler extends SAMv1Handler
|
||||
execPongMessage(opcode);
|
||||
continue;
|
||||
} else if (domain.equals("HELP")) {
|
||||
writeString("HELP STATUS RESULT=OK MESSAGE=https://geti2p.net/en/docs/api/samv3\n");
|
||||
writeString("HELP STATUS RESULT=OK MESSAGE=https://i2p.net/en/docs/api/samv3\n");
|
||||
continue;
|
||||
} else if (domain.equals("QUIT") || domain.equals("STOP") ||
|
||||
domain.equals("EXIT")) {
|
||||
|
||||
@@ -218,10 +218,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Streaming Implementation" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Streaming Implementation" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -290,10 +290,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Streaming Implementation" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Streaming Implementation" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -307,10 +307,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Streaming Implementation" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Streaming Implementation" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
|
||||
30
build.xml
30
build.xml
@@ -2582,10 +2582,10 @@
|
||||
<artifact:pom id="i2ppom" groupId="net.i2p" artifactId="i2p" version="${release.number}"
|
||||
name="I2P Core"
|
||||
description="The core I2P APIs"
|
||||
url="https://geti2p.net/">
|
||||
url="https://i2p.net/">
|
||||
<license name="Public Domain" url="http://en.wikipedia.org/wiki/Public_domain" />
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://geti2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://geti2p.net/"/>
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://i2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://i2p.net/"/>
|
||||
<scm connection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
developerConnection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
url="git@github.com:i2p/i2p.i2p.git" />
|
||||
@@ -2593,10 +2593,10 @@
|
||||
<artifact:pom id="routerpom" groupId="net.i2p" artifactId="router" version="${release.number}"
|
||||
name="I2P Router"
|
||||
description="The I2P router"
|
||||
url="https://geti2p.net/">
|
||||
url="https://i2p.net/">
|
||||
<license name="Public Domain" url="http://en.wikipedia.org/wiki/Public_domain" />
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://geti2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://geti2p.net/"/>
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://i2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://i2p.net/"/>
|
||||
<scm connection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
developerConnection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
url="git@github.com:i2p/i2p.i2p.git" />
|
||||
@@ -2605,10 +2605,10 @@
|
||||
<artifact:pom id="mstreamingpom" groupId="net.i2p.client" artifactId="mstreaming" version="${release.number}"
|
||||
name="I2P Ministreaming"
|
||||
description="API, interfaces, and factory for a TCP-like set of sockets for communicating over I2P."
|
||||
url="https://geti2p.net/en/docs/api/streaming">
|
||||
url="https://i2p.net/en/docs/api/streaming">
|
||||
<license name="Public Domain" url="http://en.wikipedia.org/wiki/Public_domain" />
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://geti2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://geti2p.net/"/>
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://i2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://i2p.net/"/>
|
||||
<scm connection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
developerConnection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
url="git@github.com:i2p/i2p.i2p.git" />
|
||||
@@ -2617,10 +2617,10 @@
|
||||
<artifact:pom id="streamingpom" groupId="net.i2p.client" artifactId="streaming" version="${release.number}"
|
||||
name="I2P Streaming"
|
||||
description="Implementation of a TCP-like set of sockets for communicating over I2P."
|
||||
url="https://geti2p.net/en/docs/api/streaming">
|
||||
url="https://i2p.net/en/docs/api/streaming">
|
||||
<license name="Public Domain" url="http://en.wikipedia.org/wiki/Public_domain" />
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://geti2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://geti2p.net/"/>
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://i2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://i2p.net/"/>
|
||||
<scm connection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
developerConnection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
url="git@github.com:i2p/i2p.i2p.git" />
|
||||
@@ -2630,10 +2630,10 @@
|
||||
<artifact:pom id="servletpom" groupId="net.i2p" artifactId="servlet-i2p" version="${release.number}"
|
||||
name="I2P Servlet classes"
|
||||
description="Various servlet classes provided to plugins by Java I2P."
|
||||
url="https://geti2p.net/">
|
||||
url="https://i2p.net/">
|
||||
<license name="Public Domain" url="http://en.wikipedia.org/wiki/Public_domain" />
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://geti2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://geti2p.net/"/>
|
||||
<developer name="zzz" organization="I2P" organizationUrl="https://i2p.net/" />
|
||||
<developer name="eyedeekay" organization="I2P" organizationUrl="https://i2p.net/"/>
|
||||
<scm connection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
developerConnection="scm:git:git@github.com:i2p/i2p.i2p.git"
|
||||
url="git@github.com:i2p/i2p.i2p.git" />
|
||||
|
||||
@@ -118,10 +118,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="${gettext.jar} ${getopt.jar}" />
|
||||
<attribute name="Specification-Title" value="I2P Core API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Core API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -237,10 +237,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Core API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Core API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -254,10 +254,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Core API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Core API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -351,10 +351,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="${gettext.jar} ${getopt.jar}" />
|
||||
<attribute name="Specification-Title" value="I2P Core API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Core API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -381,10 +381,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="${gettext.jar} ${getopt.jar}" />
|
||||
<attribute name="Specification-Title" value="I2P Core API" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Core API" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
|
||||
@@ -698,7 +698,7 @@ public final class SelfSignedGenerator {
|
||||
int ext5len = oid5.length + spaceFor(wrap5len);
|
||||
|
||||
byte[] policyTextBytes = DataHelper.getASCII("This self-signed certificate is required for secure local access to I2P services.");
|
||||
byte[] policyURIBytes = DataHelper.getASCII("https://geti2p.net/");
|
||||
byte[] policyURIBytes = DataHelper.getASCII("https://i2p.net/");
|
||||
int wrap61len = spaceFor(policyTextBytes.length); // usernotice ia5string
|
||||
int wrap62len = oid8.length + spaceFor(wrap61len); // PQ 1 Info OID + usernotice seq.
|
||||
int wrap63len = spaceFor(policyURIBytes.length); // uri ia5string
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
<appname>i2p</appname>
|
||||
<appversion>2.10.0</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="https://geti2p.net/"/>
|
||||
<author name="I2P" email="https://i2p.net/"/>
|
||||
</authors>
|
||||
<url>https://geti2p.net/</url>
|
||||
<url>https://i2p.net/</url>
|
||||
<javaversion>17</javaversion>
|
||||
|
||||
<!-- use pack200 compression, saves about 33%
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<appname>i2p</appname>
|
||||
<appversion>2.10.0</appversion>
|
||||
<authors>
|
||||
<author name="I2P" email="https://geti2p.net/"/>
|
||||
<author name="I2P" email="https://i2p.net/"/>
|
||||
</authors>
|
||||
<url>https://geti2p.net/</url>
|
||||
<url>https://i2p.net/</url>
|
||||
<javaversion>17</javaversion>
|
||||
|
||||
<!-- adding this element will make the installer attempt to launch itself with administrator permissions,
|
||||
|
||||
@@ -102,10 +102,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="i2p.jar ${bcprov.jar} addressbook.jar jetty-i2p.jar jetty-rewrite-handler.jar jetty-start.jar jetty-util.jar" />
|
||||
<attribute name="Specification-Title" value="I2P Router" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Router" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -220,10 +220,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Router" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Router" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -237,10 +237,10 @@
|
||||
<manifest>
|
||||
<attribute name="Specification-Title" value="I2P Router" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Router" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -331,10 +331,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="i2p.jar ${bcprov.jar}" />
|
||||
<attribute name="Specification-Title" value="I2P Router" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Router" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
@@ -355,10 +355,10 @@
|
||||
<attribute name="${manifest.classpath.name}" value="i2ptest.jar ${bcprov.jar}" />
|
||||
<attribute name="Specification-Title" value="I2P Router" />
|
||||
<attribute name="Specification-Version" value="${api.version}" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Specification-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Implementation-Title" value="I2P Java Router" />
|
||||
<attribute name="Implementation-Version" value="${full.version}" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://geti2p.net/" />
|
||||
<attribute name="Implementation-Vendor" value="The I2P Project https://i2p.net/" />
|
||||
<attribute name="Built-By" value="${build.built-by}" />
|
||||
<attribute name="Build-Date" value="${build.timestamp}" />
|
||||
<attribute name="Base-Revision" value="${workspace.version}" />
|
||||
|
||||
Reference in New Issue
Block a user