nixpkgs/pkgs/tools
Joachim Fasting 0526467494
dnscrypt-proxy: enable additional plugins
Adding ldns builds additional plugins for rewriting DNS queries,
such as blocking and forwarding.

For example, to use a custom domain blocklist, you can do
```nix
let
  myBlockListFile = writeText "blocked-domains" ''
    *.example.com
  '';
in
{
  services.dnscrypt-proxy.extraArgs = [
    "-X libdcplugin_example_ldns_blocking.so,--domains=${myBlockListFile}"
  ];
}
```
2017-03-16 16:15:33 +01:00
..
admin pepper: add 'pierrer' as a maintainer 2017-03-09 10:44:39 +01:00
archivers unshield: 1.3 -> 1.4.2 2017-03-06 17:24:43 -05:00
audio mpdris2: install locale files to correct location 2017-03-07 12:33:36 +01:00
backup s3ql: 2.17.1 -> 2.21 2017-03-16 18:19:57 +08:00
bluetooth Remove kde4.bluedevil 2017-02-24 16:48:59 -06:00
bootloaders/refind refind: mark as broken 2017-03-14 15:36:35 +01:00
cd-dvd dvdisaster: fix $out variable expansion (makeFlags) 2017-03-07 12:11:27 +01:00
compression lzham: init at 1.0 2017-03-11 10:00:06 +01:00
filesystems glusterfs: 3.9.1 -> 3.10.0 2017-03-09 18:47:38 +01:00
graphics asymptote: 2.39 -> 2.40 2017-03-09 18:47:37 +01:00
inputmethods fcitx: fix fcitx-qt5 attribute path 2017-03-03 08:54:32 +09:00
misc Merge pull request #23908 from nicknovitski/entr-update 2017-03-15 09:06:26 +01:00
networking dnscrypt-proxy: enable additional plugins 2017-03-16 16:15:33 +01:00
package-management disnix: 0.6 -> 0.7 2017-03-14 23:18:23 +01:00
security keybase: 20170209 -> 1.0.20 2017-03-16 10:01:57 +08:00
system ipmiutil: 3.0.1 -> 3.0.2 2017-03-09 18:47:37 +01:00
text Merge pull request #23864 from mimadrid/update/ripgrep-0.5.0 2017-03-15 21:42:23 +01:00
typesetting fop: 1.1 -> 2.1 2017-02-28 23:29:31 +01:00
video rtmpdump: 2015-01-15 -> 2015-12-30 2017-02-09 08:45:12 +01:00
virtualization awless: 0.0.13 -> 0.0.14 2017-02-24 11:15:26 +08:00
X11 primus: fix if nvidia is not used 2017-03-08 23:10:43 +03:00