40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
# Xray Manager
|
|
|
|
## Список команд
|
|
```
|
|
user add <username> [-c <protocol>:<target> [<protocol>:<target> ...]]
|
|
user show (<username> | -a)
|
|
user modify <username> [-a <protocol>:<target> [<protocol>:<target> ...]]
|
|
[-d <protocol>:<target> [<protocol>:<target> ...]]
|
|
user delete (<username> | -a)
|
|
|
|
user connection add <username> -p <protocol> -t <target>
|
|
[--<param> <value> ...]
|
|
user connection show <username> (-a | -p <protocol> | -t <target>)
|
|
user connection modify <username> -p <protocol> -t <target>
|
|
[--<param> <value> ...]
|
|
user connection delete <username> (-a | -p <protocol> | -t <target>)
|
|
|
|
user profile build (<username> | -a)
|
|
user profile show (<username> | -a)
|
|
user profile qrcode (<username> | -a)
|
|
user profile delete (<username> | -a)
|
|
|
|
target add <target_name> -r <outbound_tag> [--pretty "<display_name>"]
|
|
target modify <target_name> [-r <outbound_tag>] [--pretty "<display_name>"]
|
|
target show (<target_name> | -a)
|
|
target delete (<target_name> | -a)
|
|
|
|
protocol <protocol_name>
|
|
|
|
inbound add -t <tag> -p <protocol> [--<param> <value> ...]
|
|
inbound modify -t <tag> -p <protocol> [--<param> <value> ...]
|
|
inbound show (-a | -t <tag> -p <protocol>)
|
|
inbound delete (-a | -t <tag> -p <protocol>)
|
|
|
|
outbound add -t <tag> -p <protocol> [--<param> <value> ...]
|
|
outbound modify -t <tag> -p <protocol> [--<param> <value> ...]
|
|
outbound show (-a | -t <tag> -p <protocol>)
|
|
outbound delete (-a | -t <tag> -p <protocol>)
|
|
```
|