darkdrgn2k
darkdrgn2k
``` sudo tar uvf /tmp/backup.tar /etc/cjdroute.conf sudo tar uvf /tmp/backup.tar /etc/yggdrasil.conf sudo tar uvf /tmp/backup.tar /etc/cjdns.iptunnel.client sudo tar uvf /tmp/backup.tar /etc/cjdns.iptunnel.server ```
dd: Was there a change to require peers to have "tcp://" in front of them? igel: yea
> @darkdrgn2k suggested something similar to IPv6|service,service|TTL|hop|Identifier What im currently theorizing. SSB uses : as delimiter but that conflicts with ipv6 We need a way of identifying each packet so...
> We will have to decide on defaults for this, maybe it can be on a per pkg basis Should also have a hard limit on TTL so its not...
> Modules/Plugins: I built this model in bash and i think its pretty simple Main Service receive packet Content of packet is passed through every shell script in a folder...
> This saves on space since a single UDP packet only has about 508 bytes for info to be used reliably I think your betting on 576 MTU which would...
C/P From PRs benhylau: --- Making cjdns first class makes it difficult to add another router / identity (e.g. yggdrasil, libp2p) in the future. Perhaps: ``` "routers": { "cjdns": {...
Q: Is exposing IPFS ID to the world a smart idea? Are there security implications to this?
> I believe IPFS nodes exchange ids anyway, verifying that they match public keys and things. I don't think it should be an issue. That was my first impression as...
> There really should be a shared module that handles schema version checking and parsing, instead of having each module jq parse this. In the current model, it means once...