Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
  Quick typo fix in example config. (#511)
This commit is contained in:
Frank Denis 2018-06-22 23:57:49 +02:00
commit 86de37fe5b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ listen_addresses = ['127.0.0.1:53', '[::1]:53']
max_clients = 250
## Switch to a non-privileged system user after listeneing sockets have been created
## Switch to a non-privileged system user after listening sockets have been created
## Note: This option is unsupported on Windows
# username = 'nobody'