And another #OpenVPN ^W #MirageVPN #MirageOS article at https://blog.robur.coop/articles/miragevpn-ncp.html -- we support AEAD ciphers and NCP :D
Great work by @reynir and @dinosaure Nice to have some funding from the EU taxpayer (via NGI assure, handled by NLnet). #OCaml #NGI
Nice to see some unikernel development.
Where can I find out more about the `Lwt.fail` removal? IIRC to get proper backtraces under Lwt you have to use the lwt ppx, or did you find another solution?
Also do you intend to support other VPN protocols in the future (e.g. Wireguard)?
(P.S. first time using Mastodon so I hope this is the right way to reply to a post)
@edwintorok @reynir @dinosaure about Lwt.fail, we replaced it with failwith https://github.com/robur-coop/miragevpn/pull/67/ -- though that may not be the full solution...
More VPN -- sure, why not? The reason to use OpenVPN was an existing codebase (from 2019), and thus less work to move to something stable / finished. Now our current grant is about OpenVPN only.