1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2017-06-08 13:56:44 -04:00
parent da5dd05568
commit 023dca79e9

View File

@ -17,7 +17,7 @@ D("example.com", REGISTRAR, DnsProvider("R53"),
);
{%endhighlight%}
The DefaultTTL duration can take the same values as [TTL](#TTL):
an integer number of seconds or a string with a unit such as `"4d"`.
The DefaultTTL duration is the same format as [TTL](#TTL): an integer number of seconds
or a string with a unit such as `"4d"`.
{% include endExample.html %}