Here's a commit to dports that gets Wireguard working: https://gitlab.com/falsifian/dports/-/commit/0ae8ba7aa856b91f4dc211d543fd4456c914af46
Hopefully it's easy to turn it into a DeltaPorts commit. LMK if it's nontrivial and/or I can help somehow. If you're familiar with Wireguard and want to try it out, following these steps got me a working Wireguard connection: 1. Check out the above commit in /usr/dports. 2. Uninstall go (or go-devel), wireguard, and wireguard-go. 3. In /usr/dports/net/wireguard, make DISABLE_VULNERABILITIES=yes install (DISABLE_VULNERABILITIES is needed for lang/go). 4. Create wg0.conf and doas wg-quick up, as explained in the commit message. (Requires having another host to be configured at the other end. LMK if you want more details.) -- James