From 8f2972845df9b38ef8b01c398fff5687087c5fd4 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 14 Jun 2018 07:35:13 +0000 Subject: [PATCH] Note that Windows doesn't support username option (#494) --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index db24a86d..4d8a225d 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -42,6 +42,7 @@ max_clients = 250 ## Switch to a non-privileged system user after listeneing sockets have been created +## Note: This option is unsupported on Windows # username = 'nobody'