There's a closed pull request on the void-packages repository dnscrypt-proxy: put config in subdirectory of etc/. https://github.com/void-linux/void-packages/pull/34517 Description: this change prevents dnscrypt-proxy from polluting etc/ with lists of relays, resolvers, etc. After enabling the service, I was seeing these files show up in etc/: ``` public-resolvers.md public-resolvers.md.minisig relays.md relays.md.minisig ``` Not sure how it should notify that the config location has moved. Should there be an `INSTALL.msg`, or should the config be moved in post in an `INSTALL`? #### Testing the changes - I tested the changes in this PR: **YES**