mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
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 {
|
||||
default = "opendns";
|
||||
default = "cisco";
|
||||
type = types.nullOr types.string;
|
||||
description = ''
|
||||
The name of the upstream DNSCrypt resolver to use. See
|
||||
|
Loading…
Reference in New Issue
Block a user