From 76b04f52d1ff5dd3ad357ae39afdc1bc0acc8aab Mon Sep 17 00:00:00 2001 From: fatedier Date: Fri, 11 May 2018 16:54:36 +0800 Subject: [PATCH] udpate doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc6f356..faac9d1d 100644 --- a/README.md +++ b/README.md @@ -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.