Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Apr 19, 2016
1 parent deb7506 commit 0b9d823
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ frp is under development and you can try it with latest release version.Master b

## Quick Start

Read the [QuickStart](doc/quick_start_en.md) | [使用文档](doc/quick_start_zh.md)
Read the [QuickStart](doc/quick_start_en.md)

[Tcp port forwarding](doc/quick_start_en.md#Tcp-port-forwarding)
[Tcp port forwarding](doc/quick_start_en.md#tcp-port-forwarding)

[Http port forwarding and Custom domain binding](doc/quick_start_en.md#Http-port-forwarding-and-Custom-domains-binding)
[Http port forwarding and Custom domain binding](doc/quick_start_en.md#http-port-forwarding-and-custom-domains-binding)

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ frp 目前正在前期开发阶段,master分支用于发布稳定版本,dev

[tcp 端口转发](doc/quick_start_zh.md#tcp-端口转发)

[http 端口转发,自定义域名绑定](doc/quick_start_zh.md#http-端口转发,绑定自定义域名)
[http 端口转发,自定义域名绑定](doc/quick_start_zh.md#http-端口转发自定义域名绑定)

## 架构

Expand Down
4 changes: 2 additions & 2 deletions doc/quick_start_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
### 依赖

* go 1.4 以上版本
* godep (如果检查不存在,编译时会通过 go get 命令安装)
* godep (如果检查不存在,编译时会通过 `go get` 命令安装)

### 部署

Expand Down Expand Up @@ -77,7 +77,7 @@ local_port = 22
use_encryption = true
```

## http 端口转发,绑定自定义域名
## http 端口转发,自定义域名绑定

如果只需要一对一的转发,例如**服务器B****80端口**转发**服务器A****8000端口**,则只需要配置 [tcp 端口转发](doc/quick_start_zh.md#tcp-端口转发) 即可,如果需要使**服务器B****80端口**可以转发至**多个**web服务端口,则需要指定代理的类型为 http,并且在 frps 的配置文件中配置用于提供 http 转发服务的端口。

Expand Down

0 comments on commit 0b9d823

Please sign in to comment.