I am very dedicated to DNSCrypt, users and the ecosystem. That said I am not only operating this service but also contributing to projects in this space.
Among others, I’ve contributed to the following projects:
unbound:
libsodium:
dnscrypt-wrapper (my forked github repo):
- call udp_tune() before bind()
- rework tcp_listener_bind() so that tcp_tune() is called before a socket is bound
- Add support for SO_REUSEPORT. This is also a workaround for libevent’s current lack of support for this sockopt
- Add option to specify certificate expiration (in days)