From ee3c9894d98bb7f9e3a2bfcf1cf50df20fcdbc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=BCven?= Date: Tue, 3 Jul 2018 16:57:49 +0200 Subject: [PATCH] fix minor typo (#1932) --- plugin/whoami/README.md | 4 ++-- 1 file 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".