-
rt,目前在用 sing-box 进行配置,想同时启用 Hysteria2,请问可以共用 443 端口实现转发吗? |
Beta Was this translation helpful? Give feedback.
Answered by
lxhao61
Apr 20, 2024
Replies: 1 comment
-
不能。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lxhao61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不能。
Caddy 仅支持反代 WebSocket(含 HttpUpgrade)、H2C(含 gRPC) 应用;Caddy SNI 目前仅支持基于域名的 TCP 端口分流。
Caddy 可使用 TCP 443 端口, Hysteria2 可使用 UDP 443 端口来实现所谓共用 443 端口。