13 lines
487 B
Text
13 lines
487 B
Text
|
Index: dnscrypt-proxy/example-dnscrypt-proxy.toml
|
||
|
--- dnscrypt-proxy/example-dnscrypt-proxy.toml.orig
|
||
|
+++ dnscrypt-proxy/example-dnscrypt-proxy.toml
|
||
|
@@ -52,7 +52,7 @@ max_clients = 250
|
||
|
## Note (2): this feature is not compatible with systemd socket activation.
|
||
|
## Note (3): when using -pidfile, the PID file directory must be writable by the new user
|
||
|
|
||
|
-# user_name = 'nobody'
|
||
|
+user_name = '_dnscrypt-proxy'
|
||
|
|
||
|
|
||
|
## Require servers (from remote sources) to satisfy specific properties
|