소스 검색

update README (#3670)

fatedier 1 년 전
부모
커밋
a7ad967231
2개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제
  1. 2 2
      README.md
  2. 0 5
      Release.md

+ 2 - 2
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

+ 0 - 5
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.