nixpkgs/pkgs/servers/dns
Brendan Taylor 95e66809de coredns: allow adding external plugins
Solves https://github.com/NixOS/nixpkgs/issues/146603

CoreDNS has support for plugins that are added at compile time. This
exposes an argument `externalPlugins` that will build coredns with
the specified plugins.

Example:
```
coredns-fanout = pkgs.coredns.override {
  externalPlugins = [
    {name = "fanout"; repo = "github.com/networkservicemesh/fanout"; version = "v1.9.1";}
  ];
  vendorHash = "<SRI hash>";
};
```
2023-09-27 23:35:47 +02:00
..
acme-dns treewide: Add meta.mainProgram 2023-07-31 21:54:43 +02:00
bind bind: 9.18.18 -> 9.18.19 2023-09-20 21:32:41 +00:00
coredns coredns: allow adding external plugins 2023-09-27 23:35:47 +02:00
dnsdist dnsdist: 1.7.3 -> 1.8.0 2023-05-16 00:02:05 +00:00
doh-proxy-rust doh-proxy-rust: 0.9.8 -> 0.9.9 2023-05-05 15:32:20 +00:00
https-dns-proxy
knot-dns knot-dns: 3.3.0 -> 3.3.1 2023-09-11 11:17:04 +02:00
knot-resolver knot-resolver: 5.6.0 -> 5.7.0 2023-08-22 12:05:57 +02:00
ncdns treewide: vendorSha256 → vendorHash 2023-09-13 01:03:44 -06:00
nsd nsd: enable parallel building 2023-09-22 00:26:06 +03:00
pdns pdns: 4.8.1 -> 4.8.2 2023-09-07 10:52:08 -04:00
pdns-recursor pdns-recursor: 4.9.0 -> 4.9.1 2023-08-31 16:17:24 +00:00
trust-dns trust-dns: 0.22.1 -> 0.23.0 2023-09-12 18:06:33 -04:00