dnscrypt-proxy/sysconfig.dnscrypt
Marguerite Su 3765bae928 Accepting request 349513 from home:dsterba:branches:server:dns
- add dnscrypt-resolvers.csv from git (e6b4e93d07bdce39d4656c5a6)
- change default resolver to cisco (bnc#957003)

OBS-URL: https://build.opensuse.org/request/show/349513
OBS-URL: https://build.opensuse.org/package/show/server:dns/dnscrypt-proxy?expand=0&rev=6
2015-12-23 07:34:10 +00:00

108 lines
2.4 KiB
Plaintext

## Path: Network/DNS/DNSCrypt
## Description: Local address
## Type: string
## Default: ""
#
# Address and port where the dnscrypt-proxy daemon listens. Format is
# address:port, with dnscrypt-proxy's default 127.0.0.1:53 .
#
DNSCRYPT_LOCAL_ADDRESS=
## 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.
#
# If the value is empty, the default is substituted.
#
DNSCRYPT_RESOLVER_NAME=
## Path: Network/DNS/DNSCrypt
## Description: Log file
## Type: string
## Default: "/var/log/dnscrypt-proxy.log"
#
# Use the given log file instead of standard out, where the output is possibly
# grabbed by the system logger.
#
DNSCRYPT_LOGFILE=/var/log/dnscrypt-proxy.log
## Path: Network/DNS/DNSCrypt
## Description: Log level
## Type: string
## Default: ""
#
# Don't log events with priority above this level after the service has been
# started up. Default is the value for LOG_INFO.
#
# NOTE: currently unused
#
DNSCRYPT_LOGLEVEL=
## Path: Network/DNS/DNSCrypt
## Description: Optional plugin (1)
## Type: string
## Default: ""
#
# Use the given dnscrypt plugin.
#
DNSCRYPT_PLUGIN1=
## Path: Network/DNS/DNSCrypt
## Description: Optional plugin (2)
## Type: string
## Default: ""
#
# Use the given dnscrypt plugin.
#
DNSCRYPT_PLUGIN2=
## Path: Network/DNS/DNSCrypt
## Description: Optional plugin (3)
## Type: string
## Default: ""
#
# Use the given dnscrypt plugin.
#
DNSCRYPT_PLUGIN3=
## Path: Network/DNS/DNSCrypt
## Description: Optional plugin (4)
## Type: string
## Default: ""
#
# Use the given dnscrypt plugin.
#
DNSCRYPT_PLUGIN4=
## Path: Network/DNS/DNSCrypt
## Description: Other options
## Type: string
## Default: ""
#
# Additional user options
#
DNSCRYPT_OPTIONS=
## Path: Network/DNS/DNSCrypt
## Description: Use ephemeral keys
## Type: string
## Default: "yes"
#
# Enable ephemeral keys for connections.
#
DNSCRYPT_EPHEMERAL_KEYS=