mirror of
https://github.com/fscarmen/sing-box.git
synced 2026-08-10 17:55:16 +08:00
v1.3.1 Quick Install Mode and Custom Reality Key Support.
1. Reality Configuration Update: In Reality configurations, the original multiplexing (multiplex) has been replaced with xtls-rprx-vision flow control, improving transmission efficiency, reducing latency, and enhancing security. The original configuration conversion script command remains fully compatible and unchanged — bash <(curl -sSL https://raw.githubusercontent.com/fscarmen/tools/main/vision.sh). 2. Quick Install Mode: Added a one-click installation feature that auto-fills all parameters, simplifying the deployment process. Chinese users can use -l or -L; English users can use -k or -K. Case-insensitive support makes operations more flexible. 3. Custom Reality Key Support: In response to user feedback, you can now specify a custom Reality private key via --REALITY_PRIVATE=<privateKey>. The script will automatically compute the corresponding public key using the integrated API. If left blank, it generates a random private-public key pair in real-time. 4. Enhanced HTTP + Reality Support in Clash Clients: Added full compatibility for HTTP + Reality transport in Clash clients, improving connection stability and performance.
This commit is contained in:
+6
-1
@@ -72,5 +72,10 @@ ARGO_AUTH=''
|
||||
# Port hopping range for Hysteria2 protocol, format: start_port:end_port
|
||||
PORT_HOPPING_RANGE=''
|
||||
|
||||
# 节点名称,支持 emoji 表情 / Node name, emoji supported
|
||||
# Reality 的私钥, 留空则随机生成
|
||||
# Reality private key. Random generation if left empty
|
||||
REALITY_PRIVATE=''
|
||||
|
||||
# 节点名称,支持 emoji 表情
|
||||
# Node name, emoji supported
|
||||
NODE_NAME_CONFIRM=''
|
||||
Reference in New Issue
Block a user