diff options
author | 2020-06-13 07:41:05 -0700 | |
---|---|---|
committer | 2020-06-13 07:41:05 -0700 | |
commit | 9545346174fb393519ba870459dde87639196bc2 (patch) | |
tree | 855cce50d034b2ac3b03e51c5c88b241d35015a2 /man/coredns-forward.7 | |
parent | 4734c0db458550484486609cf1d2f22f7933349c (diff) | |
download | coredns-9545346174fb393519ba870459dde87639196bc2.tar.gz coredns-9545346174fb393519ba870459dde87639196bc2.tar.zst coredns-9545346174fb393519ba870459dde87639196bc2.zip |
Regenerate man page (#3946)
Regenerate man page `make -f Makefile.doc`, in praparation for 1.7.0
release.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'man/coredns-forward.7')
-rw-r--r-- | man/coredns-forward.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/coredns-forward.7 b/man/coredns-forward.7 index ae87787e2..a33d073cb 100644 --- a/man/coredns-forward.7 +++ b/man/coredns-forward.7 @@ -1,5 +1,5 @@ .\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "COREDNS-FORWARD" 7 "April 2020" "CoreDNS" "CoreDNS Plugins" +.TH "COREDNS-FORWARD" 7 "June 2020" "CoreDNS" "CoreDNS Plugins" .SH "NAME" .PP @@ -150,12 +150,12 @@ Also note the TLS config is "global" for the whole forwarding proxy if you need \fB\fCtls-name\fR for different upstreams you're out of luck. .PP -On each endpoint, the timeouts of the communication are set by default and automatically tuned depending early results. +On each endpoint, the timeouts for communication are set as follows: .IP \(bu 4 -dialTimeout by default is 30 sec, and can decrease automatically down to 100ms +The dial timeout by default is 30s, and can decrease automatically down to 100ms based on early results. .IP \(bu 4 -readTimeout by default is 2 sec, and can decrease automatically down to 200ms +The read timeout is static at 2s. .SH "METRICS" |