GithubHelp home page GithubHelp logo

argox's Introduction

【ArgoX】 = Argo + Xray


目录


更新信息

2023.2.17 beta2 1. extremely fast installation mode, [-f] followed by a parameter file path; 2. Support for switching between the three argo tunnels; 3. Synchronise Argo and Xray to the latest version at any time; 4. Optimize the code to achieve speedup.
1.极速安装模式,[-f] 后带参数文件路径;2.安装后,支持三种argo隧道随意切换;3.随时同步Argo 和 Xray到最新版本;4.优化代码,达到提速的目的。

2023.2.16 beta Argo + Xray for vps

项目特点:

  • 在 VPS 中部署 Xray,采用的方案为 Argo + Xray + WebSocket + TLS
  • 使用 CloudFlare 的 Argo 隧道,使用TLS加密通信,可以将应用程序流量安全地传输到Cloudflare网络,提高了应用程序的安全性和可靠性。此外,Argo Tunnel也可以防止IP泄露和DDoS攻击等网络威胁。因为是内网穿透,Xray 从对所有的网络地址监听改为只对 Argo 隧道作定向监听。
  • Argo 隧道既支持临时隧道,又支持通过 Token 或者 cloudflared Cli 方式申请的固定域名,直接优选 + 隧道,不需要申请域名证书,并可以在安装后随时转换
  • 回落分流,同时支持 Xray 4 种主流协议: vless / vmess / trojan / shadowsocks + WSS (ws + tls)
  • vmess 和 vless 的 uuid,trojan 和 shadowsocks 的 password,各协议的 ws 路径既可以自定义,又或者使用默认值
  • 节点信息以 V2rayN / Clash / 小火箭 链接方式输出
  • 极速安装,即可交互式安装,也在同类脚本中使用类似于 docker compose,提前把所有的参数放到一个配置文件,全程不到5秒

ArgoX for VPS 运行脚本:

bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)
Option 参数 Remark 备注
-c Chinese 中文
-e English 英文
-f file Variable file 参数文件
-u Uninstall 卸载
-l Export Node list 显示节点信息
-v Sync Argo Xray to the newest 同步 Argo Xray 到最新版本

Argo Token 的获取

详细教程: 我不是矿神 -群晖套件:Cloudflare Tunnel 内网穿透中文教程 支持DSM6、7

image

image

image

Argo Json 的获取

以 Debian 为例,需要用到的命令,Deron Cheng - CloudFlare Argo Tunnel 试用

wget -O cloudflared.deb https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb # 下载安装包
dpkg -i cloudflared.deb && rm -f cloudflared.deb # 安装并删除安装包
cloudflared login
cloudflared tunnel create 隧道名
cloudflared tunnel route dns 隧道名 二级域名.托管在CF上的一级域名
cat /root/.cloudflared/你生成的json文件  

详细教程: 使用Cloudflare Argo Tunnel快速免公网IP建站

image

image

image

鸣谢下列作者的文章和项目:

免责声明:

  • 本程序仅供学习了解, 非盈利目的,请于下载后 24 小时内删除, 不得用作任何商业用途, 文字、数据及图片均有所属版权, 如转载须注明来源。
  • 使用本程序必循遵守部署免责声明。使用本程序必循遵守部署服务器所在地、所在国家和用户所在国家的法律法规, 程序作者不对使用者任何不当行为负责。

argox's People

Contributors

fscarmen avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.