fix that transport.tls.disableCustomTLSFirstByte doesn't take effect (#3660)

This commit is contained in:
fatedier
2023-10-11 11:49:40 +08:00
committed by GitHub
parent 307d1bfa3f
commit 7cc67e852e
5 changed files with 27 additions and 10 deletions

View File

@@ -761,6 +761,8 @@ allowPorts = [
`vhostHTTPPort` and `vhostHTTPSPort` in frps can use same port with `bindPort`. frps will detect the connection's protocol and handle it correspondingly.
What you need to pay attention to is that if you want to configure `vhostHTTPSPort` and `bindPort` to the same port, you need to first set `transport.tls.disableCustomTLSFirstByte` to false.
We would like to try to allow multiple proxies bind a same remote port with different protocols in the future.
### Bandwidth Limit