/xray-sh

Primary LanguageShellGNU General Public License v3.0GPL-3.0

xray

介绍

install.sh

  • xray安装脚本,适用于centos7+/debian9+/ubuntu16.04+
  • 调用xray官方安装脚本
  • 使用vless+tcp+xtls模式
  • 回落使用nginx,配置伪装站

install_whatever.sh

  • xray安装脚本,适用于centos7+/debian9+/ubuntu16.04+
  • 调用xray官方安装脚本
  • 使用xray回落模式,兼容多种协议(trojan, vless, vmess)
  • 最终回落使用nginx,配置伪装站

install_multi.sh

  • xray安装采用指定json目录的形式,功能和install_whatever.sh完全一样

install.sh使用

bash <(curl -Ls https://raw.githubusercontent.com/snddman/xray-sh/main/install.sh)

install_whatever.sh使用(稳定版本)

bash <(curl -Ls https://raw.githubusercontent.com/snddman/xray-sh/main/install_whatever.sh)

install_whatever.sh使用(开发版本)

bash <(curl -Ls https://raw.githubusercontent.com/snddman/xray-sh/develop/install_whatever.sh)

install_multi.sh使用

bash <(curl -Ls https://raw.githubusercontent.com/snddman/xray-sh/main/install_multi.sh)

client使用