diff --git a/Makefile b/Makefile index e0dbad6..3d2f8bf 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,11 @@ test: hugo server # Sync CoreDNS' plugin README.md's to coredns.io. Uses $GOPATH to find them. +# Also sync the release notes from the notes directory. .PHONY: sync sync: ( cd bin; ./sync-from-coredns.py $$GOPATH/src/github.com/coredns/coredns/plugin ) + cp $$GOPATH/src/github.com/coredns/coredns/notes/coredns-* content/blog # Scan all markdown files for Corefile snippets and check validity # github.com/miekg/corecheck diff --git a/content/plugins/auto.md b/content/plugins/auto.md index 35df5b1..f99208b 100644 --- a/content/plugins/auto.md +++ b/content/plugins/auto.md @@ -4,7 +4,7 @@ description = "*auto* enables serving zone data from an RFC 1035-style master fi weight = 1 tags = [ "plugin", "auto" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.703380" +date = "2019-03-03T14:11:50.601042" +++ ## Description diff --git a/content/plugins/autopath.md b/content/plugins/autopath.md index adb8814..b4cd8ad 100644 --- a/content/plugins/autopath.md +++ b/content/plugins/autopath.md @@ -4,7 +4,7 @@ description = "*autopath* allows for server-side search path completion." weight = 2 tags = [ "plugin", "autopath" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.703747" +date = "2019-03-03T14:11:50.601271" +++ ## Description diff --git a/content/plugins/bind.md b/content/plugins/bind.md index fb24083..89f4fd7 100644 --- a/content/plugins/bind.md +++ b/content/plugins/bind.md @@ -4,7 +4,7 @@ description = "*bind* overrides the host to which the server should bind." weight = 3 tags = [ "plugin", "bind" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.704043" +date = "2019-03-03T14:11:50.601427" +++ ## Description diff --git a/content/plugins/cache.md b/content/plugins/cache.md index badcd77..5043c3e 100644 --- a/content/plugins/cache.md +++ b/content/plugins/cache.md @@ -4,7 +4,7 @@ description = "*cache* enables a frontend cache." weight = 4 tags = [ "plugin", "cache" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.704357" +date = "2019-03-03T14:11:50.601576" +++ ## Description diff --git a/content/plugins/chaos.md b/content/plugins/chaos.md index 7e6924b..8cb8769 100644 --- a/content/plugins/chaos.md +++ b/content/plugins/chaos.md @@ -4,7 +4,7 @@ description = "*chaos* allows for responding to TXT queries in the CH class." weight = 5 tags = [ "plugin", "chaos" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.704594" +date = "2019-03-03T14:11:50.601704" +++ ## Description diff --git a/content/plugins/debug.md b/content/plugins/debug.md index ab5ee49..87423ac 100644 --- a/content/plugins/debug.md +++ b/content/plugins/debug.md @@ -4,7 +4,7 @@ description = "*debug* disables the automatic recovery upon a crash so that you' weight = 6 tags = [ "plugin", "debug" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.704820" +date = "2019-03-03T14:11:50.601808" +++ ## Description diff --git a/content/plugins/dnssec.md b/content/plugins/dnssec.md index 5de8254..5aac95d 100644 --- a/content/plugins/dnssec.md +++ b/content/plugins/dnssec.md @@ -4,7 +4,7 @@ description = "*dnssec* enable on-the-fly DNSSEC signing of served data." weight = 7 tags = [ "plugin", "dnssec" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.705154" +date = "2019-03-03T14:11:50.601956" +++ ## Description diff --git a/content/plugins/dnstap.md b/content/plugins/dnstap.md index ca79ec3..9cebbb3 100644 --- a/content/plugins/dnstap.md +++ b/content/plugins/dnstap.md @@ -4,7 +4,7 @@ description = "*dnstap* enable logging to dnstap." weight = 8 tags = [ "plugin", "dnstap" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.705421" +date = "2019-03-03T14:11:50.602107" +++ ## Description diff --git a/content/plugins/erratic.md b/content/plugins/erratic.md index 93abebb..c9de40d 100644 --- a/content/plugins/erratic.md +++ b/content/plugins/erratic.md @@ -4,7 +4,7 @@ description = "*erratic* a plugin useful for testing client behavior." weight = 9 tags = [ "plugin", "erratic" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.705645" +date = "2019-03-03T14:11:50.602228" +++ ## Description diff --git a/content/plugins/errors.md b/content/plugins/errors.md index 683e0a2..25955da 100644 --- a/content/plugins/errors.md +++ b/content/plugins/errors.md @@ -4,7 +4,7 @@ description = "*errors* enable error logging." weight = 10 tags = [ "plugin", "errors" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.705842" +date = "2019-03-03T14:11:50.602358" +++ ## Description diff --git a/content/plugins/etcd.md b/content/plugins/etcd.md index f2eb444..1f357fd 100644 --- a/content/plugins/etcd.md +++ b/content/plugins/etcd.md @@ -4,7 +4,7 @@ description = "*etcd* enables reading zone data from an etcd version 3 instance. weight = 11 tags = [ "plugin", "etcd" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.706177" +date = "2019-03-03T14:11:50.602538" +++ ## Description diff --git a/content/plugins/federation.md b/content/plugins/federation.md index a86db98..fde54aa 100644 --- a/content/plugins/federation.md +++ b/content/plugins/federation.md @@ -4,7 +4,7 @@ description = "*federation* enables federated queries to be resolved via the kub weight = 12 tags = [ "plugin", "federation" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.706382" +date = "2019-03-03T14:11:50.602659" +++ ## Description diff --git a/content/plugins/file.md b/content/plugins/file.md index a8be883..94bc72a 100644 --- a/content/plugins/file.md +++ b/content/plugins/file.md @@ -4,7 +4,7 @@ description = "*file* enables serving zone data from an RFC 1035-style master fi weight = 13 tags = [ "plugin", "file" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.706550" +date = "2019-03-03T14:11:50.602768" +++ ## Description diff --git a/content/plugins/forward.md b/content/plugins/forward.md index 64b1155..e3803eb 100644 --- a/content/plugins/forward.md +++ b/content/plugins/forward.md @@ -4,7 +4,7 @@ description = "*forward* facilitates proxying DNS messages to upstream resolvers weight = 14 tags = [ "plugin", "forward" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.706791" +date = "2019-03-03T14:11:50.602920" +++ ## Description diff --git a/content/plugins/health.md b/content/plugins/health.md index f5a525c..a5cde98 100644 --- a/content/plugins/health.md +++ b/content/plugins/health.md @@ -4,7 +4,7 @@ description = "*health* enables a health check endpoint." weight = 15 tags = [ "plugin", "health" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.707002" +date = "2019-03-03T14:11:50.603066" +++ ## Description diff --git a/content/plugins/hosts.md b/content/plugins/hosts.md index 7b3d65b..d641bcf 100644 --- a/content/plugins/hosts.md +++ b/content/plugins/hosts.md @@ -4,7 +4,7 @@ description = "*hosts* enables serving zone data from a `/etc/hosts` style file. weight = 16 tags = [ "plugin", "hosts" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.707194" +date = "2019-03-03T14:11:50.603190" +++ ## Description diff --git a/content/plugins/import.md b/content/plugins/import.md index 3c9b40d..715cfdc 100644 --- a/content/plugins/import.md +++ b/content/plugins/import.md @@ -4,7 +4,7 @@ description = "*import* include files or reference snippets from a Corefile." weight = 17 tags = [ "plugin", "import" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.707360" +date = "2019-03-03T14:11:50.603300" +++ ## Description diff --git a/content/plugins/k8s_external.md b/content/plugins/k8s_external.md index aa349ad..d365bbd 100644 --- a/content/plugins/k8s_external.md +++ b/content/plugins/k8s_external.md @@ -4,7 +4,7 @@ description = "*k8s_external* resolve load balancer and external IPs from outsid weight = 18 tags = [ "plugin", "k8s_external" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.707533" +date = "2019-03-03T14:11:50.603412" +++ ## Description diff --git a/content/plugins/kubernetes.md b/content/plugins/kubernetes.md index 6327173..c46a29c 100644 --- a/content/plugins/kubernetes.md +++ b/content/plugins/kubernetes.md @@ -4,7 +4,7 @@ description = "*kubernetes* enables the reading zone data from a Kubernetes clus weight = 19 tags = [ "plugin", "kubernetes" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.707791" +date = "2019-03-03T14:11:50.603587" +++ ## Description diff --git a/content/plugins/loadbalance.md b/content/plugins/loadbalance.md index f6335b0..c11fa1b 100644 --- a/content/plugins/loadbalance.md +++ b/content/plugins/loadbalance.md @@ -4,7 +4,7 @@ description = "*loadbalance* randomize the order of A, AAAA and MX records." weight = 20 tags = [ "plugin", "loadbalance" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.707948" +date = "2019-03-03T14:11:50.603695" +++ ## Description diff --git a/content/plugins/log.md b/content/plugins/log.md index 7c46fd5..d223c1b 100644 --- a/content/plugins/log.md +++ b/content/plugins/log.md @@ -4,7 +4,7 @@ description = "*log* enables query logging to standard output." weight = 21 tags = [ "plugin", "log" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.708171" +date = "2019-03-03T14:11:50.603834" +++ ## Description diff --git a/content/plugins/loop.md b/content/plugins/loop.md index 5c3f1d1..257c839 100644 --- a/content/plugins/loop.md +++ b/content/plugins/loop.md @@ -4,7 +4,7 @@ description = "*loop* detect simple forwarding loops and halt the server." weight = 22 tags = [ "plugin", "loop" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.708368" +date = "2019-03-03T14:11:50.603973" +++ ## Description diff --git a/content/plugins/metadata.md b/content/plugins/metadata.md index 8948dc1..422f8ca 100644 --- a/content/plugins/metadata.md +++ b/content/plugins/metadata.md @@ -4,7 +4,7 @@ description = "*metadata* enable a meta data collector." weight = 23 tags = [ "plugin", "metadata" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.708513" +date = "2019-03-03T14:11:50.604079" +++ ## Description diff --git a/content/plugins/metrics.md b/content/plugins/metrics.md index a51026c..7e3f8b2 100644 --- a/content/plugins/metrics.md +++ b/content/plugins/metrics.md @@ -4,7 +4,7 @@ description = "*prometheus* enables [Prometheus](https://prometheus.io/) metrics weight = 24 tags = [ "plugin", "metrics" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.708659" +date = "2019-03-03T14:11:50.604191" +++ ## Description diff --git a/content/plugins/nsid.md b/content/plugins/nsid.md index 3ea3ed0..0efa0c4 100644 --- a/content/plugins/nsid.md +++ b/content/plugins/nsid.md @@ -4,7 +4,7 @@ description = "*nsid* adds an identifier of this server to each reply." weight = 25 tags = [ "plugin", "nsid" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.708815" +date = "2019-03-03T14:11:50.604305" +++ ## Description diff --git a/content/plugins/pprof.md b/content/plugins/pprof.md index 8dde5c9..4ba1138 100644 --- a/content/plugins/pprof.md +++ b/content/plugins/pprof.md @@ -4,7 +4,7 @@ description = "*pprof* publishes runtime profiling data at endpoints under `/deb weight = 26 tags = [ "plugin", "pprof" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.708987" +date = "2019-03-03T14:11:50.604429" +++ ## Description diff --git a/content/plugins/proxy.md b/content/plugins/proxy.md index 2d2584e..e95d517 100644 --- a/content/plugins/proxy.md +++ b/content/plugins/proxy.md @@ -4,7 +4,7 @@ description = "*proxy* facilitates both a basic reverse proxy and a robust load weight = 27 tags = [ "plugin", "proxy" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.709180" +date = "2019-03-03T14:11:50.604581" +++ ## Description diff --git a/content/plugins/reload.md b/content/plugins/reload.md index 232bb2a..782a693 100644 --- a/content/plugins/reload.md +++ b/content/plugins/reload.md @@ -4,7 +4,7 @@ description = "*reload* allows automatic reload of a changed Corefile." weight = 28 tags = [ "plugin", "reload" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.709340" +date = "2019-03-03T14:11:50.604709" +++ ## Description diff --git a/content/plugins/rewrite.md b/content/plugins/rewrite.md index 9a37d8a..1001b94 100644 --- a/content/plugins/rewrite.md +++ b/content/plugins/rewrite.md @@ -4,7 +4,7 @@ description = "*rewrite* performs internal message rewriting." weight = 29 tags = [ "plugin", "rewrite" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.709611" +date = "2019-03-03T14:11:50.604906" +++ ## Description diff --git a/content/plugins/root.md b/content/plugins/root.md index 2db312f..2e65cad 100644 --- a/content/plugins/root.md +++ b/content/plugins/root.md @@ -4,7 +4,7 @@ description = "*root* simply specifies the root of where to find (zone) files." weight = 30 tags = [ "plugin", "root" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.709748" +date = "2019-03-03T14:11:50.605014" +++ ## Description diff --git a/content/plugins/route53.md b/content/plugins/route53.md index 42346de..0645818 100644 --- a/content/plugins/route53.md +++ b/content/plugins/route53.md @@ -4,7 +4,7 @@ description = "*route53* enables serving zone data from AWS route53." weight = 31 tags = [ "plugin", "route53" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.709898" +date = "2019-03-03T14:11:50.605135" +++ ## Description diff --git a/content/plugins/secondary.md b/content/plugins/secondary.md index 4d5b248..d1aada9 100644 --- a/content/plugins/secondary.md +++ b/content/plugins/secondary.md @@ -4,7 +4,7 @@ description = "*secondary* enables serving a zone retrieved from a primary serve weight = 32 tags = [ "plugin", "secondary" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.710035" +date = "2019-03-03T14:11:50.605236" +++ ## Description diff --git a/content/plugins/template.md b/content/plugins/template.md index d4957ec..70b1a0f 100644 --- a/content/plugins/template.md +++ b/content/plugins/template.md @@ -4,7 +4,7 @@ description = "*template* allows for dynamic responses based on the incoming que weight = 33 tags = [ "plugin", "template" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.710275" +date = "2019-03-03T14:11:50.605422" +++ ## Description diff --git a/content/plugins/tls.md b/content/plugins/tls.md index 88119c8..f130ba3 100644 --- a/content/plugins/tls.md +++ b/content/plugins/tls.md @@ -4,7 +4,7 @@ description = "*tls* allows you to configure the server certificates for the TLS weight = 34 tags = [ "plugin", "tls" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.710448" +date = "2019-03-03T14:11:50.605544" +++ ## Description diff --git a/content/plugins/trace.md b/content/plugins/trace.md index f4b51d3..6862362 100644 --- a/content/plugins/trace.md +++ b/content/plugins/trace.md @@ -4,7 +4,7 @@ description = "*trace* enables OpenTracing-based tracing of DNS requests as they weight = 35 tags = [ "plugin", "trace" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.710595" +date = "2019-03-03T14:11:50.605663" +++ ## Description diff --git a/content/plugins/whoami.md b/content/plugins/whoami.md index 2ce9a8a..620dbc2 100644 --- a/content/plugins/whoami.md +++ b/content/plugins/whoami.md @@ -4,7 +4,7 @@ description = "*whoami* returns your resolver's local IP address, port and trans weight = 36 tags = [ "plugin", "whoami" ] categories = [ "plugin" ] -date = "2019-03-03T09:28:16.710724" +date = "2019-03-03T14:11:50.605766" +++ ## Description