oooo-ps
oooo-ps
I faced a similar issue when trying to share torrents between different clients on the same machine (router) due to a TLS handshake error. However, it works with the Mycelium...
I've just implemented it for myself. See PR: https://github.com/squidowl/halloy/pull/1318
Yes, I'm worried that touching anything beyond the address range rule could damage the stability of the router. Maybe return to this subject later, as learning I2P for few days,...
I'm running this one: ``` http://[505:6847:c778:61a1::9216] ``` * with changed filter [line](https://github.com/PurpleI2P/pyseeder/blob/master/yggdrasil/y2r.sh#L91) but I don't know how to collect the DB if my router running Yggdrasil-only mode. Seems I must...
I have this annoying message in my debug.log, in the release mode: ``` No 404 catcher registered. Using Rocket default. ``` How to silentize it?
to prune the last blocks in a chain, you should read the earlier ones first, lol
Read bytes from stream requires write destination: into the memory or into the disk. Prune operation goes after that.
@ufm about CJDNS, I'm not using it and don't know how to test it. Thoughts about the regex option, or perhaps a network range parser. I don't like the current...
Found this crate, maybe it's better solution for simple (and stable) filtering from the config string: https://crates.io/crates/iprange Not sure about the performance only, because it uses deserealization.