From db181d584964555ea5dd005ed1ac556128b7915a Mon Sep 17 00:00:00 2001 From: Toby Date: Thu, 12 Aug 2021 10:32:44 -0700 Subject: [PATCH] More minor README updates --- README.md | 2 ++ README.zh.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed34b48..9624fd1 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,8 @@ The endpoint must return results with HTTP status code 200 (even if the authenti } ``` +`ok` indicates whether the authentication passed. `msg` is a success/failure message. + #### Prometheus Metrics You can make Hysteria expose a Prometheus HTTP client endpoint for monitoring traffic usage with `prometheus_listen`. diff --git a/README.zh.md b/README.zh.md index 53a4c17..62dc408 100644 --- a/README.zh.md +++ b/README.zh.md @@ -103,7 +103,7 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网 ```json { "server": "example.com:36712", - "obfs": "AMOGUS", + "obfs": "fuck me till the daylight", "up_mbps": 10, "down_mbps": 50, "socks5": { @@ -208,6 +208,8 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网 } ``` +`ok` 表示验证是否通过,`msg` 是成功/失败消息。 + #### Prometheus 流量统计 通过 `prometheus_listen` 选项可以让 Hysteria 暴露一个 Prometheus HTTP 客户端 endpoint 用来统计流量使用情况。