@ -0,0 +1,7 @@ |
|||||||
|
#[IRC-ILITA] |
||||||
|
#type = client |
||||||
|
#address = 127.0.0.1 |
||||||
|
#port = 6669 |
||||||
|
#destination = irc.ilita.i2p |
||||||
|
#destinationport = 6667 |
||||||
|
#keys = irc-keys.dat |
@ -0,0 +1,7 @@ |
|||||||
|
#[IRC-IRC2P] |
||||||
|
#type = client |
||||||
|
#address = 127.0.0.1 |
||||||
|
#port = 6668 |
||||||
|
#destination = irc.postman.i2p |
||||||
|
#destinationport = 6667 |
||||||
|
#keys = irc-keys.dat |
@ -0,0 +1 @@ |
|||||||
|
In that directory you can store separated config files for every tunnel. |
@ -1,9 +1,9 @@ |
|||||||
|
debhelper-build-stamp |
||||||
files |
files |
||||||
i2pd-dbg.substvars |
i2pd-dbg.substvars |
||||||
i2pd-dbg/ |
|
||||||
i2pd.postinst.debhelper |
i2pd.postinst.debhelper |
||||||
i2pd.postrm.debhelper |
i2pd.postrm.debhelper |
||||||
i2pd.prerm.debhelper |
i2pd.prerm.debhelper |
||||||
i2pd.substvars |
i2pd.substvars |
||||||
i2pd/ |
i2pd/ |
||||||
|
i2pd-dbg/ |
||||||
|
@ -1,2 +1,3 @@ |
|||||||
etc/i2pd |
etc/i2pd |
||||||
|
etc/i2pd/tunnels.conf.d |
||||||
var/lib/i2pd |
var/lib/i2pd |
||||||
|
@ -1,4 +1,5 @@ |
|||||||
etc/i2pd/i2pd.conf var/lib/i2pd/i2pd.conf |
etc/i2pd/i2pd.conf var/lib/i2pd/i2pd.conf |
||||||
etc/i2pd/tunnels.conf var/lib/i2pd/tunnels.conf |
etc/i2pd/tunnels.conf var/lib/i2pd/tunnels.conf |
||||||
etc/i2pd/subscriptions.txt var/lib/i2pd/subscriptions.txt |
etc/i2pd/subscriptions.txt var/lib/i2pd/subscriptions.txt |
||||||
|
etc/i2pd/tunnels.conf.d var/lib/i2pd/tunnels.conf.d |
||||||
usr/share/i2pd/certificates var/lib/i2pd/certificates |
usr/share/i2pd/certificates var/lib/i2pd/certificates |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
01-tune-build-opts.patch |
01-tune-build-opts.patch |
||||||
fix-#1210 |
02-fix-1210.patch |
||||||
|
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 168 KiB |
After Width: | Height: | Size: 7.1 KiB |
@ -0,0 +1,42 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<!-- Copyright 2018 Viktor Villainov <supervillain@riseup.net> --> |
||||||
|
<component type="desktop"> |
||||||
|
<id>website.i2pd.i2pd</id> |
||||||
|
<launchable type="desktop-id">website.i2pd.i2pd.desktop</launchable> |
||||||
|
<metadata_license>CC0-1.0</metadata_license> |
||||||
|
<project_license>BSD-3-Clause</project_license> |
||||||
|
<name>i2pd</name> |
||||||
|
<summary>Invisible Internet</summary> |
||||||
|
<description> |
||||||
|
<p>i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.</p> |
||||||
|
<p>I2P (Invisible Internet Protocol) is a universal anonymous network layer. |
||||||
|
All communications over I2P are anonymous and end-to-end encrypted, participants |
||||||
|
don't reveal their real IP addresses. </p> |
||||||
|
<p>I2P allows people from all around the world to communicate and share information |
||||||
|
without restrictions.</p> |
||||||
|
<p>Features:</p> |
||||||
|
<ul> |
||||||
|
<li>Distributed anonymous networking framework</li> |
||||||
|
<li>End-to-end encrypted communications</li> |
||||||
|
<li>Small footprint, simple dependencies, fast performance</li> |
||||||
|
<li>Rich set of APIs for developers of secure applications</li> |
||||||
|
</ul> |
||||||
|
</description> |
||||||
|
<screenshots> |
||||||
|
<screenshot type="default"> |
||||||
|
<image height="590" width="923">https://i2pd.website/images/i2pd_qt.png</image> |
||||||
|
</screenshot> |
||||||
|
</screenshots> |
||||||
|
<url type="homepage">https://i2pd.website/</url> |
||||||
|
<url type="bugtracker">https://github.com/PurpleI2P/i2pd/issues</url> |
||||||
|
<url type="help">https://i2pd.readthedocs.io/en/latest/</url> |
||||||
|
<update_contact>supervillain@riseup.net</update_contact> |
||||||
|
<developer_name>PurpleI2P Team</developer_name> |
||||||
|
<translation type="qt" /> |
||||||
|
|
||||||
|
<releases> |
||||||
|
<release version="2.21.1" date="2018-10-22" /> |
||||||
|
<release version="2.21.0" date="2018-10-04" /> |
||||||
|
</releases> |
||||||
|
<content_rating type="oars-1.1" /> |
||||||
|
</component> |
@ -0,0 +1,11 @@ |
|||||||
|
[Desktop Entry] |
||||||
|
Categories=Network;P2P;Qt; |
||||||
|
Exec=i2pd_qt |
||||||
|
GenericName=Invisible Internet |
||||||
|
Comment=A universal anonymous network layer |
||||||
|
Icon=website.i2pd.i2pd |
||||||
|
Name=i2pd |
||||||
|
Terminal=false |
||||||
|
Type=Application |
||||||
|
StartupNotify=false |
||||||
|
Keywords=i2p;i2pd;vpn;p2p; |