From 99ae48656705f08c69f6015eea866074f8866c3e Mon Sep 17 00:00:00 2001 From: jasonchenwork Date: Tue, 17 Jun 2025 14:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=A9=9F=E9=BB=9E=E6=AD=8Cdomain?= =?UTF-8?q?=E8=A8=AD=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HttpServer.cs b/HttpServer.cs index f7105ea..12eed98 100644 --- a/HttpServer.cs +++ b/HttpServer.cs @@ -41,8 +41,8 @@ namespace DualScreenDemo randomFolderPath = randomFolderName; string localAddress = GetLocalIPAddress(); - string externalAddress = File.Exists(@"\\SVR01\superstarb\txt\ip.txt") - ? File.ReadAllText(@"\\SVR01\superstarb\txt\ip.txt").Trim() + string externalAddress = File.Exists(@"\\JLDKTV\txt\ip.txt") + ? File.ReadAllText(@"\\JLDKTV\txt\ip.txt").Trim() : ""; _listener = new HttpListener(); @@ -70,7 +70,7 @@ namespace DualScreenDemo try { _listener.Start(); - Console.WriteLine("Server started."); + Console.WriteLine("Server started : " + externalQrContent); } catch (HttpListenerException ex) {