39 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

# These settings are also compatible with Shadowsocks client + V2Ray-plugin
2020-10-10 00:28:26 +08:00
> The complete setup also requires a web server to handle the TLS and proxy pass the deciphered request to the backend v2ray server listeing on 127.0.0.1:10000.
> You can find the web server config examples at [https://guide.v2fly.org/en_US/advanced/wss_and_web.html#server-side-configuration](https://guide.v2fly.org/en_US/advanced/wss_and_web.html#server-side-configuration).
2020-10-10 00:28:26 +08:00
中文用户请看[这里](./README-CN.md)。
2020-10-10 00:28:26 +08:00
## Shadowsocks client configuration examples
2020-10-10 00:28:26 +08:00
> You should change the following configurations according to your server configs.
2020-10-10 00:28:26 +08:00
### Shadowsocks windows client configuration examples
> `mux=0` is indispensable when connecting with V2Ray-plugin, if you wish to use mux you need to try the [Domainsocket or Redirect Approach](./Domainsocket-or-Redirect-Approach/).
```properties
Server_IP: example.com or your server IP
Server_Port: 443
2020-10-10 00:28:26 +08:00
Password: ifYouWantToKeepYourPassphraseSafeChangeThis!!
Encryption: chacha20-ietf-poly1305
Plugin_Program: pathToYourV2ray-plugin_windows_arch.exe
Plugin_Options: mux=0;tls;mode=websocket;path=/path;host=example.com
2020-10-10 00:28:26 +08:00
```
### shadowsocks Android plugin configuration examples
> Both the shadowsocks android and the V2Ray plugin android are mandatory, they are available on Google Play Store.\
> _`Concurrent connections must be 0.`_
```properties
2020-10-10 00:28:26 +08:00
Plugin: v2ray
Configuration:
Transport_mode: websocket-tls
2020-10-10 00:28:26 +08:00
Hostname: example.com
Path: /path
Concurrent_connections: 0
Certificate_for_TLS_verification: Not set
2020-10-10 00:28:26 +08:00
```