pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -1,10 +1,10 @@
# sshuttle
> 通过 ssh 连接传输流量的透明代理服务器。
> 不需要管理员或远程 ssh 服务器上的任何特殊设置。
> 通过 SSH 连接传输流量的透明代理服务器。
> 不需要管理员或远程 SSH 服务器上的任何特殊设置。
> 更多信息:<https://manned.org/sshuttle>.
- 通过远程 ssh 服务器转发所有 IPv4 TCP 流量:
- 通过远程 SSH 服务器转发所有 IPv4 TCP 流量:
`sshuttle --remote={{用户名}}@{{服务器名}} {{0.0.0.0/0}}`