diff options
author | 2019-06-24 12:37:27 +0100 | |
---|---|---|
committer | 2019-06-24 19:37:27 +0800 | |
commit | 51cf388da25a23ebd32eecd2039bdb3b3023a869 (patch) | |
tree | cb264fc4eb4ad224419e55a60cd77f1bde21b909 /man/coredns-whoami.7 | |
parent | e54b784a7ea3696e0eb216a45ceca076b0f7ba66 (diff) | |
download | coredns-51cf388da25a23ebd32eecd2039bdb3b3023a869.tar.gz coredns-51cf388da25a23ebd32eecd2039bdb3b3023a869.tar.zst coredns-51cf388da25a23ebd32eecd2039bdb3b3023a869.zip |
doc: make -f Makefile.doc (#2919)
mechanical change: create the manual pages.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'man/coredns-whoami.7')
-rw-r--r-- | man/coredns-whoami.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/coredns-whoami.7 b/man/coredns-whoami.7 index d952ddba9..692700573 100644 --- a/man/coredns-whoami.7 +++ b/man/coredns-whoami.7 @@ -1,11 +1,11 @@ .\" Generated by Mmark Markdown Processer - mmark.nl -.TH "COREDNS-WHOAMI" "7" "April 2019" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-WHOAMI" 7 "June 2019" "CoreDNS" "CoreDNS Plugins" -.SH NAME +.SH "NAME" .PP \fIwhoami\fP - returns your resolver's local IP address, port and transport. -.SH DESCRIPTION +.SH "DESCRIPTION" .PP The \fIwhoami\fP plugin is not really that useful, but can be used for having a simple (fast) endpoint to test clients against. When \fIwhoami\fP returns a response it will have your client's IP address in @@ -32,7 +32,7 @@ If CoreDNS can't find a Corefile on startup this is the \fIdefault\fP plugin tha it can be used to check that CoreDNS is responding to queries. Other than that this plugin is of limited use in production. -.SH SYNTAX +.SH "SYNTAX" .PP .RS @@ -42,7 +42,7 @@ whoami .fi .RE -.SH EXAMPLES +.SH "EXAMPLES" .PP Start a server on the default port and load the \fIwhoami\fP plugin. @@ -74,7 +74,7 @@ example.org. 0 IN A 10.240.0.1 .fi .RE -.SH SEE ALSO +.SH "SEE ALSO" .PP Read the blog post \[la]https://coredns.io/2017/03/01/how-to-add-plugins-to-coredns/\[ra] on how this plugin is built, or explore the source code |