Status - DNS service not running but it actually runs

I did try it but unfortunately (even if it makes sense from a logical standpoint) it does not work. It returns to the same behavior where “Dns service is not running” shows up

I left localhost as localhost.

It might affect (if changed) other stuff that depends on “localhost” too.

Maybe i can change the code to query 127.0.0.1 instead of localhost

127.0.0.1 will always be the loopback

wouldn't it be "better" to have the code check for 127.0.0.1 here:

in order to prevent future issues with possible the same scenario and other people ?

We're open for PRs, so you have first dibs on making the change if you want.

2 Likes

Submitted one.

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.