diff options
author | 2019-09-08 00:25:58 -0700 | |
---|---|---|
committer | 2019-09-08 08:25:58 +0100 | |
commit | 9b192564ac43160eb0a20481a182feae768850e2 (patch) | |
tree | 80d18dc5bb2bd32010d89e561c4d5a2e1897f903 /plugin | |
parent | 9dc2e3162c259bc980a6fec23ed10892d4590b7e (diff) | |
download | coredns-9b192564ac43160eb0a20481a182feae768850e2.tar.gz coredns-9b192564ac43160eb0a20481a182feae768850e2.tar.zst coredns-9b192564ac43160eb0a20481a182feae768850e2.zip |
Making README consistent with other plugins' READMEs (#3251)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/dnstap/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/dnstap/README.md b/plugin/dnstap/README.md index 81152e742..afcd19bf2 100644 --- a/plugin/dnstap/README.md +++ b/plugin/dnstap/README.md @@ -2,11 +2,11 @@ ## Name -*dnstap* - enable logging to dnstap. +*dnstap* - enables logging to dnstap. ## Description -dnstap is a flexible, structured binary log format for DNS software: http://dnstap.info. With this +dnstap is a flexible, structured binary log format for DNS software; see http://dnstap.info. With this plugin you make CoreDNS output dnstap logging. Note that there is an internal buffer, so expect at least 13 requests before the server sends its |