• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue why my dns domain is not resolvable

Because it's assuming you're using it's own DNS server and not a third party DNS service. If you're using a third party DNS service (like I do), you can either ignore that warning or add the following to panel.ini to remove the checks:

INI:
[dns]
enableResolveChecking = false
showDnsHelper = false
 
Because it's assuming you're using it's own DNS server and not a third party DNS service. If you're using a third party DNS service (like I do), you can either ignore that warning or add the following to panel.ini to remove the checks:

INI:
[dns]
enableResolveChecking = false
showDnsHelper = false
Hey thanks for the fast reply can you tell me where can i find that file Thanks
 
Back
Top