Files
xray-manager/README.md
T

1.4 KiB

Xray Manager

Список команд

user add <username> [-o <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 outbound set <username> -protocol [--target <target_id>] [--<param> <value> ...]
user outbound show <username> (-a | -p <protocol> [--target <target_id>])
user outbound delete <username> (-a | -p <protocol> | --target <target_id>)

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 <server_outbound_tag> [--pretty "<display_name>"]
target modify <target_name> [-r <server_outbound_tag>] [--pretty "<display_name>"]
target show (<target_name> | -a)
target delete (<target_name> | -a)

protocol <protocol_name>

server inbound add -t <tag> -p <protocol> [--<param> <value> ...]
server inbound modify -t <tag> -p <protocol> [--<param> <value> ...]
server inbound show (-a | -t <tag> -p <protocol>)
server inbound delete (-a | -t <tag> -p <protocol>)

server outbound add -t <tag> -p <protocol> [--<param> <value> ...]
server outbound modify -t <tag> -p <protocol> [--<param> <value> ...]
server outbound show (-a | -t <tag> -p <protocol>)
server outbound delete (-a | -t <tag> -p <protocol>)