mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Update dnscrypt-proxy.toml.j2 (#1022)
This commit is contained in:
parent
facd55c635
commit
e6281bc7df
1 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,18 @@ listen_addresses = ['{{ local_service_ip }}:{{ listen_port }}']
|
|||
max_clients = 250
|
||||
|
||||
|
||||
## Switch to a non-privileged system user after listening sockets have been created.
|
||||
## Two processes will be running.
|
||||
## The first one will keep root privileges, but is only a supervisor, that does nothing
|
||||
## except create the sockets, manage the service, and restart it if it crashes.
|
||||
## The second process is the service itself, and that one will always run as a different
|
||||
## user.
|
||||
## Note (1): this feature is currently unsupported on Windows.
|
||||
## Note (2): this feature is not compatible with systemd socket activation.
|
||||
|
||||
user_name = 'nobody'
|
||||
|
||||
|
||||
## Require servers (from static + remote sources) to satisfy specific properties
|
||||
|
||||
# Use servers reachable over IPv4
|
||||
|
|
Loading…
Add table
Reference in a new issue