Merge pull request #473 from Hyduan/master

doc: fix spelling error
This commit is contained in:
fatedier 2017-09-27 11:55:17 -05:00 committed by GitHub
commit bcbdfcb99b
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域套接字