From f0fc398ebb552f46fa44bb065be98d480565f5ac Mon Sep 17 00:00:00 2001 From: Toby Date: Fri, 7 Aug 2020 18:47:01 -0700 Subject: [PATCH] Add HTTPS proxy option description to README --- README.md | 2 ++ README.zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index bb60577..930f578 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ The command line program supports loading configurations from both JSON files an | HTTP connection timeout in seconds | http_timeout | -http-timeout | | HTTP basic auth username | http_user | -http-user | | HTTP basic auth password | http_password | -http-password | +| HTTPS cert file | https_cert | -http-cert | +| HTTPS cert key | https_key | -http-key | | Access control list | acl | -acl | | Server address | server | -server | | Authentication username | username | -username | diff --git a/README.zh.md b/README.zh.md index 23a36d5..4940a29 100644 --- a/README.zh.md +++ b/README.zh.md @@ -90,6 +90,8 @@ Hysteria 是专门针对恶劣网络环境(常见于在中国访问海外服 | HTTP 超时时间(秒) | http_timeout | -http-timeout | | HTTP 验证用户名 | http_user | -http-user | | HTTP 验证密码 | http_password | -http-password | +| HTTPS 证书文件 | https_cert | -http-cert | +| HTTPS 密钥文件 | https_key | -http-key | | ACL 规则文件 | acl | -acl | | 服务端地址 | server | -server | | 验证用户名 | username | -username |