add new chinese translations
This commit is contained in:
@@ -1,17 +1,21 @@
|
||||
# sshuttle
|
||||
|
||||
> 通过 SSH 连接传输流量的透明代理服务器。
|
||||
> 不需要管理员或远程 SSH 服务器上的任何特殊设置。
|
||||
> 更多信息:<https://manned.org/sshuttle>.
|
||||
> 透明代理服务器,通过SSH连接隧道流量。
|
||||
> 不需要在远程SSH服务器上拥有root权限或任何特殊设置,但在本地机器上会提示需要root访问权限。
|
||||
> 更多信息:<https://manned.org/sshuttle>。
|
||||
|
||||
- 通过远程 SSH 服务器转发所有 IPv4 TCP 流量:
|
||||
- 通过远程SSH服务器转发所有IPv4 TCP流量:
|
||||
|
||||
`sshuttle --remote={{用户名}}@{{服务器名}} {{0.0.0.0/0}}`
|
||||
`sshuttle --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}`
|
||||
|
||||
- 转发所有 IPv4 TCP 和 DNS 流量:
|
||||
- 还将所有DNS流量转发到服务器的默认DNS解析器:
|
||||
|
||||
`sshuttle --dns --remote={{用户名}}@{{服务器名}} {{0.0.0.0/0}}`
|
||||
`sshuttle --dns --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}`
|
||||
|
||||
- 使用 tproxy 方法转发所有 IPv4 和 IPv6 流量:
|
||||
- 转发所有流量,但排除特定子网的流量:
|
||||
|
||||
`sudo sshuttle --method=tproxy --remote={{用户名}}@{{服务器名}} {{0.0.0.0/0}} {{::/0}} --exclude={{你本地 IP 地址}} --exclude={{SSH 服务器的 IP 地址}}`
|
||||
`sshuttle --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} --exclude {{192.168.0.1/24}}`
|
||||
|
||||
- 使用tproxy方法转发所有IPv4和IPv6流量:
|
||||
|
||||
`sshuttle --method=tproxy --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}}`
|
Reference in New Issue
Block a user