mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 02:17:43 +08:00
413 B
413 B
name | parameters | parameter_types | |||||||
---|---|---|---|---|---|---|---|---|---|
NAMESERVER_TTL |
|
|
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.
D('example.com', REGISTRAR, DnsProvider('R53'),
NAMESERVER_TTL('2d'),
NAMESERVER('ns')
);