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:
parent
d92bb56f74
commit
e3ae435aad
@ -49,7 +49,7 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
resolverName = mkOption {
|
resolverName = mkOption {
|
||||||
default = "opendns";
|
default = "cisco";
|
||||||
type = types.nullOr types.string;
|
type = types.nullOr types.string;
|
||||||
description = ''
|
description = ''
|
||||||
The name of the upstream DNSCrypt resolver to use. See
|
The name of the upstream DNSCrypt resolver to use. See
|
||||||
|
Loading…
x
Reference in New Issue
Block a user