diff options
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" |