From b60e4b39689cf9105c4c2ac76f584986ac3d46cd Mon Sep 17 00:00:00 2001 From: fatedier Date: Wed, 8 Dec 2021 18:36:17 +0800 Subject: [PATCH] doc: add local_port for tcpmux example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2f84532..d71f3d3c 100644 --- a/README.md +++ b/README.md @@ -985,11 +985,13 @@ server_port = 7000 type = tcpmux multiplexer = httpconnect custom_domains = test1 +local_port = 80 [proxy2] type = tcpmux multiplexer = httpconnect custom_domains = test2 +local_port = 8080 ``` In the above configuration - frps can be contacted on port 1337 with a HTTP CONNECT header such as: