Skip to content

Commit

Permalink
docs(readme): localize connection properties documentation to Chinese
Browse files Browse the repository at this point in the history
- Translate notes about Proxy connection properties and custom `Timeout` length from English to Traditional Chinese

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 7, 2024
1 parent c04cdcc commit 2d3a277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ See [examples/proxy/proxy.go](./_examples/proxy/proxy.go)
}
```

NOTE: Properties for the Proxy connection are not inherited from the Jumphost. You must explicitly specify them in the DefaultConfig struct.
注意:代理連接的屬性不會從跳板機繼承。您必須在 DefaultConfig 結構體中明確指定它們。

e.g. A custom `Timeout` length must be specified for both the Jumphost (intermediary server) and the destination server.
例如,必須為跳板機(中介伺服器)和目標伺服器分別指定自定義的 `Timeout` 長度。

### SSH Stream Log

Expand Down

0 comments on commit 2d3a277

Please sign in to comment.