mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 08:04:01 +00:00
Small fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user