Skip to content

Commit

Permalink
增加订阅地址对vless 的支持
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoxianlong committed May 10, 2024
1 parent f33e980 commit a0ad85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/subparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2361,7 +2361,7 @@ void explodeSub(std::string sub, std::vector<Proxy> &nodes)
if(!processed)
{
sub = urlSafeBase64Decode(sub);
if(regFind(sub, "(vmess|shadowsocks|http|trojan)\\s*?="))
if(regFind(sub, "(vmess|shadowsocks|http|trojan|vless)\\s*?="))
{
if(explodeSurge(sub, nodes))
return;
Expand Down

0 comments on commit a0ad85b

Please sign in to comment.