Hello everyone!
I can specify D_EXTEND like this,
// RecB
);
```
The way I just assumed this would work is,
1. RecA on
example.com would be added to _HOME DnsProvider.
However, this is not how it works. It populates the global dns_providers array and RecB and RecA are all added to _HOME and _DEL! This is unexpected.
My question is, should this behavior be corrected ? I really think D_EXTEND should work the way I just expected it to work and populating the global dns_providers array that is only used in a D_EXTEND is not quite right