shadowsocks/v2ray-plugin-android

Can't browse Internet using shadowsocks & v2ray-plugin

IkramulMurad opened this issue · 1 comments

Hello,
I've installed shadowsocks in my server using below command:
sudo apt install shadowsocks-libev

I build v2ray-plugin by using this repo:
https://github.com/shadowsocks/v2ray-plugin

I ran shadowsocks with v2ray-plugin using below command:
ss-server -c /etc/shadowsocks-libev/config.json

Here is my config.json file:
{
"server":["::1", "127.0.0.1"],
"mode":"tcp_and_udp",
"server_port":443,
"local_address":"127.0.0.1",
"local_port":443,
"password":"password",
"timeout":120,
"method":"aes-256-gcm",
"plugin":"v2ray-plugin",
"plugin_opts":"server"
}

In my android phone, shadowsocks & v2ray-plugin-android is installed with below config:
Server: <server_ip>
Remote port: 443
Password: "password"
Encrypt method: AES-256-GCM
Route: All
IPv6 route: checked off
Apps VPN mode: checked off
Metered hint: checked off
Remote DNS: dns.google
Plugin: v2ray
UDP fallback: Disabled

v2ray configure:
Transport mode: websocket-http
Hostname: cloudfront.com
Path: /
Concurrent connection: 1
Certificate for TLS verification: Not set
Logcat level: Warning