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.
This commit is contained in:
Richard Kovacs 2022-12-14 13:32:03 +01:00 committed by GitHub
parent b2e3946800
commit 07bf59e6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ Note that `local_port` (listened on client) and `remote_port` (exposed on server
`./frpc -c ./frpc.ini` `./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` `ssh -oPort=6000 test@x.x.x.x`