mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 21:24:18 +08:00
387 B
387 B
name | parameters | parameter_types | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DNAME |
|
|
DNAME adds a DNAME record to the domain.
Target should be a string.
{% code title="dnsconfig.js" %}
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
DNAME("sub", "example.net."),
);
{% endcode %}