diff options
author | 2017-08-07 03:49:40 -0700 | |
---|---|---|
committer | 2017-08-07 03:49:40 -0700 | |
commit | 050eccd69e2381fa865b5c527618111ab7c7d21d (patch) | |
tree | b340725e737e5df22743bed157de8649a8094f17 /middleware.cfg | |
parent | bcb2eb1ecc79b2721dc5a2e0cca64008b601e431 (diff) | |
download | coredns-050eccd69e2381fa865b5c527618111ab7c7d21d.tar.gz coredns-050eccd69e2381fa865b5c527618111ab7c7d21d.tar.zst coredns-050eccd69e2381fa865b5c527618111ab7c7d21d.zip |
mw/logs: add rflags to logging (#845)
Add the DNS message response flags as {rflags} to the default logging
Also complete the replacer testing that is was commented out.
And (unrelated) Switch erratic and whoami to ease testing.
Note: {flags} could and should be added as well - but we can leave that
as a beginners bug.
Diffstat (limited to 'middleware.cfg')
-rw-r--r-- | middleware.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware.cfg b/middleware.cfg index 1b88102ea..5eb3feb27 100644 --- a/middleware.cfg +++ b/middleware.cfg @@ -43,7 +43,7 @@ 200:secondary:secondary 210:etcd:etcd 220:proxy:proxy -230:whoami:whoami -240:erratic:erratic +230:erratic:erratic +240:whoami:whoami 500:startup:github.com/mholt/caddy/startupshutdown 510:shutdown:github.com/mholt/caddy/startupshutdown |