Update README

This commit is contained in:
touamano 2021-09-01 20:14:27 +08:00
parent c40d9bfe2d
commit 8771fc497a
2 changed files with 11 additions and 11 deletions

View File

@ -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/) [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) [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程序。 _你需要一个兼容 gRPC 的 v2ray-plugin 程序。
例如由[TeddySun](https://github.com/teddysun)维护的v2ray-plugin叉子: \ 例如由[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](https://github.com/teddysun/v2ray-plugin)_
### 客户端设置 ### 客户端设置
Shadowsocks Windows设置示例: Shadowsocks Windows 设置示例:
```properties ```properties
Server_IP: mydomain.me OR your server IP Server_IP: mydomain.me OR your server IP
@ -22,5 +22,5 @@ Server_Port: 443
Password: ifYouWantToKeepYourPassphraseSafeChangeThis!! Password: ifYouWantToKeepYourPassphraseSafeChangeThis!!
Encryption: chacha20-ietf-poly1305 Encryption: chacha20-ietf-poly1305
Plugin_Program: pathToYourV2ray-plugin_windows_arch.exe 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
``` ```

View File

@ -10,9 +10,9 @@ Minimum V2Ray-Core version is v4.36.0:\
## These settings are also compatible with shadowsocks + v2ray-plugins ## 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): \ 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 ### Client Configurations
@ -24,5 +24,5 @@ Server_Port: 443
Password: ifYouWantToKeepYourPassphraseSafeChangeThis!! Password: ifYouWantToKeepYourPassphraseSafeChangeThis!!
Encryption: chacha20-ietf-poly1305 Encryption: chacha20-ietf-poly1305
Plugin_Program: pathToYourV2ray-plugin_windows_arch.exe 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
``` ```