Skip to content

Commit

Permalink
Added missing colons for consistency and correctness
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shaymolcho authored Jan 28, 2025
1 parent 450b839 commit 58ac53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58ac53e

Please sign in to comment.