diff options
author | 2020-03-05 10:09:19 +0000 | |
---|---|---|
committer | 2020-03-05 11:09:19 +0100 | |
commit | b8e96b61fc1189c3e5240319e470eb7a6d10f3c6 (patch) | |
tree | 7cc0929fe3240c43619d7229b142caf5fbe4863e /plugin/dnstap | |
parent | 8b0760b6b35fa35827f00f33a22e7828f96a562d (diff) | |
download | coredns-b8e96b61fc1189c3e5240319e470eb7a6d10f3c6.tar.gz coredns-b8e96b61fc1189c3e5240319e470eb7a6d10f3c6.tar.zst coredns-b8e96b61fc1189c3e5240319e470eb7a6d10f3c6.zip |
Update README.md (#3721)
Signed-off-by: imba-tjd <imba-tjd@users.noreply.github.com>
Diffstat (limited to 'plugin/dnstap')
-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 afcd19bf2..67345284f 100644 --- a/plugin/dnstap/README.md +++ b/plugin/dnstap/README.md @@ -6,7 +6,7 @@ ## Description -dnstap is a flexible, structured binary log format for DNS software; see http://dnstap.info. With this +dnstap is a flexible, structured binary log format for DNS software; see https://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 @@ -90,4 +90,4 @@ func (h Dnstap) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.Msg) ## See Also -[dnstap.info](http://dnstap.info). +[dnstap.info](https://dnstap.info). |