mirror of
https://github.com/Dichgrem/singbox-example.git
synced 2025-12-18 04:31:58 -05:00
fix:vless
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
[
|
||||
{
|
||||
"name": "AK-JP-100G",
|
||||
"uuid": "singbox生成",
|
||||
"uuid": "替换为实际UUID",
|
||||
"flow": "xtls-rprx-vision",
|
||||
},
|
||||
],
|
||||
@@ -25,8 +25,8 @@
|
||||
"enabled": true,
|
||||
"handshake":
|
||||
{ "server": "s0.awsstatic.com", "server_port": 443 },
|
||||
"private_key": "singbox生成",
|
||||
"short_id": ["singbox生成"],
|
||||
"private_key": "替换为实际私钥",
|
||||
"short_id": ["替换为实际short_id"],
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -34,4 +34,3 @@
|
||||
"outbounds": [{ "type": "direct" }, { "type": "dns", "tag": "dns-out" }],
|
||||
"route": { "rules": [{ "protocol": "dns", "outbound": "dns-out" }] },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user