If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.
discussed with sthen@, tb@ and robert@
praying that my grep/sed skills did not break anything and still
believing in portbump :-)
MLVPN is VPN software that encrypts data with the Salsa20 stream cipher and
uses Ed25519 authentication. It can either run with a single ISP connection,
or can aggregate multiple circuits with active monitoring to identify and
remove faulty ones without dropping TCP connections. To avoid problems with
out-of-order packet delivery, it can optionally add delays per-connection
or buffer packets before delivering to the tun/tap interface.
MLVPN uses privilege separation and supports Linux, OpenBSD and FreeBSD.