-
I've started using dnscrypt-proxy through the package provided as part of Debian bullseye. It works quite well, and that includes the use of systemd sockets. I noticed that dnscrypt-proxy already supports systemd-notify signaling to update on the status of the service. Would there be interest in adding a fine-tuned configuration for systemd for reference that includes:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, I made a systemd override file for the unit. It works for me... https://github.com/dmdmdm/systemd_overrides/blob/main/system/dnscrypt-proxy.service.d/override.conf |
Beta Was this translation helpful? Give feedback.
-
I am currently testing with https://gist.github.com/cobratbq/fbb3119f2ae641f42a9711d6b6fc42bf#file-dnscrypt-proxy-service-hardened Note that this requires (probably) the use of systemd-sockets to work. @dmdmdm the way it is set up in Debian -- which I used as a basis, dnscrypt-proxy is still running all the time. The systemd-sockets make it possible to further restrict access. In this set-up it allows easy binding to loopback-device and the service itself now only requires Note: apparently you can get detailed info when running |
Beta Was this translation helpful? Give feedback.
Hi, I made a systemd override file for the unit. It works for me... https://github.com/dmdmdm/systemd_overrides/blob/main/system/dnscrypt-proxy.service.d/override.conf