udpate doc

This commit is contained in:
fatedier 2018-05-11 16:54:36 +08:00
parent 97db0d187a
commit 76b04f52d1
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ allow_ports = 2000-3000,3001,3003,4000-50000
### Port Reuse
Now `vhost_http_port` and `vhost_https_port` in frps can be same with `bind_port`. frps will detect connection's protocol and handle it accordingly.
Now `vhost_http_port` and `vhost_https_port` in frps can use same port with `bind_port`. frps will detect connection's protocol and handle it correspondingly.
We would like to try to allow multiple proxies bind a same remote port with different protocols in the future.