mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
doc: update
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
### 依赖
|
||||
|
||||
* go 1.4 以上版本
|
||||
* godep (如果检查不存在,编译时会通过 go get 命令安装)
|
||||
* godep (如果检查不存在,编译时会通过 `go get` 命令安装)
|
||||
|
||||
### 部署
|
||||
|
||||
@@ -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 转发服务的端口。
|
||||
|
||||
|
Reference in New Issue
Block a user