Skip to content

Commit

Permalink
Update config_server.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chika0801 authored Sep 3, 2023
1 parent faf97e0 commit 616f6d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions VLESS-XTLS-uTLS-REALITY/config_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
],
"tls": {
"enabled": true,
"server_name": "", // 客户端可用的 serverName,暂不支持 * 通配符
"server_name": "",
"reality": {
"enabled": true,
"handshake": {
"server": "", // 目标网站最低标准:国外网站,支持 TLSv1.3、X25519 与 H2,域名非跳转用(主域名可能被用于跳转到 www)
"server": "",
"server_port": 443
},
"private_key": "", // 执行 sing-box generate reality-keypair 生成,填 "PrivateKey" 的值
"short_id": [ // 客户端可用的 shortId 列表,可用于区分不同的客户端
"" // 0 到 f,长度为 2 的倍数,长度上限为 16,可留空,或执行 sing-box generate rand --hex 8 生成
"private_key": "",
"short_id": [
""
]
}
}
Expand Down

0 comments on commit 616f6d8

Please sign in to comment.