Fix some docs formatting around DNS SOA RR configuration (#5297)

This commit is contained in:
Matt Keeler 2019-01-30 17:47:32 -05:00 committed by kaitlincarter-hc
parent 3d86d9582e
commit 82e741f36f
1 changed files with 7 additions and 7 deletions

View File

@ -1053,10 +1053,10 @@ default will automatically work with some tooling.
* <a name="soa"></a><a href="#soa">`soa`</a> Allow to tune the setting set up in SOA.
Non specified values fallback to their default values, all values are integers and
expressed as seconds.
<br/><br/>
The following settings are available:
* <a name="soa_expire"></a><a href="#soa_expire">expire</a> -
* <a name="soa_expire"></a><a href="#soa_expire">`expire`</a> -
Configure SOA Expire duration in seconds, default value is 86400, ie: 24 hours.
* <a name="soa_min_ttl"></a><a href="#soa_min_ttl">`min_ttl`</a> -
@ -1065,10 +1065,10 @@ default will automatically work with some tooling.
negative cache TTL in most implementations. Default value is 0, ie: no minimum
delay or negative TTL.
* <a name="soa_refresh"></a><a href="#soa_refresh">refresh</a> -
* <a name="soa_refresh"></a><a href="#soa_refresh">`refresh`</a> -
Configure SOA Refresh duration in seconds, default value is `3600`, ie: 1 hour.
* <a name="soa_retry"></a><a href="#soa_retry">retry</a> -
* <a name="soa_retry"></a><a href="#soa_retry">`retry`</a> -
Configures the Retry duration expressed in seconds, default value is
600, ie: 10 minutes.