- Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on

March 2020, by and0x000.
This commit is contained in:
George Thessalonikefs 2020-07-27 13:08:08 +02:00
commit 69f0adf83b
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
27 July 2020: George
- Merge PR #268, draft-ietf-dnsop-serve-stale-10 has become RFC 8767 on
March 2020, by and0x000.
27 July 2020: Ralph 27 July 2020: Ralph
- Merge PR #269, Fix python module len() implementations, by Torbjörn - Merge PR #269, Fix python module len() implementations, by Torbjörn
Lönnemark Lönnemark

View file

@ -589,7 +589,7 @@ server:
# #
# Time in milliseconds before replying to the client with expired data. # Time in milliseconds before replying to the client with expired data.
# This essentially enables the serve-stale behavior as specified in # This essentially enables the serve-stale behavior as specified in
# draft-ietf-dnsop-serve-stale-10 that first tries to resolve before # RFC 8767 that first tries to resolve before
# immediately responding with expired data. 0 disables this behavior. # immediately responding with expired data. 0 disables this behavior.
# A recommended value is 1800. # A recommended value is 1800.
# serve-expired-client-timeout: 0 # serve-expired-client-timeout: 0

View file

@ -1108,7 +1108,7 @@ later on. Default is "no".
.B serve\-expired\-ttl: \fI<seconds> .B serve\-expired\-ttl: \fI<seconds>
Limit serving of expired responses to configured seconds after expiration. 0 Limit serving of expired responses to configured seconds after expiration. 0
disables the limit. This option only applies when \fBserve\-expired\fR is disables the limit. This option only applies when \fBserve\-expired\fR is
enabled. A suggested value per draft-ietf-dnsop-serve-stale-10 is between enabled. A suggested value per RFC 8767 is between
86400 (1 day) and 259200 (3 days). The default is 0. 86400 (1 day) and 259200 (3 days). The default is 0.
.TP .TP
.B serve\-expired\-ttl\-reset: \fI<yes or no> .B serve\-expired\-ttl\-reset: \fI<yes or no>
@ -1120,14 +1120,14 @@ expired records will be served as long as there are queries for it. Default is
.B serve\-expired\-reply\-ttl: \fI<seconds> .B serve\-expired\-reply\-ttl: \fI<seconds>
TTL value to use when replying with expired data. If TTL value to use when replying with expired data. If
\fBserve\-expired\-client\-timeout\fR is also used then it is RECOMMENDED to \fBserve\-expired\-client\-timeout\fR is also used then it is RECOMMENDED to
use 30 as the value (draft-ietf-dnsop-serve-stale-10). The default is 30. use 30 as the value (RFC 8767). The default is 30.
.TP .TP
.B serve\-expired\-client\-timeout: \fI<msec> .B serve\-expired\-client\-timeout: \fI<msec>
Time in milliseconds before replying to the client with expired data. This Time in milliseconds before replying to the client with expired data. This
essentially enables the serve-stale behavior as specified in essentially enables the serve-stale behavior as specified in
draft-ietf-dnsop-serve-stale-10 that first tries to resolve before immediately RFC 8767 that first tries to resolve before immediately
responding with expired data. A recommended value per responding with expired data. A recommended value per
draft-ietf-dnsop-serve-stale-10 is 1800. Setting this to 0 will disable this RFC 8767 is 1800. Setting this to 0 will disable this
behavior. Default is 0. behavior. Default is 0.
.TP .TP
.B val\-nsec3\-keysize\-iterations: \fI<"list of values"> .B val\-nsec3\-keysize\-iterations: \fI<"list of values">