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 f4e537c commit 59e3fb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions VLESS-gRPC-uTLS-REALITY/config_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
"listen_port": 443,
"users": [
{
"uuid": "chika" // 执行 sing-box generate uuid 生成
"uuid": "" // 执行 sing-box generate uuid 生成
}
],
"tls": {
"enabled": true,
"server_name": "www.lovelive-anime.jp", // 客户端可用的 serverName,暂不支持 * 通配符
"server_name": "", // 客户端可用的 serverName,暂不支持 * 通配符
"reality": {
"enabled": true,
"handshake": {
"server": "www.lovelive-anime.jp", // 目标网站最低标准:国外网站,支持 TLSv1.3、X25519 与 H2,域名非跳转用(主域名可能被用于跳转到 www)
"server": "", // 目标网站最低标准:国外网站,支持 TLSv1.3、X25519 与 H2,域名非跳转用(主域名可能被用于跳转到 www)
"server_port": 443
},
"private_key": "2KZ4uouMKgI8nR-LDJNP1_MHisCJOmKGj9jUjZLncVU", // 执行 sing-box generate reality-keypair 生成,填 "Privatekey" 的值
"private_key": "", // 执行 sing-box generate reality-keypair 生成,填 "Privatekey" 的值
"short_id": [ // 客户端可用的 shortId 列表,可用于区分不同的客户端
"6ba85179e30d4fc2" // 0 到 f,长度为 2 的倍数,长度上限为 16,可留空,或执行 sing-box generate rand --hex 8 生成
"" // 0 到 f,长度为 2 的倍数,长度上限为 16,可留空,或执行 sing-box generate rand --hex 8 生成
]
}
},
"transport": {
"type": "grpc",
"service_name": "lovelive" // gRPC 服务名称
"service_name": "" // gRPC 服务名称
}
}
],
Expand Down

0 comments on commit 59e3fb7

Please sign in to comment.