version update instructions

This commit is contained in:
touch_code 2019-03-31 00:49:15 +08:00
parent a8ab4c5003
commit 1dab246a8f
2 changed files with 8 additions and 0 deletions

View File

@ -347,6 +347,8 @@ You can find features which this document not metioned from full example configu
### Configuration file template ### Configuration file template
> New in v0.23.0+
Configuration file tempalte can be rendered using os environments. Template uses Go's standard format. Configuration file tempalte can be rendered using os environments. Template uses Go's standard format.
```ini ```ini
@ -393,6 +395,8 @@ Then visit `http://[server_addr]:7500` to see dashboard, default username and pa
### Admin UI ### Admin UI
> New in v0.24.0+
Admin UI help you check and manage frpc's configure. Admin UI help you check and manage frpc's configure.
Configure a address for admin UI to enable this feature: Configure a address for admin UI to enable this feature:

View File

@ -360,6 +360,8 @@ frp 提供了一种新的代理类型 **xtcp** 用于应对在希望传输大量
### 配置文件模版渲染 ### 配置文件模版渲染
> v0.23.0 新增
配置文件支持使用系统环境变量进行模版渲染,模版格式采用 Go 的标准格式。 配置文件支持使用系统环境变量进行模版渲染,模版格式采用 Go 的标准格式。
示例配置如下: 示例配置如下:
@ -409,6 +411,8 @@ dashboard_pwd = admin
### Admin UI ### Admin UI
> v0.24.0 新增
Admin UI 可以帮助用户通过浏览器来查询和管理客户端的 proxy 状态和配置。 Admin UI 可以帮助用户通过浏览器来查询和管理客户端的 proxy 状态和配置。
需要在 frpc.ini 中指定 admin 服务使用的端口,即可开启此功能: 需要在 frpc.ini 中指定 admin 服务使用的端口,即可开启此功能: