From a81a2e36cee7dbc4973437adeda2cc18e6c17b13 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 7 Oct 2020 14:30:10 -0400 Subject: [PATCH] Note bug #886 (#887) * Note bug #886 --- docs/_functions/global/D_EXTEND.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_functions/global/D_EXTEND.md b/docs/_functions/global/D_EXTEND.md index ba7f70d8c..105fef6fb 100644 --- a/docs/_functions/global/D_EXTEND.md +++ b/docs/_functions/global/D_EXTEND.md @@ -58,6 +58,7 @@ D_EXTEND("sub.domain.tld", {%endhighlight%} This will end up in the following modifications: + ``` ******************** Domain: domain.tld ----- Getting nameservers from: cloudflare @@ -77,6 +78,10 @@ This will end up in the following modifications: ``` {% 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 sophisticated configurations, but you shouldn't. Be nice to the next person that edits the file, who may not be as expert as yourself.