surgioproject / surgio

Generating rules for Surge, Clash, Quantumult like a PRO

Home Page:https://surgio.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

为 loon 输出 vless 节点格式问题

huangyafei opened this issue · comments

目前使用 Surgio 输出的 vless 节点格式是这样的:

NAME = VLESS,example.com,10086,method=none,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true

而根据 loon 的官方文档,VLESS 节点的格式是这样的:

NAME = VLESS,example.com,10086,"52396e06-041a-4cc2-be5c-8525eb457809",transport=ws,path=/,host=v3-dy-y.ixigua.com,over-tls=true,tls-name=example.com,skip-cert-verify=true

官方文档中的 vless 节点格式不包括 method=none 参数。

所以就造成了:使用 Surgio 输出 loon 的 vless 节点后,会在 loon 中报错。