From 8a954b4f283996abd17eec0623e04e5b23b1434f Mon Sep 17 00:00:00 2001 From: shiling02404 <153594697@qq.com> Date: Wed, 17 May 2023 15:21:21 +0800 Subject: [PATCH] update tunnel-server README.md (#2529) --- tunnel-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tunnel-server/README.md b/tunnel-server/README.md index ede10a585..bd7929986 100644 --- a/tunnel-server/README.md +++ b/tunnel-server/README.md @@ -18,13 +18,13 @@ For example: start connect to tunnel server with URL: `'ws://192.168.1.10:7777/ws?method=connectArthas&id=bvDOe8XbTM2pQWjF4cfw` -4. Arthas server find the `control connection` with the id `bvDOe8XbTM2pQWjF4cfw` +4. Arthas tunnel server find the `control connection` with the id `bvDOe8XbTM2pQWjF4cfw` then send a text frame to arthas tunnel client: `response:/?method=startTunnel&id=bvDOe8XbTM2pQWjF4cfw&clientConnectionId=AMku9EFz2gxeL2gedGOC` 5. Arthas tunnel client open a new connection to tunnel server - URL: `ws://127.0.0.1:7777/ws/?method=openTunnel&clientConnectionId=AMku9EFz2gxeL2gedGOC&id=bvDOe8XbTM2pQWjF4cfw` + URL: `ws://192.168.1.10:7777/ws/?method=openTunnel&clientConnectionId=AMku9EFz2gxeL2gedGOC&id=bvDOe8XbTM2pQWjF4cfw` This connection is `tunnel connection`