daeuniverse / dae

eBPF-based Linux high-performance transparent proxy solution.
GNU Affero General Public License v3.0
2.62k stars 165 forks source link

[Support Request] <node> 自定义节点的 ss://LINK 和 vmess://LINK 写法问题 #538

Closed wmjlxl closed 2 weeks ago

wmjlxl commented 2 weeks ago

Checks

Support Request

大佬们,我 google 了很久很久,就在 issues 里看到过 vless 的写法如下:

HK: 'vless://22e694e4-093d-44bb-8ed2-b0e548c87a2e@idev.example.com:443?type=ws&security=tls&host=idev.example.com&path=%2Fvideo'

但是我却找不到 ss://LINK 和 vmess://LINK 的具体写法,请问有详细例子来参考么?

例如我平时用的 clash 用到的 ss 和 vmess 写法如下,请问如何转换成 dae 能用的 ss://LINK 和 vmess://LINK ?

SS:

vmess:

Current Behavior

ss 和 vmess 的具体写法不知

Expected Behavior

No response

Steps to Reproduce

请教 ss 和 vmess 的具体写法

Environment

Anything else?

No response

dae-prow[bot] commented 2 weeks ago

Thanks for opening this issue!

wanlce commented 2 weeks ago

@wmjlxl 有个办法,可以用 daed / v2raya 等工具手动填写节点信息后复制链接信息 (

douglarek commented 2 weeks ago

Don't write issue titles randomly, this can only be considered a beginner's question, it is suggested to put it in discussion. Shadowsocks has its own standards, here: https://github.com/shadowsocks/shadowsocks-org/wiki/SIP002-URI-Scheme . Vmess is relatively simple, which is vmess://{json configuration after base64 encoding}.

wmjlxl commented 2 weeks ago

thanks @wanlce and @douglarek

my problem solved.