Re: Issue with package dnscrypt-proxy-openrc 23 April 2023, 14:32:42 Quote from: tayrumu – on 23 April 2023, 14:25:05If I'm not mistaken, the user is created upon package installation. For me it is the `dnscrypt` user.Code: [Select]setcap cap_net_bind_service=+ep /usr/bin/dnscrypt-proxyshould allow you to run dnscrypt-proxy without root.I'm sharing this solution since it was one of my greatest hurdles during post-install. I think the package installation should do this by default.