From a7ad9672318bc1e0fb059274f34a9e8061aef16e Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 12 Oct 2023 19:57:59 +0800 Subject: [PATCH] update README (#3670) --- README.md | 4 ++-- Release.md | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b560d44..c8227bb 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ To mitigate risks associated with exposing certain services directly to the publ Configure `frps` same as above. -1. Start `frpc` on machine B with the following config. This example is for exposing the SSH service (port 22), and note the `sk` field for the preshared key, and that the `remote_port` field is removed here: +1. Start `frpc` on machine B with the following config. This example is for exposing the SSH service (port 22), and note the `secretKey` field for the preshared key, and that the `remote_port` field is removed here: ```toml # frpc.toml @@ -384,7 +384,7 @@ Configure `frps` same as above. localPort = 22 ``` -2. Start another `frpc` (typically on another machine C) with the following config to access the SSH service with a security key (`sk` field): +2. Start another `frpc` (typically on another machine C) with the following config to access the SSH service with a security key (`secretKey` field): ```toml # frpc.toml diff --git a/Release.md b/Release.md index 2d7cf01..2413376 100644 --- a/Release.md +++ b/Release.md @@ -1,6 +1 @@ ### Fixes - -* `transport.tls.disableCustomTLSFirstByte` doesn't have any effect. -* The Server API did not return the data correctly. -* The Dashboard is unable to display data. -* `natHoleStunServer` is missing a default value.