From 274235b957ae8b86c0b3929b7a99e6e838412176 Mon Sep 17 00:00:00 2001 From: vladimir Date: Tue, 30 Jun 2026 02:36:02 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index e69de29..80fb51d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,39 @@ +# Xray Manager + +## Список команд +``` +user add [-c : [: ...]] +user show ( | -a) +user modify [-a : [: ...]] +[-d : [: ...]] +user delete ( | -a) + +user connection add -p -t + [-- ...] +user connection show (-a | -p | -t ) +user connection modify -p -t + [-- ...] +user connection delete (-a | -p | -t ) + +user profile build ( | -a) +user profile show ( | -a) +user profile qrcode ( | -a) +user profile delete ( | -a) + +target add -r [--pretty ""] +target modify [-r ] [--pretty ""] +target show ( | -a) +target delete ( | -a) + +protocol + +inbound add -t -p [-- ...] +inbound modify -t -p [-- ...] +inbound show (-a | -t -p ) +inbound delete (-a | -t -p ) + +outbound add -t -p [-- ...] +outbound modify -t -p [-- ...] +outbound show (-a | -t -p ) +outbound delete (-a | -t -p ) +```