From a00b67c1afc24c879da5d8acebac4b138da19332 Mon Sep 17 00:00:00 2001 From: arraykeys Date: Fri, 23 Jul 2021 10:09:37 +0800 Subject: [PATCH] update --- README.md | 6 ++++++ README_ZH.md | 6 ++++++ docs/manual/manual.md | 6 ++++++ docs/manual/zh/manual.md | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/README.md b/README.md index 70fe062..c7d275a 100644 --- a/README.md +++ b/README.md @@ -2079,4 +2079,10 @@ The supported features are as follows: - path protection. - alias names of bindings. +Example, configure file:`rhttp.toml`。 + +```shell +proxy rhttp -c rhttp.toml +``` + For detail usage, please refer to the configuration file [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml), which has a complete configuration description. \ No newline at end of file diff --git a/README_ZH.md b/README_ZH.md index 6085851..a861dd2 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -2192,5 +2192,11 @@ proxy可以对 http 和 https 网站进行反向代理。 - 路径保护。 - 绑定的域名,可以另外指定别名。 +使用示例,配置文件`rhttp.toml`。 + +```shell +proxy rhttp -c rhttp.toml +``` + 具体使用可以参考配置文件 [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml) ,里面有完整配置说明。 diff --git a/docs/manual/manual.md b/docs/manual/manual.md index 957e794..312a2c9 100644 --- a/docs/manual/manual.md +++ b/docs/manual/manual.md @@ -1879,4 +1879,10 @@ The supported features are as follows: - path protection. - alias names of bindings. +Example, configure file:`rhttp.toml`。 + +```shell +proxy rhttp -c rhttp.toml +``` + For detail usage, please refer to the configuration file [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml), which has a complete configuration description. \ No newline at end of file diff --git a/docs/manual/zh/manual.md b/docs/manual/zh/manual.md index a720d7d..05b7de9 100644 --- a/docs/manual/zh/manual.md +++ b/docs/manual/zh/manual.md @@ -1976,5 +1976,11 @@ proxy可以对 http 和 https 网站进行反向代理。 - 路径保护。 - 绑定的域名,可以另外指定别名。 +使用示例,配置文件`rhttp.toml`。 + +```shell +proxy rhttp -c rhttp.toml +``` + 具体使用可以参考配置文件 [rhttp.toml](https://github.com/snail007/goproxy/blob/master/rhttp.toml) ,里面有完整配置说明。