coredns/plugin/pkg
Miek Gieben a1c97f82a6
plugin/ready: fix starts and restarts (#2814)
Add OnRestartFailed to the ready plugin and some various cleanups.

Document slightly better how things are supposed to work with multiple
`ready`'s in the multiple Server Blocks.

All manually tested with this Corefile:
~~~
. {
    log
    ready
}

example.org {
    log
    chaos
    ready
}
~~~
And then `kill -SIGUSR1` and curling the ready endpoint. This works
well, the FailedReload is triggered by adding a syntax error in the
Corefile.

See #2659

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-06-09 08:10:15 +01:00
..
cache Move cache Keys to 64bit for a better dispersion and lower collision frequency (#2077) 2018-08-31 14:26:43 -07:00
dnstest retry creating dnstest.Server if tcp or udp port is in use (#1799) 2018-06-22 10:54:40 +01:00
dnsutil plugin/cache: fix TTL for negative DNS responses (#2197) 2018-10-19 14:10:08 -04:00
doh Typo fixes (#2031) 2018-08-14 08:55:55 -07:00
edns edns0 compliance: set correct RCODE (#2388) 2018-12-11 20:27:29 +00:00
fall pkg/fall: make Zero and Root vars not funcs (#1367) 2018-01-09 22:29:19 +00:00
fuzz all: fix plugin import ordering (#1717) 2018-04-22 08:34:35 +01:00
log pkg/log: fix data race on d (#2698) 2019-05-23 21:02:30 +01:00
nonwriter Revert pkg/nonwriter changes (#1829) 2018-05-23 08:50:27 -04:00
parse Better naming (#2104) 2018-09-19 08:16:04 +01:00
rcode doc: some function/vars/const/package level updates (#1558) 2018-02-23 15:02:05 +00:00
replacer Fix typo: rrflags -> rflags (#2587) 2019-02-21 07:13:05 +00:00
response [plugin/cache] cache failures (#2720) 2019-04-08 11:15:05 +01:00
singleflight Fix error string should not be capitalized (#2608) 2019-02-27 08:25:02 -05:00
tls Fix t.Error error message (#2551) 2019-02-11 07:23:05 +00:00
trace Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
transport Better naming (#2104) 2018-09-19 08:16:04 +01:00
uniq plugin/ready: fix starts and restarts (#2814) 2019-06-09 08:10:15 +01:00
up pkg/up: implement backoff (#2342) 2018-12-01 09:07:03 +00:00
upstream Remove context.Context from request.Request (#2726) 2019-03-26 14:37:30 +00:00