手搓搭建

Vless Encryption | Xray的新功能 | 比Shadowsocks效率更高

Xray新功能

标签:

#油管视频

https://youtu.be/4XC3bBlZH8M

#vless encryption发布页
https://github.com/XTLS/Xray-core/pull/5067

#安装xray
bash -c “$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)” @ install -u root

#xray配置文件路径
/usr/local/etc/xray/config.json

#vless tcp配置文件
https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP/config_server.jsonc

#测试xray配置文件
xray -test -config /usr/local/etc/xray/config.json

#重启并查看xray状态
systemctl restart xray && systemctl status xray

#生成uuid
xray uuid

#生成 private key & public ley
xray x25519

#生成mlkem768 seed & client
xray mlkem768

#注意事项
decryption和encryption 里面的配置都是用.来分割的
mlkem768x25519plus 不能动
native/xorpub/random 三选一
1rtt/600s或者1rtt/0rtt 二选一,正常选择后者
(padding len).(padding gap) 直接删掉,仍旧会启用默认值,可以无限嵌套,因为后面有三个…
(X25519 PrivateKey).(ML-KEM-768 Seed) 可以二选一,可以无限嵌套,因为后面有三个…

相关导航

暂无评论

暂无评论...