From 066345123b054200b8d21b7c0bb331b396844644 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 8 Jun 2018 06:35:47 +0200 Subject: [PATCH] Do not mention systemd activation until #480 is solved --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 124109ef..07c863d5 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -31,7 +31,6 @@ ## 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']