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
 
The file you've edited is the sample file, you don't want to edit the sample file or rename so it's simply panel.ini.
 
Back
Top