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