Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

cncherisher/Xray-examples

Repository files navigation

Xray-examples

Forked from v2ray-examples

Xray-install 一键安装脚本

bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install -u root

删除Xray

bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ remove --purge

以多配置启动 Xray:

$ xray run -confdir /usr/local/etc/xray/conf

推荐的多文件列表

.
├── 00_log.json
├── 01_api.json
├── 02_dns.json
├── 03_routing.json
├── 04_policy.json
├── 05_inbounds.json
├── 06_outbounds.json
├── 07_transport.json
├── 08_stats.json
└── 09_reverse.json

0 directories, 10 files

Releases

No releases published

Packages

No packages published

Languages