Open pexcn opened 1 year ago
Can you try the command line options first?
Server
./ssserver -s 0.0.0.0:443 -k example -m aes-256-gcm --plugin ./qtun-server --plugin-opts "acme_host=example.com"
Client
./sslocal -s example.com:443 -k example -m aes-256-gcm --plugin ./qtun-client --plugin-opts "host=example.com"
@madeye 可以的,正常使用。只是在配合 ss-rust 负载均衡测速时候有问题
If so, the SS_LOCAL_HOST
and SS_LOCAL_PORT
environment variables should be parsed correctly in qtun-client.
Guess there's something wrong in ss-rust while launching multiple SIP003 plugins. Can you try v2ray-plugin's quic mode as well?
Guess there's something wrong in ss-rust while launching multiple SIP003 plugins. Can you try v2ray-plugin's quic mode as well?
我也用xray-plugin测试过了,netstat命令看到它监听的端口和预期是一样的,具体见这里 https://github.com/shadowsocks/shadowsocks-rust/issues/1104#issuecomment-1413448842
以下是配置文件的关键部分:
启动命令分别为:
日志里出现了:
此时 qtun-client 监听的端口应该为
34297
, 但实际监听了8138
.相关问题:https://github.com/shadowsocks/shadowsocks-rust/issues/1104