From 1dab246a8f163bab2fcd4bcce0af5fa3760e6858 Mon Sep 17 00:00:00 2001 From: touch_code Date: Sun, 31 Mar 2019 00:49:15 +0800 Subject: [PATCH] version update instructions --- README.md | 4 ++++ README_zh.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 29d63cb4..2c54949a 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,8 @@ You can find features which this document not metioned from full example configu ### Configuration file template +> New in v0.23.0+ + Configuration file tempalte can be rendered using os environments. Template uses Go's standard format. ```ini @@ -393,6 +395,8 @@ Then visit `http://[server_addr]:7500` to see dashboard, default username and pa ### Admin UI +> New in v0.24.0+ + Admin UI help you check and manage frpc's configure. Configure a address for admin UI to enable this feature: diff --git a/README_zh.md b/README_zh.md index 952aeb69..733ec38b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -360,6 +360,8 @@ frp 提供了一种新的代理类型 **xtcp** 用于应对在希望传输大量 ### 配置文件模版渲染 +> v0.23.0 新增 + 配置文件支持使用系统环境变量进行模版渲染,模版格式采用 Go 的标准格式。 示例配置如下: @@ -409,6 +411,8 @@ dashboard_pwd = admin ### Admin UI +> v0.24.0 新增 + Admin UI 可以帮助用户通过浏览器来查询和管理客户端的 proxy 状态和配置。 需要在 frpc.ini 中指定 admin 服务使用的端口,即可开启此功能: