Make description more accessible in the example configuration file

Also don't enable this by default, as "nobody" may not exist everywhere
This commit is contained in:
Frank Denis 2018-06-13 16:54:57 +02:00
parent aab7e6380f
commit fe0aa52fba
1 changed files with 3 additions and 3 deletions

View File

@ -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