From f6e4e599170eaf6c539cc4353c0da34a3a0bc1c8 Mon Sep 17 00:00:00 2001 From: hikaricai <13061980190@163.com> Date: Fri, 1 Feb 2019 20:18:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f46b2f..ad581eb 100755 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ Client_B: ./p2pclient -b ":UDP_PORT" -r "SERVER_IP:4000" -l ":10022" -t "TARGET_ ``` The above commands will establish port forwarding channel for both Client_A and Client_B as: -> Application1 -> **Client_A(10022/tcp) -> Client_B** -> TARGET_IP_B:(22/tcp) +> Application1 -> **Client_A(10022/tcp) -> Client_B** -> TARGET_IP_B:(22/tcp) > Application2 -> **Client_B(10022/tcp) -> Client_A** -> TARGET_IP_A:(22/tcp) which tunnels the original connection: -> Application1 -> TARGET_IP_B:(22/tcp) +> Application1 -> TARGET_IP_B:(22/tcp) > Application2 -> TARGET_IP_A:(22/tcp) ### Install from source