On Fri, Nov 01, 2024 at 05:46:00PM +0000, Klemens Nanni wrote: > This is a fun project to tinker with. > > I been running this daemon on a few nodes and upstreamed fixes for it to just > work on basic things like interface/address handling; 0.5.9 contains them, > so no need to fiddle with patches in this MODULES=lang/go port. > > I'm also running with local pledge+unveil pledges, but would like to do those > separately from the import (openbsd-wip already has them). > > > Feedback? OK to import? > > --- > Information for inst:yggdrasil-0.5.9 > > Comment: > experimental end-to-end encrypted IPv6 overlay network > > Description: > Yggdrasil is an early-stage implementation of a fully end-to-end encrypted > IPv6 > network. It is lightweight, self-arranging, supported on multiple platforms > and > allows pretty much any IPv6-capable application to communicate securely with > other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet > connectivity - it also works over IPv4. > > Maintainer: Klemens Nanni <k...@openbsd.org> > > WWW: https://yggdrasil-network.github.io/
There is already net/yggdrasil-go, which is the same upstream as this but at v0.5.3. Your rc file looks better, but yggdrasil-go has a better PLIST imo. In particular, I do like the rename of yggdrasil-genkey better. genkey is way too generic.