Quick typo fix in example config. (#511)
This commit is contained in:
parent
a1c8012fc6
commit
74093a65a2
|
@ -41,7 +41,7 @@ listen_addresses = ['127.0.0.1:53', '[::1]:53']
|
||||||
max_clients = 250
|
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
|
## Note: This option is unsupported on Windows
|
||||||
|
|
||||||
# username = 'nobody'
|
# username = 'nobody'
|
||||||
|
|
Loading…
Reference in New Issue