Recent comments

Yolli wrote

Reply to Meet Alice by not_bob

Do these ai image generators include watermarks in the images that can be used to identify the user who created it?

1

Yolli wrote

For reading rss feeds there exists also the desktop application thunderbird. Configuring the network settings in thunderbird under manual proxy configuration / http proxy worked for me. Entering into 2 text fields {!ip-address of your i2p node in local network!} port number of http-proxy (4444 for example) worked. I do not know about other rss feed readers.

1

guidry wrote

i saw online read only phone once, or VOIP swap number possibility. but maybe we can also share fake account. Would need some for a cloud GPU PAAS project using google collab as a showcase

1

cumlord OP wrote

it's the same thing notbob is doing from notbobs post wrote about it some here:

encrypted leaseset for stuff you don't want found and making sure auth is enabled with the biglybt webui are the best ways (or disabling the webui)

any leaseset is stored in the netdb, and the netdb is stored by floodfills. if you run a floodfill you can watch the leasesets come in from peers and try them with a scanning tool. in practice and even with only a router or 2 designated for this you can scan a majority of the steadily available content in i2p that isn't registered within a week or 2 probably

1

cumlord wrote (edited )

if you have any server tunnel that you want to be accessible publicly as a service it will be picked up like this. for stuff you don't want to be public to the network, you have some options:

  • encrypted leasesets
  • whitelist a list of b32s
  • dummy content on port 80 with the "real" thing on a random port
  • auth
2

NapkinBlizzard wrote (edited )

No, it's not just you. See this thread.

/u/Paris:

I do not trust the i2p network enough anymore. The bloom filter issue caused me to need to burn a whole lot of servers which I would have rather not needed to do. Issues come up but with arti beginning to be production ready the Tor network will only get even stronger.

1

cumlord wrote

Reply to comment by Chronic in I2P+ 2.9.0+ released by z3d

there's a lot of config options and advanced stuff you can do with it. tends to be really good for hosting things too. susimail would be nice as standalone though, i think you can do it but not easy

iirc 25 is the max for priority for a queue system with messages. you can set it up for dev updates to try the newest stuff if you want (though sometimes things can break), i tend to increase the exploratory tunnels to 16. Also like to set http tunnel to reduce tunnel quantity on idle/close tunnel after ~10 mins, select new keys on reopen so i get fresh b32 for http proxy.

when you enable advanced though it gives explanations of what they do in the (?) button on that page

2

Chronic wrote

Reply to comment by cumlord in I2P+ 2.9.0+ released by z3d

Thanks, I actually started using i2p+ a couple of days ago, and I'm really enjoying it so far. Coming from I2Pd, I really didn't expect that much configuration options and features, yet it's a good thing to learn more about how java clients work (with the help of the included Help & FAQ sidebar). The web apps really define the full experience of using i2p, however I know that currently only I2Psnark has a standalone version, so I hope Susimail gets one too. The ability to turn on/off tunnels without shutting down the entire router is also really neat, yet I realized that they come with an [outbound.priority] custom option by default, so I need to look more into that.

I haven't touched the [routerconsole.advanced] option yet, so is there anything specific to look out for when I enable it?

1