diff options
author | 2018-02-19 15:29:20 +0000 | |
---|---|---|
committer | 2018-02-19 15:29:20 +0000 | |
commit | 86be6d2532693dd4b900548fdc5e4820bf0bec9f (patch) | |
tree | 784d15828cf27b81c5fbad941fb6baa78ca2d3ef | |
parent | 05e41c59698cadb6c43452504e4a999570ab93b0 (diff) | |
download | coredns-86be6d2532693dd4b900548fdc5e4820bf0bec9f.tar.gz coredns-86be6d2532693dd4b900548fdc5e4820bf0bec9f.tar.zst coredns-86be6d2532693dd4b900548fdc5e4820bf0bec9f.zip |
remove coredns-grpc reference and update DnsService link (#1542)
-rw-r--r-- | plugin/proxy/README.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugin/proxy/README.md b/plugin/proxy/README.md index 90357b135..43a086ab8 100644 --- a/plugin/proxy/README.md +++ b/plugin/proxy/README.md @@ -56,9 +56,7 @@ proxy FROM TO... { * `protocol` specifies what protocol to use to speak to an upstream, `dns` (the default) is plain old DNS, and `https_google` uses `https://dns.google.com` and speaks a JSON DNS dialect. Note when using this **TO** will be ignored. The `grpc` option will talk to a server that has implemented - the [DnsService](https://github.com/coredns/coredns/pb/dns.proto). - An out-of-tree plugin that implements the server side of this can be found at - [here](https://github.com/infobloxopen/coredns-grpc). + the [DnsService](https://github.com/coredns/coredns/blob/master/pb/dns.proto). ## Policies @@ -90,8 +88,6 @@ payload over HTTPS). Note that with `https_google` the entire transport is encry certificate is verified with the system CAs. * **KEY** **CERT** **CACERT** - Client authentication is used with the specified key/cert pair. The server certificate is verified using the **CACERT** file. - An out-of-tree plugin that implements the server side of this can be found at - [here](https://github.com/infobloxopen/coredns-grpc). `https_google` : bootstrap **ADDRESS...** is used to (re-)resolve `dns.google.com`. |