From ae54a7aafc53bff8354299ca89dc14ce26de33c4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 13 Jun 2018 16:49:57 +0200 Subject: [PATCH] Revert "Do not mention systemd activation until #480 is solved" This reverts commit 066345123b054200b8d21b7c0bb331b396844644. --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 07c863d5..124109ef 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -31,6 +31,7 @@ ## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6. +## Note: When using systemd socket activation, choose an empty set (i.e. [] ). listen_addresses = ['127.0.0.1:53', '[::1]:53']