writing web service hostname on console.

This commit is contained in:
Shreyas Zare
2019-04-28 17:01:55 +05:30
parent 5d8102dee1
commit 888d53c801
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ namespace DnsServerApp
Console.WriteLine("Technitium DNS Server was started successfully.");
Console.WriteLine("Using config folder: " + service.ConfigFolder);
Console.WriteLine("");
Console.WriteLine("Note: Open http://" + Environment.MachineName.ToLower() + ":" + service.WebServicePort + "/ in web browser to access web console.");
Console.WriteLine("Note: Open http://" + service.WebServiceHostname + ":" + service.WebServicePort + "/ in web browser to access web console.");
Console.WriteLine("");
Console.WriteLine("Press [CTRL + C] to stop...");