Small fix

This commit is contained in:
Kei-Luna
2026-05-13 07:22:46 +09:00
parent d9b16fb55d
commit da61f1e929
3 changed files with 2 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ public sealed class ProxyServer(
return ("127.0.0.1", request.Port switch
{
80 => _options.ServerHttpPort,
80 => ConfigManager.Config.HttpServer.Port,
893 => 31443,
13443 => 13443,
18443 => 18443,