## 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: "opendns" # # 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=