mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 21:24:18 +08:00
628 B
628 B
name | parameters | provider | parameter_types | ||||||
---|---|---|---|---|---|---|---|---|---|
ADGUARDHOME_AAAA_PASSTHROUGH |
|
ADGUARDHOME |
|
ADGUARDHOME_AAAA_PASSTHROUGH
represents the literal 'A'. AdGuardHome uses this to passthrough
the original values of a record type.
The second argument to this record type must be empty.
See this page for more information.
{% code title="dnsconfig.js" %}
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
ADGUARDHOME_AAAA_PASSTHROUGH("foo", ""),
);
{% endcode %}