fix minor typo (#1932)

This commit is contained in:
Eren Güven 2018-07-03 16:57:49 +02:00 committed by Miek Gieben
parent 2aa1bda005
commit ee3c9894d9

View file

@ -7,8 +7,8 @@
## Description ## Description
The *whoami* plugin is not really that useful, but can be used for having a simple (fast) endpoint 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 to test clients against. When *whoami* returns a response it will have your client's IP address in
additional section as either an A or AAAA record. 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 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". section as a SRV record, transport can be "tcp" or "udp".