v2ray-plugin icon indicating copy to clipboard operation
v2ray-plugin copied to clipboard

A SIP003 plugin based on v2ray

Results 95 v2ray-plugin issues
Sort by recently updated
recently updated
newest added

Hi everyone, I've implemented Shadowsocks protocol into my app with Swift and everything works great. However I have additional task to connect our app to Shadowsocks Server with **v2ray-plugin**. As...

采用ss+websocket+tls+nginx,tcp数据外层由https加密,由nginx解密后转发至ss端口,udp数据由nginx的stream模块直接转发至ss端口。 这样是否相当于,udp数据是裸连ss,进而有被识别风险?

quic mode ``` /opt/shadowsocks-libev/ss-server -c /opt/v2ray-plugin/ss.json --plugin v2ray-plugin_linux_amd64 --plugiopts "host=domain.com;cert=/opt/v2ray-plugin/ecc/my-service.crt;key=/opt/v2ray-plugin/ecc/my-service.key;loglevel=debug;server;mode=quic" ``` log ``` 2021-07-29 12:40:57 INFO: plugin "v2ray-plugin_linux_amd64" enabled 2021-07-29 12:40:57 INFO: UDP relay enabled 2021-07-29 12:40:57 INFO: initializing ciphers......

ios shadowrocket发送 访问google请求显示超时 * 服务端接受情况: ``` Mar 01 18:08:39 VM-0-3-ubuntu ss-server[17891]: 2024/03/01 18:08:39 tcp: IP:23548 accepted tcp:127.0.0.1:0 Mar 01 18:09:01 VM-0-3-ubuntu ss-server[17891]: 2024/03/01 18:09:01 tcp: IP:23548 accepted tcp:127.0.0.1:0 Mar 01...

I need this plugin to support into IOS application , is that possible If yes then please provide steps , thanks in advance

Here is my nginx conf ``` stream { upstream ss { server p.abc.org:3125; } server { listen 443; proxy_pass ss; } } ``` ``` client(with v2ray-plugin) ---> nginx(mainland) ---> ssserver(with...

I got one configuration for IOS' Shadowrocket, and this configuration uses simple-obfs as its obfuscation. Basically, in IOS' shadowrocket, it enables `http` obfuscation and add `host` and `path` parameters there....

Debian Bookworm x64 Same shadowsocks-libev + v2ray setup on both sides (server and client) ss-local starts with no issue ``` $ ss-local -s "176.218.188.226" -p 2023 -l 1080 -k "password"...

a support of v2ray shadownsocks client plugin of http or socks forward proxy to chain the connection to the v2ray server.... like that : shadowsocks client -> v2ray-plugin client ->...