format translation: update

This commit is contained in:
Ein Verne
2019-10-20 10:34:33 +08:00
committed by Starbeamrainbowlabs
parent 30c2bd4c7c
commit b33795f8ab
72 changed files with 173 additions and 173 deletions

View File

@@ -1,19 +1,19 @@
# route
> 手动操作路由表.
> 需要root权限.
> 需要 root 权限.
- 通过网关向目标添加路由:
`sudo route add {{路由ip地址}} {{网关地址}}`
`sudo route add {{路由 ip 地址}} {{网关地址}}`
- 通过网关向 子网 / 24 添加路由:
`sudo route add {{子网ip}}/24 {{网关地址}}`
`sudo route add {{子网 ip}}/24 {{网关地址}}`
- 在测试模式下运行(不做任何操作,只打印):
`sudo route -t add {{路由ip地址}}/24 {{网关地址}}`
`sudo route -t add {{路由 ip 地址}}/24 {{网关地址}}`
- 删除所有路由:
@@ -21,8 +21,8 @@
- 删除特定路由:
`sudo route delete {{路由ip地址}}/24`
`sudo route delete {{路由 ip 地址}}/24`
- 查找并显示目标的路由主机名或IP地址:
- 查找并显示目标的路由(主机名或 IP 地址):
`sudo route get {{目标}}`