All Projects → paniy → Xray_bash_onekey

paniy / Xray_bash_onekey

Licence: GPL-3.0 license
Xray+Nginx 包含 VLESS WebSocket/gPRC+TLS / XTLS+TCP 协议的一键安装脚本

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Xray bash onekey

Xray-yes
Xray安装脚本 / Xray install script (VLESS TCP XTLS)
Stars: ✭ 72 (-75.17%)
Mutual labels:  xray, xtls
Multi V2ray
v2ray/xray多用户管理部署程序
Stars: ✭ 5,382 (+1755.86%)
Mutual labels:  xray, xtls
xray-node
Python 开发的基于 xray-core 的多用户代理后端,支持用户动态管理和流量统计。
Stars: ✭ 20 (-93.1%)
Mutual labels:  xray, xtls
Xray Core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Stars: ✭ 6,908 (+2282.07%)
Mutual labels:  xray, xtls
Xray onekey
Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本
Stars: ✭ 7,012 (+2317.93%)
Mutual labels:  xray, xtls
xray-heroku
No description or website provided.
Stars: ✭ 24 (-91.72%)
Mutual labels:  xray
xray-162
XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution
Stars: ✭ 48 (-83.45%)
Mutual labels:  xray
AE-CNN
ICVGIP' 18 Oral Paper - Classification of thoracic diseases on ChestX-Ray14 dataset
Stars: ✭ 33 (-88.62%)
Mutual labels:  xray
devops-101-workshop
Serves as documentation, starter code, and companion guide for a DevOps 101 workshop using the JFrog platform.
Stars: ✭ 36 (-87.59%)
Mutual labels:  xray
All-in-XrayScan
Xray批量扫描,微信实时推送!
Stars: ✭ 81 (-72.07%)
Mutual labels:  xray
Unets
Implemenation of UNets for Lung Segmentation
Stars: ✭ 18 (-93.79%)
Mutual labels:  xray
lung-segmentation
Lung segmentation for chest X-Ray images
Stars: ✭ 74 (-74.48%)
Mutual labels:  xray
TProxy
透明代理的旁路由虚拟网关
Stars: ✭ 39 (-86.55%)
Mutual labels:  xray
V2ray Rules Dat
🦄 🎃 👻 V2Ray 路由规则文件加强版,可代替 V2Ray 官方 geoip.dat 和 geosite.dat,兼容 Shadowsocks-windows、Xray-core、Trojan-Go 和 leaf。Enhanced edition of V2Ray rules dat files, compatible with Xray-core, Shadowsocks-windows, Trojan-Go and leaf.
Stars: ✭ 6,550 (+2158.62%)
Mutual labels:  xray
plan b
swrt helloworld ShadowSocksR Plus 科学上网, api1.5
Stars: ✭ 189 (-34.83%)
Mutual labels:  xray
go-tun2socks-build
tun2socks with v2ray & xray support for Android
Stars: ✭ 147 (-49.31%)
Mutual labels:  xray
Covid Chestxray Dataset
We are building an open database of COVID-19 cases with chest X-ray or CT images.
Stars: ✭ 2,759 (+851.38%)
Mutual labels:  xray
go-arty
Go client library for Artifactory and Xray
Stars: ✭ 26 (-91.03%)
Mutual labels:  xray
nest-xray
Distributed tracing for Nestjs with AWS X-Ray as the backend. Instrument incoming and outgoing HTTP requests
Stars: ✭ 50 (-82.76%)
Mutual labels:  xray
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-85.52%)
Mutual labels:  xray

Xray+Nginx 包含 VLESS WebSocket/gRPC+TLS / XTLS+TCP 协议的一键安装脚本

GitHub stars GitHub forks GitHub issues

感谢 JetBrains 提供的非商业开源软件开发授权。

Thanks for non-commercial open source development authorization by JetBrains。

使用说明

Telegram 群组

准备工作

  • 准备一个域名,并将A记录添加好。
  • 阅读Xray官方说明,大概了解 TLS WebSocket gRPC XTLS 及 Xray 相关信息。
  • 安装好 curl,Centos用户运行:yum install -y curl;Debian/Ubuntu用户运行:apt install -y curl

安装/更新方式

VLESS+Nginx+WebSocket/gRPC+TLS 或 VLESS+XTLS+Nginx+ws+gRPC 或 ws/gRPC ONLY 三选一:

bash <(curl -Ss https://www.idleleo.com/install.sh)

注意事项

  • 如果你不了解脚本中各项设置的具体含义,除域名外,请使用脚本提供的默认值 (全程回车到底)。
  • Cloudflare 用户请安装完毕后再开启CDN功能。
  • 使用本脚本需要你拥有 Linux 基础及使用经验,了解计算机网络部分知识,计算机基础操作。
  • 目前支持 Debian 9+ / Ubuntu 18.04+ / Centos7+ ,部分 Centos 模板可能存在难以处理的编译问题,建议遇到编译问题时,请更换至其他系统模板。
  • 群主仅提供有限的支持,如有问题可以询问群友。
  • 每周日的凌晨3点,Nginx 会自动重启以配合证书的签发定时任务进行,在此期间,节点无法正常连接,预计持续时间为若干秒至两分钟。
  • 分享链接为实验版本,不排除未来变动的可能,请自行确认客户端是否支持。
  • 自定义字符串映射至 UUIDv5 需要客户端支持。

鸣谢

证书

如果你已经拥有了你所使用域名的证书文件,可以将 crt 和 key 文件命名为 xray.crt 和 xray.key 放在 /etc/idleleo/cert 目录下(若目录不存在请先建目录),请注意证书文件权限及证书有效期,自定义证书有效期过期后需自行续签。

脚本支持自动生成 Let's encrypted 证书,有效期3个月,理论上自动生成的证书支持自动续签。

查看客户端配置

cat /etc/idleleo/xray_info.txt

Xray 简介

  • Xray 是一个优秀的开源网络代理工具,可以帮助你畅爽体验互联网,目前已经全平台支持 Windows、Mac、Android、IOS、Linux 等操作系统的使用。
  • 本脚本为一键完全配置脚本,在所有流程正常运行完毕后,直接按照输出结果设置客户端即可使用。
  • 请注意:我们依然强烈建议你全方面的了解整个程序的工作流程及原理。

建议单服务器仅搭建单个代理

  • 本脚本默认安装最新版本的 Xray core。
  • 建议使用默认的 443 端口作为连接端口。
  • 伪装内容可自行替换。

注意事项

  • 推荐在纯净环境下使用本脚本,如果你是新手,请不要使用 Centos 系统。
  • 在尝试本脚本确实可用之前,请不要将本程序应用于生产环境中。
  • 该程序依赖 Nginx 实现相关功能,请使用 LNMP 或其他类似携带 Nginx 脚本安装过 Nginx 的用户特别留意,使用本脚本可能会导致无法预知的错误。
  • Centos 系统用户请预先在防火墙中放行程序相关端口(默认:80,443)。

启动方式

启动 Xray:systemctl start xray

停止 Xray:systemctl stop xray

启动 Nginx:systemctl start nginx

停止 Nginx:systemctl stop nginx

相关目录

Xray 服务端配置:/etc/idleleo/conf/xray/config.json

Nginx 目录: /etc/nginx

证书文件:/etc/idleleo/cert/xray.key/etc/idleleo/cert/xray.crt 请注意证书权限设置

配置信息文件等:/etc/idleleo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].