mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 19:42:03 +01:00
Bump min TTL, switch daemon user and group
This commit is contained in:
parent
33080e9766
commit
9b7cd92696
@ -70,7 +70,7 @@ cache_capacity = 150000
|
|||||||
|
|
||||||
## DNS cache: minimum TTL
|
## DNS cache: minimum TTL
|
||||||
|
|
||||||
cache_ttl_min = 600
|
cache_ttl_min = 3600
|
||||||
|
|
||||||
|
|
||||||
## DNS cache: max TTL
|
## DNS cache: max TTL
|
||||||
@ -100,12 +100,12 @@ daemonize = false
|
|||||||
|
|
||||||
## User name to drop privileges to, when started as root.
|
## User name to drop privileges to, when started as root.
|
||||||
|
|
||||||
# user = "_encrypted-dns"
|
user = "_encrypted-dns"
|
||||||
|
|
||||||
|
|
||||||
## Group name to drop privileges to, when started as root.
|
## Group name to drop privileges to, when started as root.
|
||||||
|
|
||||||
# group = "_encrypted-dns"
|
group = "_encrypted-dns"
|
||||||
|
|
||||||
|
|
||||||
## Path to chroot() to, when started as root.
|
## Path to chroot() to, when started as root.
|
||||||
|
Loading…
Reference in New Issue
Block a user