From 07bf59e6a11b35cdc842722591e9d3a15cdd854a Mon Sep 17 00:00:00 2001 From: Richard Kovacs Date: Wed, 14 Dec 2022 13:32:03 +0100 Subject: [PATCH] Fix basic example server to join in readme As i understand `frps` creates the proxy on `remote_port` of `frpc`. In that case port `6000` would be open on server A. Architecture diagram tells the same. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fabdca7..cbd0e966 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Note that `local_port` (listened on client) and `remote_port` (exposed on server `./frpc -c ./frpc.ini` -5. From another machine, SSH to server B like this (assuming that username is `test`): +5. From another machine, SSH to server A like this (assuming that username is `test`): `ssh -oPort=6000 test@x.x.x.x`