ADGUARDHOME_A_PASSTHROUGH
ADGUARDHOME_A_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.
D("example.com", REG_MY_PROVIDER, DnsProvider(DSP_MY_PROVIDER),
ADGUARDHOME_A_PASSTHROUGH("foo", ""),
);
Last updated