-
Notifications
You must be signed in to change notification settings - Fork 40
[BUG] fmdns import zone records Append Domain problem #486
Description
Please prefix your issue title with one of the following: [BUG], [ISSUE], [FEATURE REQUEST], [MODULE REQUEST], [OTHER].
Replace everything between stars with current version of your facileManager and module installations:
fM Version : 3.5.7
{fmDNS} Version : 3.4.1
In raising this issue, I confirm the following (please check boxes, eg [X]):
- I have read and understood the contributors guide.
- I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
- I have checked that the issue I'm posting isn't already reported.
- I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and opened issues
- I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
(BUG | ISSUE) Expected Behavior:
(BUG | ISSUE) Actual Behavior:
(BUG | ISSUE) Steps to reproduce:
{
first my domain name is pic.liz.com and I used a cdn service . they(cdn) provided me a CNAME is pic.liz.com.wswebpic.com. this record(pic.liz.com. CNAME pic.liz.com.wswebpic.com. ) was setting in my old bind dns. when I dumped this zone and imported it into fmdns. I found this record value turned into "picwswebpic.com." . as if the ".liz.com." in the cname value is removed by 'no' for append domain.
}