v2fly / v2ray-examples

v2ray-core 的模板们
2.35k stars 740 forks source link

VLESS 服务器配置如何配置多端口多用户? #49

Closed TonyK922 closed 4 years ago

TonyK922 commented 4 years ago

"inbounds": [ { "port":65500, "listen": "127.0.0.1", "tag": "VLESS-in", "protocol": "VLESS", "settings": { "clients": [ { "id":"115bd9e3-7b7f-4628-b4f6-23004ce7ada9", "alterId":0, "level":0 } ], "decryption": "none" }, "streamSettings": { "network": "ws", "wsSettings": { "path":"/cs" } } }, { "port":65501, "listen": "127.0.0.1", "tag": "VLESS-in", "protocol": "VLESS", "settings": { "clients": [ { "id":"d576b963-6a11-45f1-a89b-babe841f27f4", "alterId":0, "level":0 } ], "decryption": "none" }, "streamSettings": { "network": "ws", "wsSettings": { "path":"/vless" } } } 但是最后只有65501能搜到被开启了?请问何解谢谢。

RPRX commented 4 years ago

tag 不能重复。

(第二次遇到这种情况了,这是参考哪个教程写的吗?)

TonyK922 commented 4 years ago

我去,低级错误,对不起浪费大佬时间了。 是的,图省事,直接抄的。