alalbb313 / ss-trojan

108 stars 30 forks source link

是否支持VLESS #24

Open aprday opened 2 years ago

aprday commented 2 years ago

原来在v2rayN上能使用的VLESS+WS或者VLESS+XTLS服务器 通过手动配置后没办法开启! 是我配置错误还是程序还不支持VLESS

wekingchen commented 2 years ago

用json

wjz2001 commented 2 years ago

用json

然而它似乎没法识别有域名的配置,只能填ip

wekingchen commented 2 years ago

反正我自己用json,填的是域名,正常使用~

wjz2001 commented 2 years ago

反正我自己用json,填的是域名,正常使用~

可以看一下你的配置文件吗(不需要里面的域名等关键信息),我这边一直提示未检测到v2ray的地址,而且配置文件也连不通(配置文件没有问题)

wekingchen commented 2 years ago

{ "outbounds": [{ "protocol": "vless", "settings": { "vnext": [{ "address": "域名", "port": 443, "users": [{ "encryption": "none", "flow": "xtls-rprx-splice", "id": "xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }] }] }, "streamSettings": { "security": "xtls", "tlsSettings": { "disableSystemRoot": false }, "xtlsSettings": { "disableSystemRoot": false } } }] }

wjz2001 commented 2 years ago

"disableSystemRoot": false

非常感谢,不过这路由器版的xray性能好像比不上ss,无论是youtube测速还是稳定性都要差一点