From 42d87d024178d305301740b00a14d4964b5f9e89 Mon Sep 17 00:00:00 2001 From: hikaricai <13061980190@163.com> Date: Sat, 18 May 2019 15:24:26 +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 ad581eb..1230475 100755 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Download a corresponding one from precompiled [Releases](https://github.com/hika ``` Server: ./p2pserver -l ":4000" -Client_A: ./p2pclient -b ":UDP_PORT" -r "SERVER_IP:4000" -l ":10022" -t "TARGET_IP_A:22" -k 4321 -Client_B: ./p2pclient -b ":UDP_PORT" -r "SERVER_IP:4000" -l ":10022" -t "TARGET_IP_B:22" -k 4321 +Client_A: ./p2pclient -r "SERVER_IP:4000" -l ":10022" -t "TARGET_IP_A:22" -k 4321 +Client_B: ./p2pclient -r "SERVER_IP:4000" -l ":10022" -t "TARGET_IP_B:22" -k 4321 ``` The above commands will establish port forwarding channel for both Client_A and Client_B as: