it will install a dns resolver (powerdns) and configure dnscrypt wrapper ("server"), you should however look into firewalling dns port (udp/53) so the server is not abused for attacks
considering I only want to use dnscrypt, I should completely firewall it in the powerdns config (allow only from localhost) and only accept requests over dnscrypt from external
powerdns here instead of dnsmask (or bind)
its way faster and more powerful than bind and dnsmasq - bind is bloated and slow and dnsmasq does not have the featureset, also dnsmasq is a dns forwarder, not a recursor (the difference between a forwarder and recursor is trivial in our case - forwarder means, you forward your dns requests to another dns resolver (e.g. google, opennic, opendns, ...) while the recursor does the resolving of domains by itself)
Or exactly a local dns forwarder forwarding dns requests via dnscrypt to an external resolver like opennic