From 8771fc497a1ef8cf24a5e10274833021a52e2527 Mon Sep 17 00:00:00 2001 From: touamano Date: Wed, 1 Sep 2021 20:14:27 +0800 Subject: [PATCH] Update README --- Shadowsocks-gRPC-Web-TLS/README-CN.md | 16 ++++++++-------- Shadowsocks-gRPC-Web-TLS/README.md | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Shadowsocks-gRPC-Web-TLS/README-CN.md b/Shadowsocks-gRPC-Web-TLS/README-CN.md index 742da07..e782a88 100644 --- a/Shadowsocks-gRPC-Web-TLS/README-CN.md +++ b/Shadowsocks-gRPC-Web-TLS/README-CN.md @@ -1,20 +1,20 @@ # 最低版本要求 -NGINX的最低版本要求为 1.13.10:\ +NGINX 的最低版本要求为 1.13.10:\ [https://www.nginx.com/blog/nginx-1-13-10-grpc/](https://www.nginx.com/blog/nginx-1-13-10-grpc/) -V2Ray-core的最低版本要求为 v4.36.0:\ +V2Ray-core 的最低版本要求为 v4.36.0:\ [https://www.v2fly.org/config/transport/grpc.html#grpcobject](https://www.v2fly.org/config/transport/grpc.html#grpcobject) -## 本设置同样适用于Shadowsocks客户端搭配V2Ray-plugin使用 +## 本设置同样适用于 Shadowsocks 客户端搭配 V2Ray-plugin 使用 -*你需要一个兼容gRPC的v2ray-plugin程序。 -例如由[TeddySun](https://github.com/teddysun)维护的v2ray-plugin叉子: \ -[https://github.com/teddysun/v2ray-plugin](https://github.com/teddysun/v2ray-plugin)* +_你需要一个兼容 gRPC 的 v2ray-plugin 程序。 +例如由[TeddySun](https://github.com/teddysun)维护的 v2ray-plugin 叉子: \ +[https://github.com/teddysun/v2ray-plugin](https://github.com/teddysun/v2ray-plugin)_ ### 客户端设置 -Shadowsocks Windows设置示例: +Shadowsocks Windows 设置示例: ```properties Server_IP: mydomain.me OR your server IP @@ -22,5 +22,5 @@ Server_Port: 443 Password: ifYouWantToKeepYourPassphraseSafeChangeThis!! Encryption: chacha20-ietf-poly1305 Plugin_Program: pathToYourV2ray-plugin_windows_arch.exe -Plugin_Options: tls;mode=grpc;serviceName=/michi;host=mydomain.me +Plugin_Options: tls;mode=grpc;serviceName=michi;host=mydomain.me ``` diff --git a/Shadowsocks-gRPC-Web-TLS/README.md b/Shadowsocks-gRPC-Web-TLS/README.md index f33e78f..7b03885 100644 --- a/Shadowsocks-gRPC-Web-TLS/README.md +++ b/Shadowsocks-gRPC-Web-TLS/README.md @@ -10,9 +10,9 @@ Minimum V2Ray-Core version is v4.36.0:\ ## These settings are also compatible with shadowsocks + v2ray-plugins -*You need a grpc compatible v2ray-plugin program to use with shadowsocks client. +_You need a grpc compatible v2ray-plugin program to use with shadowsocks client. For example the one maintained by [TeddySun](https://github.com/teddysun): \ -[https://github.com/teddysun/v2ray-plugin](https://github.com/teddysun/v2ray-plugin)* +[https://github.com/teddysun/v2ray-plugin](https://github.com/teddysun/v2ray-plugin)_ ### Client Configurations @@ -24,5 +24,5 @@ Server_Port: 443 Password: ifYouWantToKeepYourPassphraseSafeChangeThis!! Encryption: chacha20-ietf-poly1305 Plugin_Program: pathToYourV2ray-plugin_windows_arch.exe -Plugin_Options: tls;mode=grpc;serviceName=/michi;host=mydomain.me +Plugin_Options: tls;mode=grpc;serviceName=michi;host=mydomain.me ```