This commit is contained in:
dichgrem
2025-08-12 21:21:24 +08:00
parent 0866fc0647
commit 2ca559f210
2 changed files with 83 additions and 36 deletions

View File

@@ -9,29 +9,20 @@
"listen": "::",
"listen_port": 443,
"users":
[
{
"name": "AK-JP-100G",
"uuid": "singbox生成",
"flow": "xtls-rprx-vision",
},
],
[{ "name": "$NAME", "uuid": "$UUID", "flow": "xtls-rprx-vision" }],
"tls":
{
"enabled": true,
"server_name": "s0.awsstatic.com",
"server_name": "$SNI",
"reality":
{
"enabled": true,
"handshake":
{ "server": "s0.awsstatic.com", "server_port": 443 },
"private_key": "singbox生成",
"short_id": ["singbox生成"],
"handshake": { "server": "$SNI", "server_port": 443 },
"private_key": "$PRIVATE_KEY",
"short_id": "$SHORT_ID",
},
},
},
],
"outbounds": [{ "type": "direct" }, { "type": "dns", "tag": "dns-out" }],
"route": { "rules": [{ "protocol": "dns", "outbound": "dns-out" }] },
"outbounds": [{ "type": "direct" }],
}