From fe0aa52fbad84c932528d621d70f8a56cc3a6b23 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 13 Jun 2018 16:54:57 +0200 Subject: [PATCH] Make description more accessible in the example configuration file Also don't enable this by default, as "nobody" may not exist everywhere --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 21e234ea..db24a86d 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -40,10 +40,10 @@ listen_addresses = ['127.0.0.1:53', '[::1]:53'] max_clients = 250 -## After binding to the port(s) user privileges are dropped by calling itself -## via exec.command() with SysProcAttr.Credential() -username = 'nobody' +## Switch to a non-privileged system user after listeneing sockets have been created + +# username = 'nobody' ## Require servers (from static + remote sources) to satisfy specific properties