diff options
author | 2018-07-03 16:57:49 +0200 | |
---|---|---|
committer | 2018-07-03 15:57:49 +0100 | |
commit | ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e (patch) | |
tree | 83b434c93b0863cf736e2b751575f6edce3f583d | |
parent | 2aa1bda00529d6e168628c704955d132272f6436 (diff) | |
download | coredns-ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e.tar.gz coredns-ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e.tar.zst coredns-ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e.zip |
fix minor typo (#1932)
-rw-r--r-- | plugin/whoami/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/whoami/README.md b/plugin/whoami/README.md index 1df6df13e..0d8323fbb 100644 --- a/plugin/whoami/README.md +++ b/plugin/whoami/README.md @@ -7,8 +7,8 @@ ## Description The *whoami* plugin is not really that useful, but can be used for having a simple (fast) endpoint -to test clients against. When *whoami* returns a response it will have your client's IP address the -additional section as either an A or AAAA record. +to test clients against. When *whoami* returns a response it will have your client's IP address in +the additional section as either an A or AAAA record. The reply always has an empty answer section. The port and transport are included in the additional section as a SRV record, transport can be "tcp" or "udp". |