ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": [ "https://join-lemmy.org/context.json", "https://www.w3.org/ns/activitystreams" ], "type": "OrderedCollection", "id": "https://lemmy.world/c/i2p/outbox", "totalItems": 49, "orderedItems": [ { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/cee68a1e-93b5-43c4-9fd2-ecbff5946ee7", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/71539", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "FAQ", "cc": [], "content": "<p>The Invisible Internet Project (I2P) is a network layer that allows for censorship-resistant, peer-to-peer communication. Anonymous connections are achieved by encrypting the user’s traffic and sending it through a volunteer-run network of roughly 55,000 computers distributed around the world.</p>\n<p>The Invisible Internet Project began in 2002 and has been active since that time.</p>\n<p><strong>How Does I2P Protect Me?</strong></p>\n<p>The server is hidden from the user and the user from the server. All I2P network traffic is internal to its network. Traffic inside the I2P network does not interact with the Internet directly. It is a layer on top of the Internet.Encrypted unidirectional tunnels are used between you and your peers to send traffic. No one can see where that traffic is coming from, where it is going, or what the contents are. Additionally I2P transports offers resistance to pattern recognition and blocking by censors. Because the network relies on peers to route traffic, location blocking is also reduced.</p>\n<p>Distribution All traffic on the I2P network is encrypted. An observer cannot see a message’s contents, source, or destination. All traffic you route as a participant is internal to the I2P network, you are not an exit node. The network does not do distributed storage of its content ( like Freenet or IPFS). By participating as a node you are not storing content for anyone.If there are hidden services which you dislike, you may refrain from visiting them. Your router will not request any content without your specific instruction to do so.</p>\n<p><strong>Is Using I2P Dangerous?</strong></p>\n<p>The I2P network is an overlay network. There are no dangers in using an overlay network. If you are engaging activities that are illegal or dangerous on the internet, that does not change if you are using an overlay network.</p>\n<p>Regarding using overlay networks, the Java implementation includes a “Strict Countries List” that is used to decide how I2P routers should behave within regions where applications like I2P may be limited by law. For example, while no countries that we know of prohibit using I2P, some have broad prohibitions on participating in routing for others. Routers that appear to be in the “Strict” countries will automatically be placed into “Hidden” mode.</p>\n<p>When a router is placed into hidden mode, three key things change about its behavior. It will no longer publish a routerInfo to the NetDB, it will no longer accept participating tunnels, and it will reject direct connections to routers in the same country that it is in. These defences make the routers more difficult to enumerate reliably, and prevent them from running afoul of restrictions on routing traffic for others.</p>\n<p>OPSEC Keep track of what profiles you maintain and what services you interact with no matter what network you use. Perform personal risk assessments. The I2P Java software ships with very good defaults for hops for privacy without sacrificing performance.</p>\n<p>What About “De-Anonymizing” Attacks? Reducing anonymity is typically done by:\nA) identifying characteristics that are consistent across identities or\nB) identifying ephemeral characteristics of repeated connections.</p>\n<p>Attacks on I2P in the past have relied on correlating NetDB storage and verification. By randomizing the delay between storage and verification, we reduce the consistency with which that verification can be linked to I2P activity, thereby limiting the utility of that data point. Attacks on software configured to work with I2P are out of scope for I2P to solve. When browsing I2P, hosting or using I2P services, it is the responsibility of the user to consider their threat model.</p>\n<p><strong>How Do I Connect To the I2P Network?</strong></p>\n<p>The core software (Java) includes a router that introduces and maintains a connection with the network. It also provides a handful of applications and configuration options to get you started and personalize your experience.I2Pd is a C++ implementation of the I2P protocol. When using I2Pd you will need to edit configuration files, with Java I2P you can do it all within a user interface.</p>\n<p><strong>What Can I Do On The I2P Network?</strong></p>\n<p>The network provides an application layer that allows people to use and create familiar apps for daily use. Additionally, the network has its own unique DNS so that you can self host or mirror content on the network. The I2P network functions the same way the Internet does. The Java software includes a BitTorrent client, and email as well as a static website template. Other applications can easily be added to your router console.</p>\n<p><strong>What Is the Best OS To Use?</strong></p>\n<p>The I2P core software is cross platform. The best OS to use is the one that you feel most comfortable using.</p>\n<p><strong>Do I Have To, Or Should I Use I2P in Qubes or Whonix? Am I Not Safe If I Use Something Else?</strong></p>\n<p>This depends on your personal threat model. Generally speaking, I2P in Qubes or Whonix are very strong security measures. You can usually use the I2P software with a Firefox or Chromium browser without worry.</p>\n<p>It is more important to exercise caution with who you communicate with and how. If you’re doing something that attracts the attention of people with the time and energy to carry out massive, scaled up attacks or sophisticated zero-day attacks, then something extremely thorough like Qubes is an option. On the other hand, if you’re just hosting your blog or surfing I2P sites, then chances are you’re fine just using the OS you’re most comfortable with. The real answer is conscientiousness, don’t say anything you’re not comfortable with somebody repeating.</p>\n<p><strong>I Can See My IP Address?</strong></p>\n<p>Yes, this is how a fully distributed peer-to-peer network works. Every node participates in routing packets for others, so your IP address must be known to establish connections. While the fact that your computer runs I2P software is public, nobody can see your activities in the network. For instance, you cannot see if a user behind an IP address is sharing files, hosting a website, doing research or just running a node to contribute bandwidth to the network.</p>\n<p><strong>Firewalled Status?</strong></p>\n<p>A firewalled I2P router can still access the I2P network. However, if you want to provide extra capacity to the network, it is necessary to open ports.Open I2P’s port on your modem, router and/or firewall(s) for better connectivity (ideally both UDP and TCP).For more information about Port Forwarding: <a href=\"https://portforward.com/\">portforward.com</a></p>\n<p><strong>Browsing Functions in I2P</strong></p>\n<p>A properly configured browser supports accessing content on the I2P network ( I2P sites and services ) and accessing clearnet content via the outproxy service specified in the Hidden Services Manager of the I2P router.</p>\n<p>Instruction for configuring a browser are outlined here: <a href=\"https://geti2p.net/en/about/browser-config\">geti2p.net/en/about/browser-config</a> .</p>\n<p>There is also a Firefox based extension ( I2P in Private Browsing Mode ) that can be found in the the new experimental Windows installer, or can be added directly from here: <a href=\"https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/\">addons.mozilla.org/…/i2p-in-private-browsing/</a></p>\n<p><strong>Does It Matter What Browser Is Used To Access Content On the I2P Network?</strong></p>\n<p>Yes and no. Technically, you can use any browser that has support for proxies. However, some browsers are more secure than others. Also, depending on the browser, it may be more difficult to set up a proxy.</p>\n<p><strong>What Browser Should I Use For I2P on Android?</strong></p>\n<p>In principle, any browser works, but Privacy Browser is the easiest to set up because it has pre-configured proxy settings for I2P. Instruction can be found here: <a href=\"https://github.com/eyedeekay/Configuring-Privacy-Browser-for-I2P-on-Android#configuring-privacy-browser-for-i2p-on-android\">github.com/…/Configuring-Privacy-Browser-for-I2P-…</a></p>\n<p><strong>Is It Possible To Install I2P Software on an iPhone?</strong></p>\n<p>This is currently not possible without increased effort. If you are tech savvy you can take a look at <a href=\"https://i2pd.readthedocs.io/en/latest/devs/building/ios/\">i2pd.readthedocs.io/en/latest/devs/building/ios/</a>. Currently there is no official I2P app available.</p>\n<p><strong>What Does It Mean When I See That My I2P Router Needs To Be Integrated Into The Network?</strong></p>\n<p>An I2P router needs a few minutes to connect to the network. Sometimes it can take up to an hour.</p>\n<p><strong>How Can I tell If The I2P Proxy Is Ready?</strong></p>\n<p>You can go to 127.0.0.1:7657/tunnelmgr, if the status of “I2P HTTP Proxy” is green, the proxy is ready and you should be able to surf.</p>\n<p><strong>I Cannot Reach I2P Sites</strong></p>\n<p>If your router is running and you have shared clients and a browser configured, or are using I2P In Private Browsing Mode and see a proxy ready indicator, check the I2P project website using the link found in /home in the router console. If you can reach that site, then you know that your connection is good and browser is working. If you cannot reach a specific site, please realize that we cannot help you with that.</p>\n<p><strong>How Do I Activate the SAM Bridge?</strong></p>\n<p>To enable the SAM API: go too <a href=\"http://127.0.0.1:7657/configclients\">127.0.0.1:7657/configclients</a>. Find the menu item called “SAM application bridge.” Select “Run at Startup” and press the small arrow to the right of the text.</p>\n<p><strong>How Come Router ‘shutdown’ Takes Several Minutes?</strong></p>\n<p>Because you are routing traffic for other peers. If you shutdown your router immediately, you interrupt their traffic.</p>\n", "mediaType": "text/html", "source": { "content": "The Invisible Internet Project (I2P) is a network layer that allows for censorship-resistant, peer-to-peer communication. Anonymous connections are achieved by encrypting the user’s traffic and sending it through a volunteer-run network of roughly 55,000 computers distributed around the world.\n\nThe Invisible Internet Project began in 2002 and has been active since that time.\n\n**How Does I2P Protect Me?** \n\nThe server is hidden from the user and the user from the server. All I2P network traffic is internal to its network. Traffic inside the I2P network does not interact with the Internet directly. It is a layer on top of the Internet.Encrypted unidirectional tunnels are used between you and your peers to send traffic. No one can see where that traffic is coming from, where it is going, or what the contents are. Additionally I2P transports offers resistance to pattern recognition and blocking by censors. Because the network relies on peers to route traffic, location blocking is also reduced.\n\nDistribution All traffic on the I2P network is encrypted. An observer cannot see a message’s contents, source, or destination. All traffic you route as a participant is internal to the I2P network, you are not an exit node. The network does not do distributed storage of its content ( like Freenet or IPFS). By participating as a node you are not storing content for anyone.If there are hidden services which you dislike, you may refrain from visiting them. Your router will not request any content without your specific instruction to do so.\n\n**Is Using I2P Dangerous?** \n\nThe I2P network is an overlay network. There are no dangers in using an overlay network. If you are engaging activities that are illegal or dangerous on the internet, that does not change if you are using an overlay network.\n\nRegarding using overlay networks, the Java implementation includes a “Strict Countries List” that is used to decide how I2P routers should behave within regions where applications like I2P may be limited by law. For example, while no countries that we know of prohibit using I2P, some have broad prohibitions on participating in routing for others. Routers that appear to be in the “Strict” countries will automatically be placed into “Hidden” mode.\n\nWhen a router is placed into hidden mode, three key things change about its behavior. It will no longer publish a routerInfo to the NetDB, it will no longer accept participating tunnels, and it will reject direct connections to routers in the same country that it is in. These defences make the routers more difficult to enumerate reliably, and prevent them from running afoul of restrictions on routing traffic for others.\n\nOPSEC Keep track of what profiles you maintain and what services you interact with no matter what network you use. Perform personal risk assessments. The I2P Java software ships with very good defaults for hops for privacy without sacrificing performance.\n\nWhat About “De-Anonymizing” Attacks? Reducing anonymity is typically done by: \nA) identifying characteristics that are consistent across identities or \nB) identifying ephemeral characteristics of repeated connections.\n\nAttacks on I2P in the past have relied on correlating NetDB storage and verification. By randomizing the delay between storage and verification, we reduce the consistency with which that verification can be linked to I2P activity, thereby limiting the utility of that data point. Attacks on software configured to work with I2P are out of scope for I2P to solve. When browsing I2P, hosting or using I2P services, it is the responsibility of the user to consider their threat model.\n\n**How Do I Connect To the I2P Network?** \n\nThe core software (Java) includes a router that introduces and maintains a connection with the network. It also provides a handful of applications and configuration options to get you started and personalize your experience.I2Pd is a C++ implementation of the I2P protocol. When using I2Pd you will need to edit configuration files, with Java I2P you can do it all within a user interface.\n\n**What Can I Do On The I2P Network?** \n\nThe network provides an application layer that allows people to use and create familiar apps for daily use. Additionally, the network has its own unique DNS so that you can self host or mirror content on the network. The I2P network functions the same way the Internet does. The Java software includes a BitTorrent client, and email as well as a static website template. Other applications can easily be added to your router console.\n\n**What Is the Best OS To Use?** \n\nThe I2P core software is cross platform. The best OS to use is the one that you feel most comfortable using.\n\n**Do I Have To, Or Should I Use I2P in Qubes or Whonix? Am I Not Safe If I Use Something Else?**\n\nThis depends on your personal threat model. Generally speaking, I2P in Qubes or Whonix are very strong security measures. You can usually use the I2P software with a Firefox or Chromium browser without worry.\n\nIt is more important to exercise caution with who you communicate with and how. If you’re doing something that attracts the attention of people with the time and energy to carry out massive, scaled up attacks or sophisticated zero-day attacks, then something extremely thorough like Qubes is an option. On the other hand, if you’re just hosting your blog or surfing I2P sites, then chances are you’re fine just using the OS you’re most comfortable with. The real answer is conscientiousness, don’t say anything you’re not comfortable with somebody repeating.\n\n\n**I Can See My IP Address?** \n\nYes, this is how a fully distributed peer-to-peer network works. Every node participates in routing packets for others, so your IP address must be known to establish connections. While the fact that your computer runs I2P software is public, nobody can see your activities in the network. For instance, you cannot see if a user behind an IP address is sharing files, hosting a website, doing research or just running a node to contribute bandwidth to the network.\n\n**Firewalled Status?** \n\nA firewalled I2P router can still access the I2P network. However, if you want to provide extra capacity to the network, it is necessary to open ports.Open I2P’s port on your modem, router and/or firewall(s) for better connectivity (ideally both UDP and TCP).For more information about Port Forwarding: https://portforward.com/\n\n**Browsing Functions in I2P** \n\nA properly configured browser supports accessing content on the I2P network ( I2P sites and services ) and accessing clearnet content via the outproxy service specified in the Hidden Services Manager of the I2P router.\n\nInstruction for configuring a browser are outlined here: https://geti2p.net/en/about/browser-config .\n\nThere is also a Firefox based extension ( I2P in Private Browsing Mode ) that can be found in the the new experimental Windows installer, or can be added directly from here: https://addons.mozilla.org/en-US/firefox/addon/i2p-in-private-browsing/\n\n**Does It Matter What Browser Is Used To Access Content On the I2P Network?** \n\nYes and no. Technically, you can use any browser that has support for proxies. However, some browsers are more secure than others. Also, depending on the browser, it may be more difficult to set up a proxy.\n\n**What Browser Should I Use For I2P on Android?** \n\nIn principle, any browser works, but Privacy Browser is the easiest to set up because it has pre-configured proxy settings for I2P. Instruction can be found here: https://github.com/eyedeekay/Configuring-Privacy-Browser-for-I2P-on-Android#configuring-privacy-browser-for-i2p-on-android\n\n**Is It Possible To Install I2P Software on an iPhone?**\n\nThis is currently not possible without increased effort. If you are tech savvy you can take a look at https://i2pd.readthedocs.io/en/latest/devs/building/ios/. Currently there is no official I2P app available.\n\n**What Does It Mean When I See That My I2P Router Needs To Be Integrated Into The Network?**\n\nAn I2P router needs a few minutes to connect to the network. Sometimes it can take up to an hour.\n\n**How Can I tell If The I2P Proxy Is Ready?** \n\nYou can go to 127.0.0.1:7657/tunnelmgr, if the status of “I2P HTTP Proxy” is green, the proxy is ready and you should be able to surf.\n\n**I Cannot Reach I2P Sites** \n\nIf your router is running and you have shared clients and a browser configured, or are using I2P In Private Browsing Mode and see a proxy ready indicator, check the I2P project website using the link found in /home in the router console. If you can reach that site, then you know that your connection is good and browser is working. If you cannot reach a specific site, please realize that we cannot help you with that.\n\n**How Do I Activate the SAM Bridge?** \n\nTo enable the SAM API: go too http://127.0.0.1:7657/configclients. Find the menu item called “SAM application bridge.” Select “Run at Startup” and press the small arrow to the right of the text.\n\n**How Come Router ‘shutdown’ Takes Several Minutes?**\n\nBecause you are routing traffic for other peers. If you shutdown your router immediately, you interrupt their traffic.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-06-12T09:25:13.700016Z", "updated": "2023-06-13T17:46:13.724442Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/71539", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/d282bec5-7711-4ef3-9672-451f5268639d" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/a5e6193b-a72e-4d37-852e-a51b9359c316", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/30792039", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P 2.9.0 Released", "cc": [], "content": "<h2>I2P 2.9.0 is a maintenance release that includes bug fixes and work on new features.</h2>\n<p>Thread usage has been improved to improve the performance of the i2ptunnel system. NTCP2 has been improved to resist probing attacks. The notification system has been integrated into more applications to provide better feedback to users from I2PSnark and the other applications. Automatic floodfill enrollment has been fixed. Users may observe increased resource usage when acting as floodfill. If this is not desired, floodfill mode can be disabled on the /config page.</p>\n<p>A new global map feature is available in the console which shows the locations of routers in your view of the netDb. These are the peers that help your router build tunnels and provide services anonymously.</p>\n<p>Work continues on implementing automatic bandwidth management for tunnels, the Datagram2 protocol, and Post-Quantum cryptography. In two releases, at 2.11.0, I2P will require Java 17.</p>\n<p>As usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.</p>\n<h2>SHA256 Checksums:</h2>\n<ul>\n<li>681884cf79f001a360dd3635f7b31e889d407af8c3edb6fe89d841a5421ba563 i2pinstall_2.9.0_windows.exe</li>\n<li>f4474ca98914f18fce1a4ce37a6b3cd080499919e4202a29b8eae51798f0c7c1 i2pinstall_2.9.0.jar</li>\n<li>03989319e186d9b06ed96ea0efa6ac95af1bc57af956d7f5f06f52f8da64fcd7 i2psource_2.9.0.tar.bz2</li>\n<li>1b79b2593bbe60e08da3f84411d48a5f1fe0c8cfd934f1c90d2fece436c1f2b5 i2pupdate_2.9.0.zip</li>\n<li>2df2d63a65d9d8743098203919693185c910ddd8a53f13e91d5be7d95d1d0e82 i2pupdate.su3</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "## I2P 2.9.0 is a maintenance release that includes bug fixes and work on new features.\n\nThread usage has been improved to improve the performance of the i2ptunnel system. NTCP2 has been improved to resist probing attacks. The notification system has been integrated into more applications to provide better feedback to users from I2PSnark and the other applications. Automatic floodfill enrollment has been fixed. Users may observe increased resource usage when acting as floodfill. If this is not desired, floodfill mode can be disabled on the /config page.\n\nA new global map feature is available in the console which shows the locations of routers in your view of the netDb. These are the peers that help your router build tunnels and provide services anonymously.\n\nWork continues on implementing automatic bandwidth management for tunnels, the Datagram2 protocol, and Post-Quantum cryptography. In two releases, at 2.11.0, I2P will require Java 17.\n\nAs usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.\n\n## SHA256 Checksums:\n\n* 681884cf79f001a360dd3635f7b31e889d407af8c3edb6fe89d841a5421ba563 i2pinstall_2.9.0_windows.exe\n* f4474ca98914f18fce1a4ce37a6b3cd080499919e4202a29b8eae51798f0c7c1 i2pinstall_2.9.0.jar\n* 03989319e186d9b06ed96ea0efa6ac95af1bc57af956d7f5f06f52f8da64fcd7 i2psource_2.9.0.tar.bz2\n* 1b79b2593bbe60e08da3f84411d48a5f1fe0c8cfd934f1c90d2fece436c1f2b5 i2pupdate_2.9.0.zip\n* 2df2d63a65d9d8743098203919693185c910ddd8a53f13e91d5be7d95d1d0e82 i2pupdate.su3", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-06-04T13:32:17.431610Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/30792039", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/59a6c5bf-51df-4896-a8ed-09356e0d2377" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/7930ca26-ffb7-4ffc-819f-f133605d1bec", "actor": "https://lemmy.dbzer0.com/u/pattiserieplatogoethe", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/44298888", "attributedTo": "https://lemmy.dbzer0.com/u/pattiserieplatogoethe", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Cross-seed via qbittorrent?", "cc": [], "content": "<p>Is it possible to cross-seed from clearnet to i2p via qbittorrent? are there any tutorials out there?</p>\n<p>I was only able to find older tutorials for BiglyBT.\nIs it the same process?</p>\n", "mediaType": "text/html", "source": { "content": "Is it possible to cross-seed from clearnet to i2p via qbittorrent? are there any tutorials out there?\n\nI was only able to find older tutorials for BiglyBT.\nIs it the same process?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-05-14T18:50:06.654096Z", "updated": "2025-05-14T18:51:33.468840Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/44298888", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/3e88162e-21b5-42a7-b9f6-4eb53ef911af" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/3fd320b8-2c47-4756-8d70-8ac8e70bccc2", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/27777116", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P Easy Install bundle - Video Review", "cc": [], "content": "<p>A review of the Easy Install bundle. Might be worth a watch if you’re not already familiar with it. Vid a few years old.</p>\n", "mediaType": "text/html", "source": { "content": "A review of the Easy Install bundle. Might be worth a watch if you're not already familiar with it. Vid a few years old.", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://yewtu.be/watch?v=wGIh5tQcw68", "mediaType": "text/html; charset=utf-8", "type": "Link" } ], "sensitive": false, "published": "2025-04-04T13:29:45.302158Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/27777116", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/1c6e73d7-4752-4dcf-84e4-7db3669cfbfb" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/b77b433b-6cc4-42df-9891-71da71c7c3e9", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/27646165", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "GitHub - altonen/emissary: Rust implementation of the I2P protocol stack", "cc": [], "content": "<p>emissary is an I2P router written in Rust.</p>\n<p>With emissary, you can browse and host eepsites, use torrents (qBittorrent and I2PSnark tested), read and send email, and chat on Irc2P. Currently it’s closer to i2pd in that it doesn’t include bundled applications, apart from an optional (and ugly) router UI. However, I hope that in the future it will provide an experience similar to that of the official implementation.</p>\n<p>There are also lots of things missing. SSU2 is very experimental (only tested locally) and bandwidth usage can only be controlled by limiting the number of transit tunnels. All of these will be fixed in the future.</p>\n<p>If you’re a Rust programmer interested in contributing, there are plenty of easy tasks to get started with.</p>\n", "mediaType": "text/html", "source": { "content": "emissary is an I2P router written in Rust.\n\nWith emissary, you can browse and host eepsites, use torrents (qBittorrent and I2PSnark tested), read and send email, and chat on Irc2P. Currently it's closer to i2pd in that it doesn't include bundled applications, apart from an optional (and ugly) router UI. However, I hope that in the future it will provide an experience similar to that of the official implementation.\n\nThere are also lots of things missing. SSU2 is very experimental (only tested locally) and bandwidth usage can only be controlled by limiting the number of transit tunnels. All of these will be fixed in the future.\n\nIf you're a Rust programmer interested in contributing, there are plenty of easy tasks to get started with.", "mediaType": "text/markdown" }, "attachment": [ { "href": "http://github.com/altonen/emissary", "mediaType": "text/html; charset=utf-8", "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/f51f159b-76ee-44b5-9a2a-f8caa8bfd58a.png" }, "sensitive": false, "published": "2025-04-01T08:28:34.467963Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/27646165", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/e14f3628-b329-4830-867f-9d73fc165b0c" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/cd98bc9d-257c-4af6-b342-7d824ac0a56b", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/25852955", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Anonymous Torrenting With I2P", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://m.youtube.com/watch?v=FNp0TRDG0BQ", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2025-02-20T23:17:29.806255Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/25852955", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/43fc61b0-a2a3-4cae-a421-2333fcc7796c" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/fe89202c-2165-4b3e-8991-8df6ab2c722c", "actor": "https://discuss.tchncs.de/u/produnis", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://discuss.tchncs.de/post/30389970", "attributedTo": "https://discuss.tchncs.de/u/produnis", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "torrent client for i2pd", "cc": [], "content": "<p>My arch linux runs i2pd.\nWhat torrent client should I use?\nId like to</p>\n<ul>\n<li>\n<p>share seed my own torrents</p>\n</li>\n<li>\n<p>add Magnets via terminal</p>\n</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "My arch linux runs i2pd.\nWhat torrent client should I use?\nId like to \n\n- share seed my own torrents\n\n- add Magnets via terminal", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-02-13T14:45:06.176074Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://discuss.tchncs.de/post/30389970", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/371a8a78-ad3f-4498-a1df-04d21cc2a363" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/cf053d62-61d4-4d1d-8426-5f33127333fb", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/25146159", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P 2.8.0 Released - Blog - I2P", "cc": [], "content": "<p>This release improves I2P by fixing bugs, removing unused code, and improving network stability.</p>\n<p>We have improved handling of congested routers in the network. Issues in UPnP and NAT traversal were addressed to improve connectivity and error reporting. We now have a more aggressive strategy for leaseset removal from the NetDb to improve router performance and mitigate overload. Other changes were implemented to reduce the observability of events like a router rebooting or shutting down.</p>\n<p>As usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.</p>\n", "mediaType": "text/html", "source": { "content": "This release improves I2P by fixing bugs, removing unused code, and improving network stability.\n\nWe have improved handling of congested routers in the network. Issues in UPnP and NAT traversal were addressed to improve connectivity and error reporting. We now have a more aggressive strategy for leaseset removal from the NetDb to improve router performance and mitigate overload. Other changes were implemented to reduce the observability of events like a router rebooting or shutting down.\n\nAs usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://geti2p.net/en/blog/post/2025/02/04/i2p-release-2.8.0", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2025-02-05T06:44:28.596693Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/25146159", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/0a6c1641-20ae-4454-b905-c34d3d7843bf" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/b1426769-d237-48bf-844d-276be0bcc719", "actor": "https://lemmy.zip/u/possiblylinux127", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/30295551", "attributedTo": "https://lemmy.zip/u/possiblylinux127", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Has anyone made a Ticktok Proxy yet?", "cc": [], "content": "", "mediaType": "text/html", "source": { "content": "", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-01-19T06:03:45.798424Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.zip/post/30295551", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/50069927-4c12-4cb6-9f33-b604f6d11a04" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/dbed5075-26df-415f-adde-fae856608753", "actor": "https://lemmy.zip/u/possiblylinux127", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/30203634", "attributedTo": "https://lemmy.zip/u/possiblylinux127", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Am I the only one who wishes that i2p had a reliable secure DNS service?", "cc": [], "content": "<p>The way DNS works in i2p makes it unreliable and vulnerable to attacks. It wouldn’t be to hard for an adversary to do a man in the middle or even do a fake version of a site. Also resolving DNS names is hard and takes a lot of effort.</p>\n<p>Honestly the entire system needs to be rethought.</p>\n", "mediaType": "text/html", "source": { "content": "The way DNS works in i2p makes it unreliable and vulnerable to attacks. It wouldn't be to hard for an adversary to do a man in the middle or even do a fake version of a site. Also resolving DNS names is hard and takes a lot of effort. \n\nHonestly the entire system needs to be rethought.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-01-17T18:10:06.965227Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.zip/post/30203634", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/afdc9179-3f1d-4b6b-8fb8-8811460e457e" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/397d539c-661e-45e8-945e-a223989b4bf4", "actor": "https://programming.dev/u/onlinepersona", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://programming.dev/post/24172626", "attributedTo": "https://programming.dev/u/onlinepersona", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "[Solved] How do I find out why I2P thinks it's firewalled?", "cc": [], "content": "<p>The device with I2P is behind a NAT router without UPnP. The device has a firewall but has opened the UDP and TCP port for internet facing communication. The ports from the router are forward to the device’s ports. Are there any ports missing?</p>\n<p>Edit: I finally figured it out. The port forwarding was only for TCP. It would be good to have logs or some kind of status window stating why it thinks it’s firewalled though.</p>\n<p><a href=\"https://creativecommons.org/licenses/by-nc-sa/4.0/\" rel=\"nofollow\">Anti Commercial-AI license</a></p>\n", "mediaType": "text/html", "source": { "content": "The device with I2P is behind a NAT router without UPnP. The device has a firewall but has opened the UDP and TCP port for internet facing communication. The ports from the router are forward to the device's ports. Are there any ports missing?\n\nEdit: I finally figured it out. The port forwarding was only for TCP. It would be good to have logs or some kind of status window stating why it thinks it's firewalled though.\n\n[Anti Commercial-AI license](https://creativecommons.org/licenses/by-nc-sa/4.0/)", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-01-17T11:15:38.567477Z", "updated": "2025-01-17T12:42:20.263698Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://programming.dev/post/24172626", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/f69979c6-4fda-4db2-9900-c5e85a157660" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/ba275fef-545e-45e0-ac84-cbe0c471f029", "actor": "https://lemmy.dbzer0.com/u/kylian0087", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/35748520", "attributedTo": "https://lemmy.dbzer0.com/u/kylian0087", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Is it possible to host lemmy on I2P?", "cc": [], "content": "<p>Hello you wonderfull people.</p>\n<p>So as the tittle suggest. I am wondering if it is possible to host lemmy instances on I2P.\nIf this is possible, how would this work together with main internet lemmy and is this wanted? i would assume this would require some sort of out proxy’s and or bridges.</p>\n", "mediaType": "text/html", "source": { "content": "Hello you wonderfull people.\n\nSo as the tittle suggest. I am wondering if it is possible to host lemmy instances on I2P.\nIf this is possible, how would this work together with main internet lemmy and is this wanted? i would assume this would require some sort of out proxy's and or bridges.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-01-17T08:54:40.938230Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/35748520", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/9d0f43b7-14e5-4857-8328-f9dccee2b466" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/db0d74b2-9108-4fe1-9552-a186ea36039a", "actor": "https://feddit.org/u/Banthex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://feddit.org/post/5912044", "attributedTo": "https://feddit.org/u/Banthex", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "yacy on i2p. will it work?", "cc": [], "content": "<p>Is it possible to run yacy on i2p to crawl Websites?</p>\n", "mediaType": "text/html", "source": { "content": "Is it possible to run yacy on i2p to crawl Websites?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-12-21T08:32:23.670672Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://feddit.org/post/5912044", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/411a6a3d-6921-4ce5-9bba-9e4f0fd07aa7" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/c5aeaf54-7572-4543-9dfe-b5d13c85a32f", "actor": "https://lemmy.dbzer0.com/u/matey", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/33789945", "attributedTo": "https://lemmy.dbzer0.com/u/matey", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "i2p gateway in opnsense?", "cc": [], "content": "<p>Is it possible to set up an i2p gateway in opnsense so that everyone on the network can access i2p?</p>\n", "mediaType": "text/html", "source": { "content": "Is it possible to set up an i2p gateway in opnsense so that everyone on the network can access i2p? ", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-12-20T21:11:07.719883Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/33789945", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/8412a481-551c-44b5-b270-b71cf65fe467" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/beec76ff-9437-44d8-98b9-e29e67e34b49", "actor": "https://lemmy.zip/u/shortwavesurfer", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/28181179", "attributedTo": "https://lemmy.zip/u/shortwavesurfer", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Am I doing something wrong?", "cc": [], "content": "<p>I used i2p from InviZible Pro (F-Droid).</p>\n<p>I was trying to connect my Monero wallet to a Monero RPC Damon that somebody I know runs and while it did connect the absolute best speed I could ever achieve through it was 45KiB/s. I changed no settings at all and just used the defaults. Turned it on and had 33 client tunnels.</p>\n<p>Tor usually gets me ~400KiB/s to the hs, but i thought i2p would be faster.</p>\n<p>Edit: it used 2 hops as default and i left it that way.</p>\n", "mediaType": "text/html", "source": { "content": "I used i2p from InviZible Pro (F-Droid).\n\nI was trying to connect my Monero wallet to a Monero RPC Damon that somebody I know runs and while it did connect the absolute best speed I could ever achieve through it was 45KiB/s. I changed no settings at all and just used the defaults. Turned it on and had 33 client tunnels.\n\nTor usually gets me ~400KiB/s to the hs, but i thought i2p would be faster.\n\nEdit: it used 2 hops as default and i left it that way.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-12-17T19:14:02.155866Z", "updated": "2024-12-17T19:56:42.493363Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.zip/post/28181179", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/ff2cfa62-69bd-411d-9212-e4e918342eba" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/08ee0665-1913-4814-9710-84a3485f07c1", "actor": "https://feddit.org/u/Banthex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://feddit.org/post/5704830", "attributedTo": "https://feddit.org/u/Banthex", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Make i2p router in VPS available", "cc": [], "content": "<p>I want to access i2p on my vps without a always connected ssh tunnel. to tried to configure the client.config according to this: <a href=\"https://geti2p.net/en/faq\">geti2p.net/en/faq</a>\n“Configuring your console to be available on a Public IP address with a username &amp; password</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">Open ~/.i2p/clients.config and replace\n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\"> clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/\n</span><span style=\"color:#323232;\"> \n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\">with\n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\"> clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/\n</span><span style=\"color:#323232;\"> \n</span><span style=\"color:#323232;\">\n</span><span style=\"color:#323232;\">where you replace (System_IP) with your system&#39;s public IP address\n</span><span style=\"color:#323232;\">Go to http://localhost:7657/configui and add a console username and password if desired - Adding a username &amp; password is highly recommended to secure your I2P console from tampering, which could lead to de-anonymization.\n</span><span style=\"color:#323232;\">Go to http://localhost:7657/index and hit &quot;Graceful restart&quot;, which restarts the JVM and reloads the client applications\n</span></pre>\n<p>After that fires up, you should now be able to reach your console remotely. Load the router console at http://(System_IP):7657 and you will be prompted for the username and password you specified in step 2 above if your browser supports the authentication popup.\nNOTE: You can specify 0.0.0.0 in the above configuration. This specifies an interface, not a network or netmask. 0.0.0.0 means “bind to all interfaces”, so it can be reachable on 127.0.0.1:7657 as well as any LAN/WAN IP. Be careful when using this option as the console will be available on ALL addresses configured on your system.” Is this possible or do i missunderstood something? i want to use yunohost with redirect to redirect fom 127.0.0.1:7657 to my domainexample routersubdomain.mydomain.com. Is this even possible? Setting clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/ wont work for me. I guess its a chain of misstakes i do :S</p>\n", "mediaType": "text/html", "source": { "content": "I want to access i2p on my vps without a always connected ssh tunnel. to tried to configure the client.config according to this: https://geti2p.net/en/faq\n\"Configuring your console to be available on a Public IP address with a username & password\n\n Open ~/.i2p/clients.config and replace\n\n clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/\n \n\n with\n\n clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/\n \n\n where you replace (System_IP) with your system's public IP address\n Go to http://localhost:7657/configui and add a console username and password if desired - Adding a username & password is highly recommended to secure your I2P console from tampering, which could lead to de-anonymization.\n Go to http://localhost:7657/index and hit \"Graceful restart\", which restarts the JVM and reloads the client applications\n\nAfter that fires up, you should now be able to reach your console remotely. Load the router console at http://(System_IP):7657 and you will be prompted for the username and password you specified in step 2 above if your browser supports the authentication popup.\nNOTE: You can specify 0.0.0.0 in the above configuration. This specifies an interface, not a network or netmask. 0.0.0.0 means \"bind to all interfaces\", so it can be reachable on 127.0.0.1:7657 as well as any LAN/WAN IP. Be careful when using this option as the console will be available on ALL addresses configured on your system.\" Is this possible or do i missunderstood something? i want to use yunohost with redirect to redirect fom 127.0.0.1:7657 to my domainexample routersubdomain.mydomain.com. Is this even possible? Setting clientApp.0.args=7657 ::1,127.0.0.1,(System_IP) ./webapps/ wont work for me. I guess its a chain of misstakes i do :S", "mediaType": "text/markdown" }, "attachment": [], "image": { "type": "Image", "url": "https://geti2p.net/en/faq" }, "sensitive": false, "published": "2024-12-15T12:31:11.060408Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://feddit.org/post/5704830", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/e05f9da4-d618-4512-a2ec-290f8b24d6de" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/e8fd9805-dec0-48d1-be08-955f712a37c4", "actor": "https://lemmy.dbzer0.com/u/kylian0087", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/33233739", "attributedTo": "https://lemmy.dbzer0.com/u/kylian0087", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "**SOLVED** I2P firewalled or symmetric NAT message?", "cc": [], "content": "<p>Hello, everyone!</p>\n<p>I am running I2P and would like to have it port-forwarded to help out the network. Even though I have port-forwarded both UDP and TCP, it always indicates “firewalled” or “symmetric NAT.” As far as I am aware, I do not have a symmetric NAT. I run many other port-forwarded services without any issues, some publicly, so I am not sure what the specific issue with I2P is.</p>\n<p><strong>EDIT:</strong> After some more digging i managed to fix the issue while using docker.\nFor some reason you need to add the environmental variable <code>EXT_PORT</code> to the compose file like so</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">services:\n</span><span style=\"color:#323232;\"> i2p:\n</span><span style=\"color:#323232;\"> image: geti2p/i2p:latest\n</span><span style=\"color:#323232;\"> environment:\n</span><span style=\"color:#323232;\"> - EXT_PORT=XXXX &lt;Make this the same port as the public UDP/TCP port&gt;\n</span><span style=\"color:#323232;\"> volumes:\n</span><span style=\"color:#323232;\"> - /XXX/I2P-data/i2pconfig:/i2p/.i2p\n</span><span style=\"color:#323232;\"> - /XXX/I2P-data/i2ptorrents:/i2psnark\n</span><span style=\"color:#323232;\"> ports:\n</span><span style=\"color:#323232;\"> - 4444:4444\n</span><span style=\"color:#323232;\"> - 6668:6668\n</span><span style=\"color:#323232;\"> - 7657:7657\n</span><span style=\"color:#323232;\"> - XXXX:XXXX\n</span><span style=\"color:#323232;\"> - XXXX:XXXX/udp\n</span></pre>\n", "mediaType": "text/html", "source": { "content": "Hello, everyone!\n\nI am running I2P and would like to have it port-forwarded to help out the network. Even though I have port-forwarded both UDP and TCP, it always indicates \"firewalled\" or \"symmetric NAT.\" As far as I am aware, I do not have a symmetric NAT. I run many other port-forwarded services without any issues, some publicly, so I am not sure what the specific issue with I2P is.\n\n**EDIT:** After some more digging i managed to fix the issue while using docker.\nFor some reason you need to add the environmental variable `EXT_PORT` to the compose file like so\n \n```\nservices:\n i2p:\n image: geti2p/i2p:latest\n environment:\n - EXT_PORT=XXXX <Make this the same port as the public UDP/TCP port>\n volumes:\n - /XXX/I2P-data/i2pconfig:/i2p/.i2p\n - /XXX/I2P-data/i2ptorrents:/i2psnark\n ports:\n - 4444:4444\n - 6668:6668\n - 7657:7657\n - XXXX:XXXX\n - XXXX:XXXX/udp\n```", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-12-12T07:15:27.229239Z", "updated": "2024-12-12T11:32:41.206508Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/33233739", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/e7b94f9b-1489-4771-8d48-8301b220ed18" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/5e79a909-6281-474f-b05b-9446f3519b6d", "actor": "https://lemmy.zip/u/possiblylinux127", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/26300045", "attributedTo": "https://lemmy.zip/u/possiblylinux127", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Anyone running i2p fulltime on Android?", "cc": [], "content": "<p>I am thinking about using i2p to remotely access my Jellyfin instance. I could set the hops on each side to zero but I am curious about battery life and data usage</p>\n", "mediaType": "text/html", "source": { "content": "I am thinking about using i2p to remotely access my Jellyfin instance. I could set the hops on each side to zero but I am curious about battery life and data usage", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-11-14T18:20:38.446541Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.zip/post/26300045", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/0f232d46-59f0-421c-a980-22115db213b6" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/9eed1766-0436-4862-994f-13f29bd8f9a4", "actor": "https://slrpnk.net/u/boredsquirrel", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://slrpnk.net/post/15164842", "attributedTo": "https://slrpnk.net/u/boredsquirrel", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Using i2p on Android with Ironfox", "cc": [], "content": "<p>On Android/GrapheneOS, Firefox/Mull/variants is the only browser with the needed proxy settings to use with i2p.</p>\n<p>After a bit of searching, it works very well!</p>\n<p>As i2p servers you can use “i2p”, “i2pd” (more minimal but more efficient) or “InviziblePro” which bundles some implementation of i2p.</p>\n<p>I am using i2pd currently, and it works well.</p>\n<p>Installed the apps with Obtainium</p>\n<ul>\n<li>Mull from the DivestOS F-Droid repo</li>\n<li>i2pd from the purplei2p F-Droid repo</li>\n<li>MullvadVPN from Github, Orbot from the guardianproject repo (as fallback if clearnet sites are used)</li>\n</ul>\n<p>The browser can open .i2p and clearnet sites, using a little hack:</p>\n<p><code>network.proxy.no_proxies_on</code> to <code>!.i2p</code></p>\n", "mediaType": "text/html", "source": { "content": "On Android/GrapheneOS, Firefox/Mull/variants is the only browser with the needed proxy settings to use with i2p.\n\nAfter a bit of searching, it works very well!\n\nAs i2p servers you can use \"i2p\", \"i2pd\" (more minimal but more efficient) or \"InviziblePro\" which bundles some implementation of i2p.\n\nI am using i2pd currently, and it works well.\n\nInstalled the apps with Obtainium\n- Mull from the DivestOS F-Droid repo\n- i2pd from the purplei2p F-Droid repo\n- MullvadVPN from Github, Orbot from the guardianproject repo (as fallback if clearnet sites are used)\n\nThe browser can open .i2p and clearnet sites, using a little hack:\n\n`network.proxy.no_proxies_on` to `!.i2p`", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://tux.social/@Rhababerbarbar/113472389897098198", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://slrpnk.net/api/v3/image_proxy?url=https%3A%2F%2Ftux.social%2Fsystem%2Fmedia_attachments%2Ffiles%2F113%2F472%2F389%2F856%2F298%2F876%2Foriginal%2F5d99a06ac87ac0f3.jpg" }, "sensitive": false, "published": "2024-11-13T09:48:20.333675Z", "updated": "2025-02-01T10:53:40.981309Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://slrpnk.net/post/15164842", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/159dfa23-a483-41e3-9b58-7a0faade2402" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/4b46f618-fea4-41d0-9f30-021b0f15bf95", "actor": "https://suppo.fi/u/gerlen", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://suppo.fi/post/4048635", "attributedTo": "https://suppo.fi/u/gerlen", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Lemmy in I2P", "cc": [], "content": "<p>Found Lemmy instance in i2p.</p>\n<p>http://kulervod.i2p</p>\n", "mediaType": "text/html", "source": { "content": "Found Lemmy instance in i2p.\n\nhttp://kulervod.i2p", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-11-09T00:28:09.938478Z", "updated": "2024-11-09T00:28:57.565829Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://suppo.fi/post/4048635", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/dfc84629-5425-46f5-aa8c-4af7cb602344" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/56004f85-77b2-4c2f-b202-d536808ce28d", "actor": "https://lemmy.world/u/JimmyCryptoMan213", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/20924332", "attributedTo": "https://lemmy.world/u/JimmyCryptoMan213", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "i2p is its own closed off network?", "cc": [], "content": "<p>I been trying to understand the difference between i2p to things like Tor and VPNs.</p>\n<p>To my understanding, i2p is its own closed off network, meaning you cannot use i2p to access stuff outside of i2p like the clear net, onion domains, etc?</p>\n<p>When using i2p, all traffic is relayed through other users in the i2p network like Tor but there is really no such thing as an exit node since you cannot access content outside of i2p?</p>\n<p>Therefore i2p is good for hosting .i2p domains that can only be accessed in the i2p network and is good for P2P applications like Bittorrent?</p>\n<p>Is this correct? Or am I still misunderstanding i2p?</p>\n<p>And therefore could you and other users on i2p run a bitcoin nodes which will only be federated with bitcoin nodes with the i2p network and never federate with the rest of the bitcoin network, essentially making a fork of bitcoin blockchain on i2p?</p>\n<p>And is there any other good use cases to i2p besides dark net websites and torrenting?</p>\n", "mediaType": "text/html", "source": { "content": "I been trying to understand the difference between i2p to things like Tor and VPNs.\n\nTo my understanding, i2p is its own closed off network, meaning you cannot use i2p to access stuff outside of i2p like the clear net, onion domains, etc?\n\nWhen using i2p, all traffic is relayed through other users in the i2p network like Tor but there is really no such thing as an exit node since you cannot access content outside of i2p?\n\nTherefore i2p is good for hosting .i2p domains that can only be accessed in the i2p network and is good for P2P applications like Bittorrent?\n\nIs this correct? Or am I still misunderstanding i2p?\n\nAnd therefore could you and other users on i2p run a bitcoin nodes which will only be federated with bitcoin nodes with the i2p network and never federate with the rest of the bitcoin network, essentially making a fork of bitcoin blockchain on i2p?\n\nAnd is there any other good use cases to i2p besides dark net websites and torrenting?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-10-16T19:33:36.418755Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/20924332", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/17b09396-f7b5-4727-ab08-9e0f0289abc4" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/3d82d5cb-aed0-4c31-bb67-8292046edbac", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/20661456", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P 2.7.0 Released - Blog - I2P", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "http://geti2p.net/en/blog/post/2024/10/09/i2p-release-2.7.0", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-10-09T08:09:57.237800Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/20661456", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/111e59a1-51b6-4f0b-9475-a829df7e7244" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/aa5330e2-8505-440e-95a4-0c56d5f6f3a3", "actor": "https://lemmy.dbzer0.com/u/supervent", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/29285588", "attributedTo": "https://lemmy.dbzer0.com/u/supervent", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "i2pd 2.54.0 release", "cc": [], "content": "<p>[2.54.0] - 2024-10-06</p>\n<h3>Added</h3>\n<ul>\n<li>Maintain recently connected routers list to avoid false-positive peer test</li>\n<li>Limited connectivity mode(through proxy)</li>\n<li>“i2p.streaming.profile” tunnel’s param to let tunnel select also low-bandwidth routers</li>\n<li>Limit stream’s inbound speed</li>\n<li>Periodic ack requests in ratchets session</li>\n<li>Set congestion cap G immediately if through proxy</li>\n<li>Show tunnel’s routers bandwidth caps in web console</li>\n<li>Handle immediate ack requested flag in SSU2 data packets</li>\n<li>Resend and ack peer test and relay messages</li>\n<li>&quot;senduseragent&quot; HTTP proxy’s param to pass through user’s User-Agent</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Exclude ‘N’ routers from high-bandwidth routers for client tunnels</li>\n<li>C++11 support has been dropped, the minimal requirement is C++17 now, C++20 for some compilers</li>\n<li>Removed dependency from boost::date_time and boost::filesystem</li>\n<li>Set default i2cp.leaseSetEncType to 0,4 and to 4 for server tunnels</li>\n<li>Handle i2cp.inboundlimit and i2cp.outboundlimit params in I2CP</li>\n<li>Publish LeaseSet with new timestamp update if tunnel was replaced in the same second</li>\n<li>Increase max number of generated tags to 800 per tagset</li>\n<li>Routing path expiration by time instead num attempts</li>\n<li>Save timestamp from epoch instead local time to profiles</li>\n<li>Update introducer’s iTag if session to introducer was replaced to new one</li>\n<li>RTT, window size and number of NACKs calculation for streaming</li>\n<li>Don’t select same peer for tunnel too often</li>\n<li>Use WinApi for data path UTF-8 conversion for Windows</li>\n</ul>\n<h3>Fixed</h3>\n<ul>\n<li>Jump link crash if address book is disabled</li>\n<li>Race condition if connect through an introducer</li>\n<li>&quot;Date&quot; header in I2PControl response</li>\n<li>Incomplete response from web console</li>\n<li>AEAD verification with LibreSSL</li>\n<li>Number of generated tags and new keys for follow-on tagsets</li>\n<li>Expired leases in LeaseSet</li>\n<li>Attempts to send HolePunch to 0.0.0.0</li>\n<li>Incorrect options size in quick ack streaming packet</li>\n<li>Low bandwidth router appeared as first peer in high-bandwidth client tunnel</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "[2.54.0] - 2024-10-06\n### Added\n- Maintain recently connected routers list to avoid false-positive peer test\n- Limited connectivity mode(through proxy)\n- \"i2p.streaming.profile\" tunnel's param to let tunnel select also low-bandwidth routers\n- Limit stream's inbound speed\n- Periodic ack requests in ratchets session\n- Set congestion cap G immediately if through proxy\n- Show tunnel's routers bandwidth caps in web console\n- Handle immediate ack requested flag in SSU2 data packets\n- Resend and ack peer test and relay messages\n- \"senduseragent\" HTTP proxy's param to pass through user's User-Agent\n### Changed\n- Exclude 'N' routers from high-bandwidth routers for client tunnels\n- C++11 support has been dropped, the minimal requirement is C++17 now, C++20 for some compilers\n- Removed dependency from boost::date_time and boost::filesystem\n- Set default i2cp.leaseSetEncType to 0,4 and to 4 for server tunnels\n- Handle i2cp.inboundlimit and i2cp.outboundlimit params in I2CP\n- Publish LeaseSet with new timestamp update if tunnel was replaced in the same second\n- Increase max number of generated tags to 800 per tagset\n- Routing path expiration by time instead num attempts \n- Save timestamp from epoch instead local time to profiles\n- Update introducer's iTag if session to introducer was replaced to new one\n- RTT, window size and number of NACKs calculation for streaming\n- Don't select same peer for tunnel too often\n- Use WinApi for data path UTF-8 conversion for Windows \n### Fixed\n- Jump link crash if address book is disabled\n- Race condition if connect through an introducer\n- \"Date\" header in I2PControl response\n- Incomplete response from web console\n- AEAD verification with LibreSSL\n- Number of generated tags and new keys for follow-on tagsets\n- Expired leases in LeaseSet\n- Attempts to send HolePunch to 0.0.0.0\n- Incorrect options size in quick ack streaming packet\n- Low bandwidth router appeared as first peer in high-bandwidth client tunnel", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/PurpleI2P/i2pd", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/b4c71bef-ac06-4db8-a9bc-c557bad42d2b.png" }, "sensitive": false, "published": "2024-10-09T06:19:21.771565Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/29285588", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/d6b9d23d-b86e-4c91-8406-4c142a145dc1" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/59519bd7-bc16-4905-b45d-cff3efe29060", "actor": "https://programming.dev/u/tatterdemalion", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://programming.dev/post/20166174", "attributedTo": "https://programming.dev/u/tatterdemalion", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Possible to bind qbittorrent to separate interfaces for clearnet and I2P?", "cc": [], "content": "<p>I ask because it would be nice to use the “I2P mixed mode” features of qbittorrent, but I want to keep my clearnet traffic on the VPN.</p>\n<h1>Background</h1>\n<p>I have I2PD running only on my home gateway for better tunnel uptime.</p>\n<p>To ensure that torrent traffic never escapes the VPN tunnel, I have configured qbittorrent to use only the VPN Wireguard interface.</p>\n<h1>Problem</h1>\n<p>I think this means qbittorrent I2P traffic will flow into the VPN tunnel, but then the VPN host won’t know how to route back to my home gateway where the SAM bridge is running.</p>\n", "mediaType": "text/html", "source": { "content": "I ask because it would be nice to use the \"I2P mixed mode\" features of qbittorrent, but I want to keep my clearnet traffic on the VPN.\n\n# Background\n\nI have I2PD running only on my home gateway for better tunnel uptime.\n\nTo ensure that torrent traffic never escapes the VPN tunnel, I have configured qbittorrent to use only the VPN Wireguard interface.\n\n# Problem\n\nI think this means qbittorrent I2P traffic will flow into the VPN tunnel, but then the VPN host won't know how to route back to my home gateway where the SAM bridge is running.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-10-03T06:06:24.054658Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://programming.dev/post/20166174", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/6130812d-f28f-4107-883f-d316d6e61b13" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/52e760ea-cb27-4f29-8048-68cd616cd8e8", "actor": "https://programming.dev/u/tatterdemalion", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://programming.dev/post/20086440", "attributedTo": "https://programming.dev/u/tatterdemalion", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Firefox is constantly changing \"http\" to \"https\" for i2p sites", "cc": [], "content": "<p>I’ve configured my i2pd proxy correctly so things are somewhat working. I was able to visit notbob.i2p. But sometimes Firefox really likes to replace “http” with “https” when I click on a link or even enter the URL manually into the bar. I have “HTTPS-only mode” turned off, and I also have “browser.fixup.fallback-to-https” set to “false” and “network.stricttransportsecurity.preloadlist” to false.</p>\n<p>I tried spying on the HTTP traffic in web dev tools, and I see the request gets NS_ERROR_UNKNOWN_HOST. This does not happen when using the <code>xh</code> CLI HTTP client, so Firefox is doing something weird with name resolution. I made sure to turn off the Firefox DNS over HTTPs setting as well, but it didn’t seem to make a difference.</p>\n<p>I assume that name resolution needs to happen in i2pd. How can I force Firefox to let that happen?</p>\n<p>Update: Chrome works fine.</p>\n<p>Update: I started fresh and simplified the setup and it seems fixed. I’m not entirely sure why. The only things I’ve changed from default are DoH and the manual HTTP proxy.</p>\n", "mediaType": "text/html", "source": { "content": "I've configured my i2pd proxy correctly so things are somewhat working. I was able to visit notbob.i2p. But sometimes Firefox really likes to replace \"http\" with \"https\" when I click on a link or even enter the URL manually into the bar. I have \"HTTPS-only mode\" turned off, and I also have \"browser.fixup.fallback-to-https\" set to \"false\" and \"network.stricttransportsecurity.preloadlist\" to false.\n\nI tried spying on the HTTP traffic in web dev tools, and I see the request gets NS_ERROR_UNKNOWN_HOST. This does not happen when using the `xh` CLI HTTP client, so Firefox is doing something weird with name resolution. I made sure to turn off the Firefox DNS over HTTPs setting as well, but it didn't seem to make a difference.\n\nI assume that name resolution needs to happen in i2pd. How can I force Firefox to let that happen?\n\nUpdate: Chrome works fine.\n\nUpdate: I started fresh and simplified the setup and it seems fixed. I'm not entirely sure why. The only things I've changed from default are DoH and the manual HTTP proxy.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-10-01T05:44:39.860284Z", "updated": "2024-10-01T19:40:18.746791Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://programming.dev/post/20086440", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/c16e5f2b-bb8c-49c7-ab56-1e31350379ef" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/9e6fd078-0963-4da9-bf5b-f05fdad4e007", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/19845450", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P: Interview with the developer “idk” (Part 2) : DIVA.EXCHANGE", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.diva.exchange/en/privacy/i2p-interview-with-the-developer-idk-part-2/", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-09-16T20:14:34.130634Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/19845450", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/349feebe-1810-44b6-8a1e-14287e4e4c57" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/ff9b865b-c65c-426b-b161-70ade779a51e", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/19661215", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Anonymous Torrenting With I2P", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.youtube.com/watch?v=FNp0TRDG0BQ", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-09-11T21:03:27.889261Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/19661215", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/211db729-6d9f-4464-a404-b2e62d768c3a" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/c70f0552-7a11-4b17-9e82-d9ab6a8a2fea", "actor": "https://lemmy.dbzer0.com/u/Flynn_Mandrake", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/27603025", "attributedTo": "https://lemmy.dbzer0.com/u/Flynn_Mandrake", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "[SOLVED] DHT & PeX on I2P qBittorrent?", "cc": [], "content": "<p>I recently heard about DHT support on I2Psnark, and got curious whether qBittorrent supports this feature on I2P as well. When I first set up qBittorrent to work with I2P, the guide I used instructed to disable DHT, PeX and Local Peer Discovery due to lacking support and security risks. Has anything changed? Is libtorrent still lagging behind on these features?</p>\n", "mediaType": "text/html", "source": { "content": "I recently heard about DHT support on I2Psnark, and got curious whether qBittorrent supports this feature on I2P as well. When I first set up qBittorrent to work with I2P, the guide I used instructed to disable DHT, PeX and Local Peer Discovery due to lacking support and security risks. Has anything changed? Is libtorrent still lagging behind on these features?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-09-11T14:42:54.396740Z", "updated": "2024-09-11T16:54:18.366471Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/27603025", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/02937a90-99a4-4956-98de-c4055284fa4b" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/e1d1229f-a2e0-40db-803e-4d3b11647592", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/18923228", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P Versions & Essentials", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://doingfedtime.com/i2p-versions-essentials/", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/c0c8c6fa-67ac-4e21-9da1-0fa5b02c6268.webp" }, "sensitive": false, "published": "2024-08-22T10:53:54.878110Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/18923228", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/7aba4fee-e536-45ef-98f5-59359fd2f18f" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/c44798b8-4632-4f52-acf1-3a60fe6e75f8", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/18153486", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P: Interview with the developer “idk” (Part 1) : DIVA.EXCHANGE", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.diva.exchange/en/privacy/i2p-interview-with-the-developer-idk-part-1/", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-07-31T19:48:01.599909Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/18153486", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/f18541fd-56b7-4248-b7cf-e436f1f489d5" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/b11a8012-4293-45b3-a601-c4ab54bc60c1", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17954854", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "MuWire resurrected - instructions how to connect", "cc": [], "content": "<p>–Stolen and reposted here, sorry zab, but I hope you’re fine with some extra promotion–</p>\n<p>Hi,</p>\n<p>[…]</p>\n<p>After about a year off MuWire is back to the land of the living and the network has ~50 active users at any given time. Here is how to set it up and connect:</p>\n<ol>\n<li>\n<p>Go to the <a href=\"https://github.com/zlatinb/muwire/releases/tag/0.8.14-beta2\" rel=\"nofollow\">GitHub release page</a></p>\n</li>\n<li>\n<p>Download the connections.txt file and save it somewhere</p>\n</li>\n<li>\n<p>Depending on your operating system:</p>\n</li>\n</ol>\n<p>On Windows, download the MuWire-0.8.14-beta2.exe installer and run it. It will install everything you need to run MuWire. Skip to step 5.</p>\n<p>On Linux, you need to install Java 17 or newer. This will be different on each distribution</p>\n<p>On Mac, you need to install Java from [here] (<a href=\"https://jdk.java.net/22/\">jdk.java.net/22/</a>) (available for both Intel and Apple Silicon).</p>\n<ol start=\"4\">\n<li>\n<p>Download the [MuWire-0.8.14-beta2.zip] (<a href=\"http://muwire-0.8.14-beta2.zip/\">muwire-0.8.14-beta2.zip</a>) file and unzip it. Run the bin/MuWire script to launch MuWire.</p>\n</li>\n<li>\n<p>Go through the MuWire setup wizard. When the main window appears, select Connections (top-left menu) -&gt; Import connections and select the connections.txt file you saved in step 1.</p>\n</li>\n</ol>\n<p>Watch the bottom right of the main window - there is an icon like a molecule with the number of active connections to the MuWire network. As soon as MuWire connects, you can use it to search, share, download, message other users and more.</p>\n<p>Enjoy!</p>\n<p>zab_</p>\n", "mediaType": "text/html", "source": { "content": "--Stolen and reposted here, sorry zab, but I hope you're fine with some extra promotion--\n\nHi,\n\n[...]\n\nAfter about a year off MuWire is back to the land of the living and the network has ~50 active users at any given time. Here is how to set it up and connect:\n\n1. Go to the [GitHub release page](https://github.com/zlatinb/muwire/releases/tag/0.8.14-beta2)\n2. Download the connections.txt file and save it somewhere\n\n3. Depending on your operating system:\n\n On Windows, download the MuWire-0.8.14-beta2.exe installer and run it. It will install everything you need to run MuWire. Skip to step 5.\n\n On Linux, you need to install Java 17 or newer. This will be different on each distribution\n\n On Mac, you need to install Java from [here] (https://jdk.java.net/22/) (available for both Intel and Apple Silicon).\n\n4. Download the [MuWire-0.8.14-beta2.zip] (http://muwire-0.8.14-beta2.zip/) file and unzip it. Run the bin/MuWire script to launch MuWire.\n\n5. Go through the MuWire setup wizard. When the main window appears, select Connections (top-left menu) -> Import connections and select the connections.txt file you saved in step 1.\n\nWatch the bottom right of the main window - there is an icon like a molecule with the number of active connections to the MuWire network. As soon as MuWire connects, you can use it to search, share, download, message other users and more.\n\nEnjoy!\n\nzab_", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-07-25T22:27:11.878498Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/17954854", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/4b26fe59-ff91-4e65-a8fe-24f0ad8817b3" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/38cba584-8a20-43fa-bd45-58080f1d8d96", "actor": "https://lemmy.dbzer0.com/u/supervent", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/24530590", "attributedTo": "https://lemmy.dbzer0.com/u/supervent", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "i2pd 2.53.0 release", "cc": [], "content": "<p>[2.53.0] - 2024-07-19</p>\n<h3>Added</h3>\n<ul>\n<li>New congestion control algorithm for streaming</li>\n<li>Support miniupnp-2.2.8</li>\n<li>Limit stream’s outbound speed</li>\n<li>Flood to next day closest floodfills before UTC midnight</li>\n<li>Recognize duplicated routers and bypass them</li>\n<li>Random SSU2 resend interval</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Set minimal version to 0.9.69 for floodfills and 0.9.58 for client tunnels</li>\n<li>Removed openssl 1.0.2 support</li>\n<li>Move unsent I2NP messages to the new session if replaced</li>\n<li>Use mt19937 RNG instead rand()</li>\n<li>Update router’s congestion caps before initial publishing</li>\n<li>Don’t try introducer with invalid address</li>\n<li>Select newest introducers to publish</li>\n<li>Don’t request relay tag for every session if we have enough introducers</li>\n<li>Update timestamp for non-reachable or hidden router</li>\n<li>Reset streaming routing path if duplicated SYN received</li>\n<li>Update LeaseSet if inbound tunnel failed</li>\n<li>Reseeds list</li>\n</ul>\n<h3>Fixed</h3>\n<ul>\n<li>Crash when a destination gets terminated</li>\n<li>Expired offline signature upon destination creation</li>\n<li>Race condition between local RouterInfo buffer creation and sending it through the transports</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "[2.53.0] - 2024-07-19\r\n### Added\r\n- New congestion control algorithm for streaming\r\n- Support miniupnp-2.2.8\r\n- Limit stream's outbound speed\r\n- Flood to next day closest floodfills before UTC midnight\r\n- Recognize duplicated routers and bypass them\r\n- Random SSU2 resend interval\r\n### Changed\r\n- Set minimal version to 0.9.69 for floodfills and 0.9.58 for client tunnels\r\n- Removed openssl 1.0.2 support\r\n- Move unsent I2NP messages to the new session if replaced\r\n- Use mt19937 RNG instead rand()\r\n- Update router's congestion caps before initial publishing\r\n- Don't try introducer with invalid address\r\n- Select newest introducers to publish\r\n- Don't request relay tag for every session if we have enough introducers\r\n- Update timestamp for non-reachable or hidden router\r\n- Reset streaming routing path if duplicated SYN received\r\n- Update LeaseSet if inbound tunnel failed\r\n- Reseeds list\r\n### Fixed\r\n- Crash when a destination gets terminated\r\n- Expired offline signature upon destination creation\r\n- Race condition between local RouterInfo buffer creation and sending it through the transports", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/PurpleI2P/i2pd", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/22b6bdee-3faa-40d9-af83-02ee15d13de0.png" }, "sensitive": false, "published": "2024-07-23T00:20:54.823145Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/24530590", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/823b189b-3788-4801-a3d8-ced7f397022d" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/c9788da3-70a0-40ef-afcf-8eb1afcc8d9b", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17746311", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P 2.6.0 Release - Blog - I2P", "cc": [], "content": "<p>This release, I2P 2.6.0, continues our work by fixing bugs, adding features, and improving the network’s reliability.</p>\n<p>Newer routers will be favored when selecting floodfill routers. I2PSnark received features which improve the performance of PeX(Peer Exchange), in addition to bug fixes. Legacy transport protocols are being removed, simplifying the code in the UDP transports. Locally-hosted destination will be reachable by local clients without requesting their LeaseSet, improving performance and testability. Additional tweaks were made to peer selection strategies.</p>\n<p>I2P no longer allows I2P-over-Tor, connections from Tor exit IP addresses are now blocked. We discourage this because it degrades the performance of I2P and uses up the resources of Tor exits for no benefit. If you are a helpful person running both a Tor Exit and I2P we encourage you to continue to do so, using different IP addresses for each. Non-exit relays and Tor clients are unaffected by this and do not need to change anything.</p>\n<p>As usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.</p>\n<p>RELEASE DETAILS\nChanges</p>\n<ul>\n<li>\n<p>Router: Increase minimum version for floodfill routers</p>\n</li>\n<li>\n<p>Router: Disable I2P over Tor</p>\n</li>\n<li>\n<p>Address Book: Cache locally hosted destinations</p>\n</li>\n</ul>\n<p>Bug Fixes</p>\n<ul>\n<li>\n<p>I2PSnark: Peer Exchange Tweaks</p>\n</li>\n<li>\n<p>I2PSnark: Bugfixes</p>\n</li>\n<li>\n<p>Router: Peer Selection Tweaks</p>\n</li>\n</ul>\n<p>Other</p>\n<ul>\n<li>Translation updates</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "This release, I2P 2.6.0, continues our work by fixing bugs, adding features, and improving the network's reliability.\n\nNewer routers will be favored when selecting floodfill routers. I2PSnark received features which improve the performance of PeX(Peer Exchange), in addition to bug fixes. Legacy transport protocols are being removed, simplifying the code in the UDP transports. Locally-hosted destination will be reachable by local clients without requesting their LeaseSet, improving performance and testability. Additional tweaks were made to peer selection strategies.\n\nI2P no longer allows I2P-over-Tor, connections from Tor exit IP addresses are now blocked. We discourage this because it degrades the performance of I2P and uses up the resources of Tor exits for no benefit. If you are a helpful person running both a Tor Exit and I2P we encourage you to continue to do so, using different IP addresses for each. Non-exit relays and Tor clients are unaffected by this and do not need to change anything.\n\nAs usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.\n\nRELEASE DETAILS\nChanges\n\n* Router: Increase minimum version for floodfill routers\n\n* Router: Disable I2P over Tor\n\n* Address Book: Cache locally hosted destinations\n\nBug Fixes\n\n* I2PSnark: Peer Exchange Tweaks\n\n* I2PSnark: Bugfixes\n\n* Router: Peer Selection Tweaks\n\nOther\n\n* Translation updates", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://geti2p.net/en/blog/post/2024/07/19/2.6.0-Release", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-07-20T00:08:44.017773Z", "updated": "2024-07-20T00:19:43.125803Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/17746311", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/202de7fd-7686-49d9-9b41-8edea0d0ff10" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/b0a7fa58-c3c6-41ac-9f4c-30ad7f08f571", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17687640", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P: network reliability is on the radar of the academic community : DIVA.EXCHANGE", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.diva.exchange/en/privacy/i2p-network-reliability-is-on-the-radar-of-the-academic-community/", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-07-18T16:01:15.366885Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/17687640", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/ce29ed32-fd91-47c7-a147-2f136470717a" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/9ef59226-0561-4aa0-93bb-429308cd0067", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17671888", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "If you're one of the ~25 snap users, you can finally upgrade again!", "cc": [], "content": "<p>From the maintainer “alreadyburnt” on reddit.</p>\n<p>Before we begin: Snap(and AppImages) are still not official packages. This still an experimental package and just a side-project of mine.</p>\n<p>A few years ago, I got way too interested in these semi-novel packaging systems that the various distributions came out with. I went on a rampage of experimental package creation, often without necessarily knowing the future of the packages themselves. Many versions ago, the most popular of those packages broke in a particu`larly annoying way, and I did not have time to fix it. Until a few weeks ago, that is, and now, it’s actually a lot easier for me to be sure that what I’m packaging is going to actually work because I can generate and test the packages continuously.</p>\n<p>TL:DR the Snap, which I created, then broke, is now fixed, and it’s likely to stay that way. If you are a snap user stuck on an old version, update as soon as possible.</p>\n<p>It is generated using jpackage combined with the Easy-Install source. As a package, it functions like the Easy-Install bundle and not like the .deb or .jar installers.</p>\n<p><a href=\"https://snapcraft.io/i2pi2p\">snapcraft.io/i2pi2p</a></p>\n<p>What’s the real point? Nobody really cares about Snapcraft that much, except maybe Canonical. A lot of people don’t even like them. That’s not why there’s a Snap of I2P now. The reason there’s a Snap of I2P now, and that this experiment was not discontinued outright, is because it demonstrates the power of jpackage, the technology underlying the Easy-Install Bundles for Windows, to generate self-contained images that can easily be adapted to Linux package formats. Once you can stick a jpackage inside a Snap, you can just as easily stick it inside of an AppImage. A slightly different manifest format will leave you with a working Flatpak. The same applies to docker-compose and probably many other tools. Or, you can just stick it all into a .zip file and treat it like an I2P portable installation. The files your packaging are always the same, and are simply generated by jpackageing a custom I2P router launcher.</p>\n<p>For more information, see:</p>\n<p><a href=\"https://snapcraft.io/i2pi2p\">snapcraft.io/i2pi2p</a></p>\n<p><a href=\"https://github.com/eyedeekay/I2P-Snaps-and-Appimages/\">github.com/eyedeekay/I2P-Snaps-and-Appimages/</a></p>\n", "mediaType": "text/html", "source": { "content": "From the maintainer \"alreadyburnt\" on reddit. \n\nBefore we begin: Snap(and AppImages) are still not official packages. This still an experimental package and just a side-project of mine.\n\nA few years ago, I got way too interested in these semi-novel packaging systems that the various distributions came out with. I went on a rampage of experimental package creation, often without necessarily knowing the future of the packages themselves. Many versions ago, the most popular of those packages broke in a particu`larly annoying way, and I did not have time to fix it. Until a few weeks ago, that is, and now, it's actually a lot easier for me to be sure that what I'm packaging is going to actually work because I can generate and test the packages continuously.\n\nTL:DR the Snap, which I created, then broke, is now fixed, and it's likely to stay that way. If you are a snap user stuck on an old version, update as soon as possible.\n\nIt is generated using jpackage combined with the Easy-Install source. As a package, it functions like the Easy-Install bundle and not like the .deb or .jar installers.\n\nhttps://snapcraft.io/i2pi2p\n\nWhat's the real point? Nobody really cares about Snapcraft that much, except maybe Canonical. A lot of people don't even like them. That's not why there's a Snap of I2P now. The reason there's a Snap of I2P now, and that this experiment was not discontinued outright, is because it demonstrates the power of jpackage, the technology underlying the Easy-Install Bundles for Windows, to generate self-contained images that can easily be adapted to Linux package formats. Once you can stick a jpackage inside a Snap, you can just as easily stick it inside of an AppImage. A slightly different manifest format will leave you with a working Flatpak. The same applies to docker-compose and probably many other tools. Or, you can just stick it all into a .zip file and treat it like an I2P portable installation. The files your packaging are always the same, and are simply generated by jpackageing a custom I2P router launcher.\n\nFor more information, see:\n\nhttps://snapcraft.io/i2pi2p\n\nhttps://github.com/eyedeekay/I2P-Snaps-and-Appimages/", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-07-18T05:18:34.837735Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/17671888", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/74ca9827-88ed-4800-a482-8a1abf9609de" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/c27b559e-0240-4a17-a947-17baf0806f6d", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17655981", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2P and the free internet. Interview with a community member : DIVA.EXCHANGE", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.diva.exchange/en/privacy/i2p-and-the-free-internet-interview-with-a-community-member/", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-07-17T16:23:39.898294Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/17655981", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/ba78111a-2a7d-4c09-bdcf-c0adb11c0133" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/4a5cf1cc-b9a5-4e5d-83de-c5f92010fc39", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/15980949", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I2Proxy web browser extension with better privacy features", "cc": [], "content": "<p>Picked up from the other site. I’m not the dev of this.</p>\n<p>Any feedback is welcome, source: <a href=\"https://github.com/umutcamliyurt/I2Proxy\">github.com/umutcamliyurt/I2Proxy</a></p>\n", "mediaType": "text/html", "source": { "content": "Picked up from the other site. I'm not the dev of this.\n\nAny feedback is welcome, source: https://github.com/umutcamliyurt/I2Proxy", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/umutcamliyurt/I2Proxy", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/658b9c23-9c8d-4c10-b988-3ddc19bb67a4.png" }, "sensitive": false, "published": "2024-05-30T13:06:51.953656Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/15980949", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/9fea5986-015b-4733-908c-532c3f3eb30e" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/aa532824-2531-4e8f-a128-e23328653977", "actor": "https://lemm.ee/u/original_reader", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemm.ee/post/33218857", "attributedTo": "https://lemm.ee/u/original_reader", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Can I2P be installed on OpenSuse Tumbleweed?", "cc": [], "content": "<p>On Windows, installing I2P is easy.</p>\n<p>On Linux… not so much. That’s because Linux isn’t Linux. There’s a Debian package, but OpenSuse is its own thing. Is there a way to get I2P, Snark, etc. up and running there without having to jump through too many hoops?</p>\n", "mediaType": "text/html", "source": { "content": "On Windows, installing I2P is easy.\n\nOn Linux... not so much. That's because Linux isn't Linux. There's a Debian package, but OpenSuse is its own thing. Is there a way to get I2P, Snark, etc. up and running there without having to jump through too many hoops?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-05-28T17:28:08.894844Z", "updated": "2024-05-28T17:29:15.612398Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemm.ee/post/33218857", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/4dd16b72-9984-4b08-9366-8dee01a02ee6" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/7f176e71-2584-4aa5-b2de-23308470d45a", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/15475769", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "2.5.2 Release - Blog - I2P", "cc": [], "content": "<p>I2P 2.5.2 is released to fix a bug introduced in 2.5.0 causing truncation of some HTTP content.</p>\n<p>As usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.</p>\n<p>RELEASE DETAILS</p>\n<p><em>Changes</em></p>\n<ul>\n<li>Console: Update rrd4j to 3.9.1-preview</li>\n<li>Router: Publish G cap if symmetric natted</li>\n</ul>\n<p><em>Bug Fixes</em></p>\n<ul>\n<li>i2ptunnel: Fix bug causing truncation of some HTTP content</li>\n<li>i2ptunnel: Fix custom option form width (light theme)</li>\n<li>Tunnels: Fix selection of peers with expired RIs</li>\n</ul>\n<p><em>Other</em></p>\n<ul>\n<li>Translation updates</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "I2P 2.5.2 is released to fix a bug introduced in 2.5.0 causing truncation of some HTTP content.\n\nAs usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.\n\nRELEASE DETAILS\n\n*Changes*\n\n- Console: Update rrd4j to 3.9.1-preview\n- Router: Publish G cap if symmetric natted\n\n*Bug Fixes*\n\n- i2ptunnel: Fix bug causing truncation of some HTTP content\n- i2ptunnel: Fix custom option form width (light theme)\n- Tunnels: Fix selection of peers with expired RIs\n\n*Other*\n\n - Translation updates", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://geti2p.net/en/blog/post/2024/05/15/2.5.2-Release", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-05-16T20:07:43.370535Z", "updated": "2024-05-16T20:10:03.291043Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/15475769", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/53c7ce71-7066-46fa-aaf7-f7f05e90a05c" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/785c6673-c703-4d4f-9bfa-ac10bd3288d9", "actor": "https://lemmy.dbzer0.com/u/supervent", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.dbzer0.com/post/20251112", "attributedTo": "https://lemmy.dbzer0.com/u/supervent", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "New i2pd release 2.52.0", "cc": [], "content": "<h2>[2.52.0] - 2024-05-12</h2>\n<h3>Added</h3>\n<ul>\n<li>Separate threads for persisting RouterInfos and profiles to disk</li>\n<li>Give preference to address with direct connection</li>\n<li>Exclude addresses with incorrect static or intro key</li>\n<li>Avoid two firewalled routers in the row in tunnel</li>\n<li>Drop unsolicited database search replies</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>Increase number of hashes to 16 in exploratory lookup reply</li>\n<li>Reduce number of a RouterInfo lookup attempts to 5</li>\n<li>Reset stream RTO if outbound tunnel was changed</li>\n<li>Insert previously excluded floodfill back when successfully connected</li>\n<li>Increase maximum stream resend attempts to 9</li>\n<li>Reply to exploratory lookups with only confirmed routers if low tunnel build rate</li>\n<li>Don’t accept too old RouterInfo</li>\n<li>Build client tunnels through confirmed routers only if low tunnel build rate</li>\n<li>Manage netDb requests more frequently</li>\n<li>Don’t reply with closer than us only floodfills for lookup</li>\n</ul>\n<h3>Fixed</h3>\n<ul>\n<li>Crash on router lookup if exploratory pool is not ready</li>\n<li>Race condition in excluded peers for next lookup</li>\n<li>Excessive number of lookups for same destination</li>\n<li>Race condition with transport peers during shutdown</li>\n<li>Corrupted RouterInfo files</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "## [2.52.0] - 2024-05-12\n### Added\n- Separate threads for persisting RouterInfos and profiles to disk\n- Give preference to address with direct connection\n- Exclude addresses with incorrect static or intro key\n- Avoid two firewalled routers in the row in tunnel\n- Drop unsolicited database search replies\n### Changed\n- Increase number of hashes to 16 in exploratory lookup reply\n- Reduce number of a RouterInfo lookup attempts to 5\n- Reset stream RTO if outbound tunnel was changed\n- Insert previously excluded floodfill back when successfully connected\n- Increase maximum stream resend attempts to 9\n- Reply to exploratory lookups with only confirmed routers if low tunnel build rate\n- Don't accept too old RouterInfo\n- Build client tunnels through confirmed routers only if low tunnel build rate\n- Manage netDb requests more frequently\n- Don't reply with closer than us only floodfills for lookup\n### Fixed\n- Crash on router lookup if exploratory pool is not ready\n- Race condition in excluded peers for next lookup\n- Excessive number of lookups for same destination\n- Race condition with transport peers during shutdown\n- Corrupted RouterInfo files", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/PurpleI2P/i2pd", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/2647b041-65c3-4c98-8dac-a30e83ab7735.png" }, "sensitive": false, "published": "2024-05-14T01:02:13.720311Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.dbzer0.com/post/20251112", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/05327bb5-9edf-4491-8c8b-64694866c211" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/c374d1cb-1abc-4e23-a30e-34d253993b88", "actor": "https://programming.dev/u/onlinepersona", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://programming.dev/post/13772184", "attributedTo": "https://programming.dev/u/onlinepersona", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Does an anonymous git service exist on I2P?", "cc": [], "content": "<p>Some projects have been DMCA’ed and hosting them on I2P could be a viable alternative.</p>\n", "mediaType": "text/html", "source": { "content": "Some projects have been DMCA'ed and hosting them on I2P could be a viable alternative.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-05-07T19:58:20.250459Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://programming.dev/post/13772184", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/815fe64b-f733-4f37-b660-b454a9ef8c0b" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/1e9fdc9c-2e6e-48a5-9418-8fdd50f6d004", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/15118776", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "New Release I2P 2.5.1 - Blog - I2P", "cc": [], "content": "<p>I2P 2.5.1 is being released to address Denial-of-Service Attacks affecting the I2P network and services. With this release we disable the IP-based parts of the Sybil attack detection tool which were targeted to amplify the effect and duration of the attack. This should help the network return to normal operation. Those of you who have disabled the Sybil attack detection tool may safely re-enable it. Adjustments to other subsystems to improve RouterInfo validation and peer selection have also been made.</p>\n<p>As usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.</p>\n", "mediaType": "text/html", "source": { "content": "I2P 2.5.1 is being released to address Denial-of-Service Attacks affecting the I2P network and services. With this release we disable the IP-based parts of the Sybil attack detection tool which were targeted to amplify the effect and duration of the attack. This should help the network return to normal operation. Those of you who have disabled the Sybil attack detection tool may safely re-enable it. Adjustments to other subsystems to improve RouterInfo validation and peer selection have also been made.\n\nAs usual, we recommend that you update to this release. The best way to maintain security and help the network is to run the latest release.", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://geti2p.net/en/blog/post/2024/05/06/i2p_2.5.1_released", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-05-07T08:43:28.824281Z", "updated": "2024-05-07T08:44:03.119080Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/15118776", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/f930e8a1-366d-4c40-aea9-96e89bb65832" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/96cb99ad-6dd4-4785-ba63-9251b8454369", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/14804668", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Network Weather Update: Still Stormy, Suggested Short-Term Mitigations", "cc": [], "content": "<p>The I2P network is currently under a Denial-of-Service attack. This attack affects I2P and i2pd but in different ways and is having a serious effect on network health. Reachability of I2P sites is badly degraded.</p>\n<p>Java I2P users are suggested to disable the sybil attack tool, delete the sybil-blocklist, and re-start their routers.</p>\n<p>To disable the sybil attack detector tool</p>\n<p>Open the sybil attack detector in your router console at <a href=\"http://127.0.0.1:7657/netdb?f=3&amp;m=15\">127.0.0.1:7657/netdb?f=3&amp;m=15</a></p>\n<p>Change “Background Analysis Run Frequency” to “Never”</p>\n<p>Click “Save” to save the settings.</p>\n<p>To delete the sybil blocklist, run:</p>\n<p>On Debian and Ubuntu:</p>\n<p>rm “/var/lib/i2p/i2p-config/sybil-analysis/blocklist-sybil.txt”</p>\n<p>On other Linuxes and on Mac OSX:</p>\n<p>rm “$HOME/.i2p/sybil-analysis/blocklist-sybil.txt”</p>\n<p>And on Windows:</p>\n<p>del %LocalAppData%\\i2p\\sybil-analysis\\blocklist-sybil.txt&quot;</p>\n<p>When you are finished, re-start your I2P router.</p>\n<p>If you are hosting a service inside I2P and it is hosted on a Floodfill router, you should consider multihoming the service on a Floodfill-disabled router to improve reachability. Other mitigations are being discussed but a long-term, backward-compatible solution is still being worked on.</p>\n", "mediaType": "text/html", "source": { "content": "The I2P network is currently under a Denial-of-Service attack. This attack affects I2P and i2pd but in different ways and is having a serious effect on network health. Reachability of I2P sites is badly degraded.\n\nJava I2P users are suggested to disable the sybil attack tool, delete the sybil-blocklist, and re-start their routers.\n\nTo disable the sybil attack detector tool\n\nOpen the sybil attack detector in your router console at http://127.0.0.1:7657/netdb?f=3&m=15\n\nChange \"Background Analysis Run Frequency\" to \"Never\"\n\nClick \"Save\" to save the settings.\n\nTo delete the sybil blocklist, run:\n\nOn Debian and Ubuntu:\n\nrm \"/var/lib/i2p/i2p-config/sybil-analysis/blocklist-sybil.txt\"\n\nOn other Linuxes and on Mac OSX:\n\nrm \"$HOME/.i2p/sybil-analysis/blocklist-sybil.txt\"\n\nAnd on Windows:\n\ndel %LocalAppData%\\i2p\\sybil-analysis\\blocklist-sybil.txt\"\n\nWhen you are finished, re-start your I2P router.\n\nIf you are hosting a service inside I2P and it is hosted on a Floodfill router, you should consider multihoming the service on a Floodfill-disabled router to improve reachability. Other mitigations are being discussed but a long-term, backward-compatible solution is still being worked on.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-04-28T21:55:13.601657Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/14804668", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/4897681a-92de-4c1e-99ab-f9530db58d28" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/d9b5ba92-e67a-43a3-b9dd-ce4d4882a660", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/14692543", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Network weather: Stormy", "cc": [], "content": "<p>zzz has posted the following update:</p>\n<p>“I2P network reliability is currently degraded due to a novel and persistent attack. Please be patient as we work on mitigations. If you have not yet updated to the latest release 2.5.0, please do so as it provides some defences.”</p>\n<p>For i2pd users, you can try building their latest from GitHub which may help.</p>\n", "mediaType": "text/html", "source": { "content": "zzz has posted the following update:\n\n\"I2P network reliability is currently degraded due to a novel and persistent attack. Please be patient as we work on mitigations. If you have not yet updated to the latest release 2.5.0, please do so as it provides some defences.\"\n\nFor i2pd users, you can try building their latest from GitHub which may help. ", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-04-25T18:36:12.712596Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/14692543", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/98192602-c4f4-4c28-b690-98617bd3d5cb" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/e18450dc-29f0-40b9-83f7-361e8c4a2556", "actor": "https://lemmy.wtf/u/menas", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.wtf/post/6353744", "attributedTo": "https://lemmy.wtf/u/menas", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Hardware requirement, selfhosting dedicated gateway", "cc": [], "content": "<p>I host i2p on a rpi 3 in order to use it as a mutualize gateway for my private network.\ni2p consume so much ressources that I couldn’t even curl it’s web interfaces. It try to get some info on what are the hardware requirements, but didn’t find anything.</p>\n<ul>\n<li>What are the minimal hardware requirements for the current version of i2p ?</li>\n<li>Is it a good idea to mutualise a gateway on a private server ?</li>\n<li>If so, is it a good idea to give access to this gateway through a VPN ?</li>\n</ul>\n<p>Thanks for your answers</p>\n", "mediaType": "text/html", "source": { "content": "I host i2p on a rpi 3 in order to use it as a mutualize gateway for my private network.\ni2p consume so much ressources that I couldn't even curl it's web interfaces. It try to get some info on what are the hardware requirements, but didn't find anything.\n\n- What are the minimal hardware requirements for the current version of i2p ?\n- Is it a good idea to mutualise a gateway on a private server ?\n- If so, is it a good idea to give access to this gateway through a VPN ?\n\nThanks for your answers", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://lemmy.wtf/pictrs/image/9c119a37-1086-4ab8-a8cf-086893595e2c.jpeg", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.world/pictrs/image/5658a8b9-82f1-4e69-b2bc-cb62116b6dc7.jpeg" }, "sensitive": false, "published": "2024-04-16T13:41:01.957290Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.wtf/post/6353744", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/07a1bf78-419e-440f-b508-4f682842c8d5" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/e35c7541-6266-4d4c-97e8-2779d39078f6", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/13423890", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Easy-Install for Windows Release 2.4.9", "cc": [], "content": "<p>This is a pre-release of the I2P Easy-Install Bundle for Windows. This changes how the I2P bundle and browser profile manager are installed and integrated with the host system. The Easy-Install bundle is now a “portable” system that can be moved to different locations within or between Windows file-systems while retaining all built-in functionality. A shortcut for starting the I2P router is still provided by the installer for convenience, but the shortcuts for starting the I2P Browser are now integrated with the I2P desktop UI.</p>\n<p>The browser profile manager itself has been split away from the monolithic I2P router+Java/jpackage, and moved into an I2P plugin managed by the router. While this was done primarily to reduce how complex the existing code was, this also results in behavior which is closer to the main distribution of I2P for Windows and will lead to a more flexible installer, which can bundle additional default plugins and may be suitable for installation as a Windows service. I2P Plugins can also be updated independently of the router that hosts them, so it will be possible to update the browser profile manager independently of the router itself. It also means that the browser profile manager can be un-installed by uninstalling the plugin, and much more importantly that the browser profile manager is now compatible with all Java I2P distributions.</p>\n<p>Why a dev build 3 weeks before the release?</p>\n<p>By further delineating the components of the bundle, these changes also affected how the release process happens. In particular the build process of each component has been encapsulated in a CI description which can be reproduced on a local PC. This simplifies and automates the build process by ensuring that up-to-date build tools are installed in a brand-new container for every build. In effect this should speed up the release process for I2P Easy-Install for Windows considerably. This release is a test-run of the new process, so I can document what is going on. It breaks down roughly like this:</p>\n<ul>\n<li>It takes ~22 minutes to compile all the targets for the i2p.plugins.firefox and make the resulting artifacts available. During this process, I must insert 1 HSM and enter 1 password. (This part used to be about 30 steps, now it takes 1)</li>\n<li>It takes ~22 minutes to compile all the targets for the i2p.firefox project and make the resulting artifacts available. This process produces only unsigned artifacts identified by their hashes, and is non-interactive. (This part used to be around 60 steps the first time, and 40 steps each additional time)</li>\n<li>i2p.firefox updates are signed in their .su3 form. The NSIS-powered .exe installer is the current updater. The next step is to sign just this installer and generate a torrent of the result. (This process used to depend on the previous build process and couldn’t be done independently. Now it takes about 30 seconds)</li>\n<li>Generate and sign a newsfeed to notify the users of an update. This process is the only process that is slower when containerized, because there are dozens of feeds to be signed in their respective containers. It takes about an hour.</li>\n</ul>\n<p>For you the end user, nothing much should change. You’ll get your updates a lot faster, and have more options available for testing. The same installer is used for the updater, and the process is handled the same way. However for developers, testers, and maintainers, this release will result in big changes for the better.</p>\n<p>This release still embeds a 2.4.0 Java I2P router. No changes have been made to update the embedded router. Network behavior will be unchanged until the official 2.5.0 release.</p>\n", "mediaType": "text/html", "source": { "content": "This is a pre-release of the I2P Easy-Install Bundle for Windows. This changes how the I2P bundle and browser profile manager are installed and integrated with the host system. The Easy-Install bundle is now a \"portable\" system that can be moved to different locations within or between Windows file-systems while retaining all built-in functionality. A shortcut for starting the I2P router is still provided by the installer for convenience, but the shortcuts for starting the I2P Browser are now integrated with the I2P desktop UI.\n\nThe browser profile manager itself has been split away from the monolithic I2P router+Java/jpackage, and moved into an I2P plugin managed by the router. While this was done primarily to reduce how complex the existing code was, this also results in behavior which is closer to the main distribution of I2P for Windows and will lead to a more flexible installer, which can bundle additional default plugins and may be suitable for installation as a Windows service. I2P Plugins can also be updated independently of the router that hosts them, so it will be possible to update the browser profile manager independently of the router itself. It also means that the browser profile manager can be un-installed by uninstalling the plugin, and much more importantly that the browser profile manager is now compatible with all Java I2P distributions.\n\nWhy a dev build 3 weeks before the release?\n\nBy further delineating the components of the bundle, these changes also affected how the release process happens. In particular the build process of each component has been encapsulated in a CI description which can be reproduced on a local PC. This simplifies and automates the build process by ensuring that up-to-date build tools are installed in a brand-new container for every build. In effect this should speed up the release process for I2P Easy-Install for Windows considerably. This release is a test-run of the new process, so I can document what is going on. It breaks down roughly like this:\n\n* It takes ~22 minutes to compile all the targets for the i2p.plugins.firefox and make the resulting artifacts available. During this process, I must insert 1 HSM and enter 1 password. (This part used to be about 30 steps, now it takes 1)\n* It takes ~22 minutes to compile all the targets for the i2p.firefox project and make the resulting artifacts available. This process produces only unsigned artifacts identified by their hashes, and is non-interactive. (This part used to be around 60 steps the first time, and 40 steps each additional time)\n* i2p.firefox updates are signed in their .su3 form. The NSIS-powered .exe installer is the current updater. The next step is to sign just this installer and generate a torrent of the result. (This process used to depend on the previous build process and couldn't be done independently. Now it takes about 30 seconds)\n* Generate and sign a newsfeed to notify the users of an update. This process is the only process that is slower when containerized, because there are dozens of feeds to be signed in their respective containers. It takes about an hour.\n\nFor you the end user, nothing much should change. You'll get your updates a lot faster, and have more options available for testing. The same installer is used for the updater, and the process is handled the same way. However for developers, testers, and maintainers, this release will result in big changes for the better.\n\nThis release still embeds a 2.4.0 Java I2P router. No changes have been made to update the embedded router. Network behavior will be unchanged until the official 2.5.0 release.", "mediaType": "text/markdown" }, "attachment": [ { "href": "http://i2p-projekt.i2p/en/blog/post/2024/3/20/easy-install_for_windows_release_2.4.9", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2024-03-22T16:56:50.105076Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/13423890", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/1c71aea6-ea33-445b-8fe6-2f29eb3bbb58" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/6f82eb90-bc1e-482e-843b-95d1285e959a", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/13125216", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Switch browser in i2p mobile?", "cc": [], "content": "<p>Anyone know how to switch browser in i2p mobile? I opted for the built in one, but it’s kind of limited and I can’t seem to change it.\nI have Firefox installed but can’t select it as the default.</p>\n", "mediaType": "text/html", "source": { "content": "Anyone know how to switch browser in i2p mobile? I opted for the built in one, but it's kind of limited and I can't seem to change it. \nI have Firefox installed but can't select it as the default.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-03-14T20:46:50.447663Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/13125216", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/01bb6ecb-e7d4-4db4-ace1-abbb08534773" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/f98e6464-f9ab-4d43-971a-c11c8a66add9", "actor": "https://sh.itjust.works/u/togather", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sh.itjust.works/post/15796895", "attributedTo": "https://sh.itjust.works/u/togather", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Thoughts?", "cc": [], "content": "<p><a href=\"https://files.catbox.moe/cnhm5n.png\">files.catbox.moe/cnhm5n.png</a></p>\n<p><a href=\"https://files.catbox.moe/fahyd1.png\">files.catbox.moe/fahyd1.png</a></p>\n<p><a href=\"https://files.catbox.moe/n0krr2.png\">files.catbox.moe/n0krr2.png</a></p>\n<p><a href=\"https://files.catbox.moe/uxw472.png\">files.catbox.moe/uxw472.png</a></p>\n<p><a href=\"https://files.catbox.moe/xeoef1.png\">files.catbox.moe/xeoef1.png</a></p>\n<p><a href=\"https://files.catbox.moe/5y043e.png\">files.catbox.moe/5y043e.png</a></p>\n<p><a href=\"https://files.catbox.moe/45ju8a.png\">files.catbox.moe/45ju8a.png</a></p>\n<p><a href=\"https://files.catbox.moe/qaezsx.png\">files.catbox.moe/qaezsx.png</a></p>\n", "mediaType": "text/html", "source": { "content": "https://files.catbox.moe/cnhm5n.png\n\nhttps://files.catbox.moe/fahyd1.png\n\nhttps://files.catbox.moe/n0krr2.png\n\nhttps://files.catbox.moe/uxw472.png\n\nhttps://files.catbox.moe/xeoef1.png\n\nhttps://files.catbox.moe/5y043e.png\n\nhttps://files.catbox.moe/45ju8a.png\n\nhttps://files.catbox.moe/qaezsx.png", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-03-06T18:06:26.448248Z", "updated": "2024-03-06T18:06:54.492956Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://sh.itjust.works/post/15796895", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/79e13dc7-4a0b-4abe-816c-c1682601a392" }, { "actor": "https://lemmy.world/c/i2p", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.world/activities/create/7e444456-8ea9-47f5-8f4c-71bd3d98ee6d", "actor": "https://lemmy.world/u/CAVOK", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/12227958", "attributedTo": "https://lemmy.world/u/CAVOK", "to": [ "https://lemmy.world/c/i2p", "https://www.w3.org/ns/activitystreams#Public" ], "name": "TUTORIAL: How to run your own i2p torrent tracker", "cc": [], "content": "<p>Check the tutorial in my <a href=\"http://mnemccsdsbtwupoawqiaco2llfmnw5i4b64chep2mvkmu2yqe4xq.b32.i2p/2024/02/21/TUTORIAL-How-to-run-a-torrent-tracker-in-i2p/\" rel=\"nofollow\">blog</a>!</p>\n<p>Borrowed from that other site.</p>\n", "mediaType": "text/html", "source": { "content": "Check the tutorial in my [blog](http://mnemccsdsbtwupoawqiaco2llfmnw5i4b64chep2mvkmu2yqe4xq.b32.i2p/2024/02/21/TUTORIAL-How-to-run-a-torrent-tracker-in-i2p/)!\n\n\n\nBorrowed from that other site.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-02-21T14:11:56.134949Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.world/c/i2p", "tag": [ { "href": "https://lemmy.world/post/12227958", "name": "#i2p", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.world/c/i2p" ], "type": "Create", "audience": "https://lemmy.world/c/i2p" }, "cc": [ "https://lemmy.world/c/i2p/followers" ], "type": "Announce", "id": "https://lemmy.world/activities/announce/create/cc61e924-d15f-4bbc-9b32-e7ab83d7b3da" } ] }