Use real domain instead of <domain>

SoluteDNS for WHMCS v2.xx.xxx and lower
Post Reply
solutebox
Registered
Posts: 6
Joined: 16 Dec 2014, 13:26

Using <domain> for editing zones creates lots of confusion with customers.

They tend to use the example above and it contains "domain.com".

And if they use domain.com the record will become domain.com.domain.com.

I think Solutedns should parse the input value and strip domain.com from there.

Also, after adding a record like www it shows as www.domain.com (this is ok) so customers tend to enter values like the records above with domain.com.

Best foolproof was:

Add record "www" becomes "www.domain.com"
Add record "www.domain.com" becomes "www.domain.com" instead of "www.domain.com.domain.com".

I don't see many cases where customer would need to have domain.com.domain.com so this wouldn't be a problem.
User avatar
Daniel
Support
Posts: 207
Joined: 02 Aug 2013, 17:50

Thank you for your feedback, avoiding any user entry which might go wrong in the client area is a good thing.

I have added it to:

Code: Select all

Enhancement #371  -     Use real domain instead of <domain> 
Post Reply