dnscrypt-proxy/sysconfig.dnscrypt-proxy

58 lines
1.4 KiB
Plaintext

## Path: Network/DNS/DNSCrypt
## Description: Run daemon under specified user
## Type: string
## Default: "dnscrypt"
#
# The recommended user is 'dnscrypt' but the empty value will not pass
# any --user parameter to dnscrypt-proxy if this is desired by the user.
#
DNSCRYPT_USER="dnscrypt"
## Path: Network/DNS/DNSCrypt
## Description: Resolver name
## Type: string
## Default: "cisco"
#
# Short name of resolver, see /usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv
# for the full list.
#
DNSCRYPT_RESOLVER_NAME="cisco"
## Path: Network/DNS/DNSCrypt
## Description: Log level
## Type: string
## Default: "7"
#
# Don't log events with priority above this level after the service has been
# started up.
#
# Valid values are:
# 0 (system is unusable)
# 1 (action must be taken immediately)
# 2 (critical conditions)
# 3 (error conditions)
# 4 (warning conditions)
# 5 (normal but significant condition)
# 6 (informational)
# 7 (debug-level messages)
#
DNSCRYPT_LOGLEVEL="7"
## Path: Network/DNS/DNSCrypt
## Description: Other options
## Type: string
## Default: ""
#
# Additional user options, plugin can be configured here
#
DNSCRYPT_OPTIONS=""
## Path: Network/DNS/DNSCrypt
## Description: Use ephemeral keys
## Type: string
## Default: "--ephemeral-keys"
#
# Enable ephemeral keys for connections.
#
DNSCRYPT_EPHEMERAL_KEYS="--ephemeral-keys"