diff options
author | 2019-12-14 20:57:33 +0800 | |
---|---|---|
committer | 2019-12-14 12:57:33 +0000 | |
commit | acb75ea904c2405b7b821d90d8cb7bf6a7e3f7df (patch) | |
tree | 3e21d6cb3be708c1ca3e2ce5ed485243c1467465 | |
parent | c95e7f233ae5f68b949aff4c08e984ff3db7094e (diff) | |
download | coredns-acb75ea904c2405b7b821d90d8cb7bf6a7e3f7df.tar.gz coredns-acb75ea904c2405b7b821d90d8cb7bf6a7e3f7df.tar.zst coredns-acb75ea904c2405b7b821d90d8cb7bf6a7e3f7df.zip |
Update builtin corefile example (#3539)
Automatically submitted.
-rw-r--r-- | corefile.5.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/corefile.5.md b/corefile.5.md index 0dc23ed4b..9cd8e92dd 100644 --- a/corefile.5.md +++ b/corefile.5.md @@ -46,6 +46,7 @@ If CoreDNS can’t find a Corefile to load it loads the following builtin one: ~~~ corefile . { whoami + log } ~~~ |