Files
coredns/plugin
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
..
2019-04-28 11:46:45 +01:00
2019-05-23 21:02:30 +01:00
2019-02-17 08:31:58 +00:00
2019-04-29 13:51:45 -04:00
2019-04-24 07:01:44 +01:00
2019-02-21 07:23:34 +00:00
2019-04-08 11:13:46 +01:00
2018-07-19 16:23:06 +01:00
2019-04-29 13:51:45 -04:00
2019-05-31 15:42:47 -07:00
2018-08-14 08:55:55 -07:00
2019-06-01 08:40:12 +01:00
2018-07-19 16:23:06 +01:00