dnscrypt-proxy service: fix default resolver name

The "opendns" resolver has changed name to "cisco", causing the default
dnscrypt-proxy configuration to fail.
This commit is contained in:
Joachim Fasting 2016-03-09 02:51:46 +01:00
parent d92bb56f74
commit e3ae435aad

View file

@ -49,7 +49,7 @@ in
'';
};
resolverName = mkOption {
default = "opendns";
default = "cisco";
type = types.nullOr types.string;
description = ''
The name of the upstream DNSCrypt resolver to use. See