From dcb1da8683c468dfe8d07898b29861f5ee37fa69 Mon Sep 17 00:00:00 2001 From: Sergei Maklagin Date: Thu, 30 Apr 2026 13:20:45 +0300 Subject: [PATCH] Fix examples --- .../server.json | 26 ++++++++++--------- examples/vpn/server-client/server.json | 26 ++++++++++--------- 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/examples/vpn/proxy_client-server-vpn_client/server.json b/examples/vpn/proxy_client-server-vpn_client/server.json index 629eb072..b5b62f8e 100644 --- a/examples/vpn/proxy_client-server-vpn_client/server.json +++ b/examples/vpn/proxy_client-server-vpn_client/server.json @@ -21,18 +21,20 @@ "key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe" } ], - "inbound": { - "type": "vless", - "tag": "vless-in", - "listen": "0.0.0.0", - "listen_port": 8000, - "users": [ - { - "name": "vless", - "uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937" - } - ] - } + "inbounds": [ + { + "type": "vless", + "tag": "vless-in", + "listen": "0.0.0.0", + "listen_port": 8000, + "users": [ + { + "name": "vless", + "uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937" + } + ] + } + ] } ], "outbounds": [ diff --git a/examples/vpn/server-client/server.json b/examples/vpn/server-client/server.json index c02f480a..6900cd1c 100644 --- a/examples/vpn/server-client/server.json +++ b/examples/vpn/server-client/server.json @@ -21,18 +21,20 @@ "key": "1c9b2ccf-b0c0-4c26-868d-a55a4edad3fe" } ], - "inbound": { - "type": "vless", - "tag": "vless-in", - "listen": "0.0.0.0", - "listen_port": 8000, - "users": [ - { - "name": "vless", - "uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937" - } - ] - } + "inbounds": [ + { + "type": "vless", + "tag": "vless-in", + "listen": "0.0.0.0", + "listen_port": 8000, + "users": [ + { + "name": "vless", + "uuid": "9b65b7e1-04c8-4717-8f45-2aa61fd25937" + } + ] + } + ] } ], "inbounds": [