From 58ac53e39fb7253c7eddb466c663ec28fb3a69a3 Mon Sep 17 00:00:00 2001 From: Shay Molcho <152275799+shaymolcho@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:57:26 +0200 Subject: [PATCH] Added missing colons for consistency and correctness Inserted missing colons in specific parts of the text to maintain consistency with the existing format. This adjustment ensures a uniform writing style, improves readability, and aligns the text structure with the rest of the document. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab9ef37b271..50aab3effb3 100644 --- a/README.md +++ b/README.md @@ -1235,7 +1235,7 @@ sshTunnelGateway.bindPort = 2200 When running `./frps -c frps.toml`, a private key file named `.autogen_ssh_key` will be automatically created in the current working directory. This generated private key file will be used by the SSH server in frps. -Executing the command +Executing the command: ```bash ssh -R :80:127.0.0.1:8080 v0@{frp address} -p 2200 tcp --proxy_name "test-tcp" --remote_port 9090