Skip to content

Commit

Permalink
🐛 蒸汽平台切换账号支持
Browse files Browse the repository at this point in the history
  • Loading branch information
RMBGAME committed May 18, 2024
1 parent 7424d05 commit 3eb916e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public static void ListenHttpsReverseProxy(this KestrelServerOptions options)
var httpsPort = IReverseProxyConfig.HttpsPort;
options.Listen(IReverseProxyService.Constants.Instance.ProxyIp, httpsPort, listen =>
{
listen.Protocols = HttpProtocols.Http1AndHttp2AndHttp3;
listen.Protocols = HttpProtocols.Http1AndHttp2;
listen.UseFlowAnalyze();
listen.UseTls();
});
Expand Down

0 comments on commit 3eb916e

Please sign in to comment.