Fix examples

This commit is contained in:
Sergei Maklagin
2026-04-30 13:20:45 +03:00
parent 22aeb48794
commit dcb1da8683
2 changed files with 28 additions and 24 deletions

View File

@@ -21,18 +21,20 @@
"key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe" "key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe"
} }
], ],
"inbound": { "inbounds": [
"type": "vless", {
"tag": "vless-in", "type": "vless",
"listen": "0.0.0.0", "tag": "vless-in",
"listen_port": 8000, "listen": "0.0.0.0",
"users": [ "listen_port": 8000,
{ "users": [
"name": "vless", {
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937" "name": "vless",
} "uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937"
] }
} ]
}
]
} }
], ],
"outbounds": [ "outbounds": [

View File

@@ -21,18 +21,20 @@
"key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe" "key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe"
} }
], ],
"inbound": { "inbounds": [
"type": "vless", {
"tag": "vless-in", "type": "vless",
"listen": "0.0.0.0", "tag": "vless-in",
"listen_port": 8000, "listen": "0.0.0.0",
"users": [ "listen_port": 8000,
{ "users": [
"name": "vless", {
"uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937" "name": "vless",
} "uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937"
] }
} ]
}
]
} }
], ],
"inbounds": [ "inbounds": [