1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
* Note bug #886
This commit is contained in:
Tom Limoncelli
2020-10-07 14:30:10 -04:00
committed by GitHub
parent b275286dae
commit a81a2e36ce

View File

@ -58,6 +58,7 @@ D_EXTEND("sub.domain.tld",
{%endhighlight%} {%endhighlight%}
This will end up in the following modifications: This will end up in the following modifications:
``` ```
******************** Domain: domain.tld ******************** Domain: domain.tld
----- Getting nameservers from: cloudflare ----- Getting nameservers from: cloudflare
@ -77,6 +78,10 @@ This will end up in the following modifications:
``` ```
{% include endExample.html %} {% include endExample.html %}
BUG: There is currently a bug with domain matching. If domain
`do.tld` and `sub.do.tld` exist, then `D_EXTEND("ub.do.tld", ...` will
extend `sub.do.tld`. This will be fixed before the next release.
ProTips: `D_EXTEND()` permits you to create very complex and ProTips: `D_EXTEND()` permits you to create very complex and
sophisticated configurations, but you shouldn't. Be nice to the next sophisticated configurations, but you shouldn't. Be nice to the next
person that edits the file, who may not be as expert as yourself. person that edits the file, who may not be as expert as yourself.