doc: fix spelling error

This commit is contained in:
Hyduan 2017-09-26 21:06:28 +08:00
parent 066172e9c1
commit df046bdeeb
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ However, we can expose a http or https service using frp.
5. Send dns query request by dig:
`dig @x.x.x.x -p 6000 www.goolge.com`
`dig @x.x.x.x -p 6000 www.google.com`
### Forward unix domain socket

View File

@ -185,7 +185,7 @@ DNS 查询请求通常使用 UDP 协议frp 支持对内网 UDP 服务的穿
5. 通过 dig 测试 UDP 包转发是否成功,预期会返回 `www.google.com` 域名的解析结果:
`dig @x.x.x.x -p 6000 www.goolge.com`
`dig @x.x.x.x -p 6000 www.google.com`
### 转发 Unix域套接字