diff options
author | 2019-10-08 10:20:48 +0100 | |
---|---|---|
committer | 2019-10-08 10:20:48 +0100 | |
commit | 65458b2de24bd748e2983e34c779f5b04d38f20c (patch) | |
tree | 1a79107784baf6ef94e9775274b84538d6a7e05b /plugin/tls | |
parent | ffe6225ff6b1c55b4d9a89a016c4f1aed98dc026 (diff) | |
download | coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.tar.gz coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.tar.zst coredns-65458b2de24bd748e2983e34c779f5b04d38f20c.zip |
Directive -> plugin (#3363)
Caught my eye, we name things directive still, esp when talking about
the prometheus *plugin*. Rename everything that needs to be plugin to
'plugin'. Also make sure Metrics is a H2 section (not H1).
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/tls')
-rw-r--r-- | plugin/tls/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/tls/README.md b/plugin/tls/README.md index 82d059ade..40b395c6b 100644 --- a/plugin/tls/README.md +++ b/plugin/tls/README.md @@ -11,7 +11,7 @@ or are using gRPC (https://grpc.io/, not an IETF standard). Normally DNS traffic all (DNSSEC only signs resource records). The *tls* "plugin" allows you to configure the cryptographic keys that are needed for both -DNS-over-TLS and DNS-over-gRPC. If the `tls` directive is omitted, then no encryption takes place. +DNS-over-TLS and DNS-over-gRPC. If the *tls* plugin is omitted, then no encryption takes place. The gRPC protobuffer is defined in `pb/dns.proto`. It defines the proto as a simple wrapper for the wire data of a DNS message. |