v2fly / v2ray-examples

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

根据v5版本现有文档添加配置 #92

Open Weltolk opened 1 year ago

Weltolk commented 1 year ago

代理协议的vless的fallback文档不全, VLESS-TCP,VLESS-TCP-TLS, VLESS-TCP-TLS (maximal by rprx), VLESS-TCP-TLS (minimal by rprx), VLESS-TCP-TLS-proxy protocol和VLESS-TCP-TLS-WS (recommended)未写 传输流协议的tcp的header文档不全,VMess-HTTP未写

cntrump commented 1 year ago

v5 中的官方文档是错的,比如加密方式 aes-128-gcm 写法就不能正确运行,参考实现代码应该要写为 AES_128_GCM

CodingMoeButa commented 6 months ago

特么的,V5文档错的不是一点半点,根本没法看,暂时还得是沿用V4的文档格式。

AkinoKaede commented 5 months ago

Sorry I forgot about this work. I haven't had enough time to review this PR yet, I think this may not happen until after July.

xiaokangwang commented 1 month ago

@AkinoKaede I think we could try to rebase this commit to fit the existing directory structure for V5 configurations.

KGorham123 commented 1 month ago

V4的格式已经很成熟,V5格式调试中总会有这样那样的问题,希望能一直兼容V4格式。v5的多用户模式及配套功能始终不太好用。这导致大量使用者流失,因为新增的协议只支持V5格式。