Sync notes from coredns

Make notes in coredns' repo to make it authoritative there.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2019-03-03 14:12:07 +00:00
parent bc4e5de4c2
commit 9d3c78f16f
37 changed files with 38 additions and 36 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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