From fb5b21a880b31baf4f04aba485e75be9a42d4d43 Mon Sep 17 00:00:00 2001 From: Toby Date: Sun, 9 Jan 2022 18:28:13 -0800 Subject: [PATCH] docs: update README --- README.md | 2 ++ README.zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index e4b38e3..357f2fe 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ encryption. If you need a proxy, just use our proxy modes. "down_mbps": 100, // Max download Mbps per client "disable_udp": false, // Disable UDP support "acl": "my_list.acl", // See ACL below + "mmdb": "GeoLite2-Country.mmdb", // MaxMind database for ACL country lookups "obfs": "AMOGUS", // Obfuscation password "auth": { // Authentication "mode": "password", // Mode, supports "password" "none" and "external" for now @@ -318,6 +319,7 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452 "timeout": 60 // UDP session timeout in seconds }, "acl": "my_list.acl", // See ACL below + "mmdb": "GeoLite2-Country.mmdb", // MaxMind database for ACL country lookups "obfs": "AMOGUS", // Obfuscation password "auth": "[BASE64]", // Authentication payload in Base64 "auth_str": "yubiyubi", // Authentication payload in string, mutually exclusive with the option above diff --git a/README.zh.md b/README.zh.md index be4e2fd..1539c29 100644 --- a/README.zh.md +++ b/README.zh.md @@ -160,6 +160,7 @@ Hysteria 是一个功能丰富的,专为恶劣网络环境进行优化的网 "down_mbps": 100, // 单客户端最大下载速度 "disable_udp": false, // 禁用 UDP 支持 "acl": "my_list.acl", // 见下文 ACL + "mmdb": "GeoLite2-Country.mmdb", // MaxMind IP 库 (ACL) "obfs": "AMOGUS", // 混淆密码 "auth": { // 验证 "mode": "password", // 验证模式,暂时只支持 "password" 与 "none" @@ -303,6 +304,7 @@ hysteria_traffic_uplink_bytes_total{auth="aGFja2VyISE="} 37452 "timeout": 60 // UDP 超时秒数 }, "acl": "my_list.acl", // 见下文 ACL + "mmdb": "GeoLite2-Country.mmdb", // MaxMind IP 库 (ACL) "obfs": "AMOGUS", // 混淆密码 "auth": "[BASE64]", // Base64 验证密钥 "auth_str": "yubiyubi", // 字符串验证密钥,和上面的选项二选一