v2ray-plugin
v2ray-plugin copied to clipboard
ubuntu client not work
ss-server config
{
"server":"0.0.0.0",
"server_port":443,
"mode":"tcp_only",
"no_delay":true,
"nameserver":"8.8.8.8",
"password":"my-password",
"timeout":300,
"method":"aes-256-cfb",
"plugin":"/usr/local/bin/v2ray-plugin",
"plugin_opts":"server;tls;host=my-host;cert=my-crt;key=my-key"
}
server shadowsocks-libev version
3.3.4
server v2ray-plugin version
4.22.1 custom (go1.13)
ss-local config
{
"mode":"tcp_only",
"no_delay":true,
"server":"my-host",
"local_address": "127.0.0.1",
"local_port":12345,
"server_port":443,
"password":"my-password",
"timeout":300,
"method":"aes-256-cfb",
"plugin":"/usr/local/v2ray-plugin",
"plugin-opts":"tls;host=my-host"
}
client shadowsocks-libev version
3.1.3
client v2ray-plugin version
4.22.1 custom (go1.13)
client start log
2020-03-15 11:54:14 INFO: plugin "/usr/local/v2ray-plugin" enabled
2020-03-15 11:54:14 INFO: enable TCP no-delay
2020-03-15 11:54:14 INFO: initializing ciphers... aes-256-cfb
2020-03-15 11:54:14 INFO: listening at 127.0.0.1:12345
2020-03-15 11:54:14 INFO: running from root user
2020/03/15 11:54:14 V2Ray 4.22.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.13 linux/amd64)
2020/03/15 11:54:14 A unified platform for anti-censorship.
2020/03/15 11:54:14 [Warning] v2ray.com/core: V2Ray 4.22.1 started
windows/android client works, but the ubuntu client doesn't