NAMESERVER_TTL
NAMESERVER_TTL sets the TTL on the domain apex NS RRs defined by NAMESERVER
.
The value can be an integer or a string. See TTL
for examples.
dnsconfig.js
Use NAMESERVER_TTL("3600"),
or NAMESERVER_TTL("1h"),
for a 1h default TTL for all subsequent NS
entries:
dnsconfig.js
To apply a default TTL to all other record types, see DefaultTTL
Last updated