- 更新信息
- 项目特点
- ArgoX for VPS 运行脚本
- Argo Json 的获取
- Argo Token 的获取
- 各种场景下 xray outbound 和 routing 模板的说明
- 主体目录文件及说明
- 免责声明
2023.10.25 V1.4 1. Support Reality-Vison and Reality-gRPC, Both are direct connect solutions; 2. Quick-tunnel through the API to check dynamic domain names1; 3. After installing, add [argox] shortcut; 4. Output the configuration for Sing-box Client; 1. 支持 Reality-Vison and Reality-gRPC,两个均为直连方案; 2. 临时隧道通过 API 查动态域名; 3. 安装后,增加 [argox] 的快捷运行方式; 4. 输出 Sing-box Client 的配置
2023.10.16 V1.3 1. Support Alpine; 2. Add Sing-box PID, runtime, and memory usage to the menu; 3. Remove the option of using warp on returning to China; 支持 Alpine; 2. 菜单中增加 sing-box 内存占用显示; 3. 去掉使用 warp 回国的选项
2023.10.11 V1.2 1. Add the option of blocking on returning to China; 2. Add a number of quality cdn's that are collected online; 3. Use Warp IPv6 to visit chatGPT; 1. 增加禁止归国选项; 2. 增加线上收录的若干优质 cdn 3. 使用 Warp IPv6 访问 chatGPT
历史更新 history(点击即可展开或收起)
2023.6.23 V1.1 For better network traffic diversion in various scenarios, split
config.json
intoinbound.json
andoutbound.json
; 为了更好的在各种情景下分流,把config.json
拆分为inbound.json
和outbound.json
2023.4.13 1.0 正式版
2023.3.11 beta6 1. Users can easily obtain the JSON of a fixed domain name tunnel through the accompanying function website at https://fscarmen.cloudflare.now.cc ; 2. Change the sensitive path names; 3. Add CDN for download; 1. 用户可以通过配套的功能网轻松获取固定域名隧道的 json, https://fscarmen.cloudflare.now.cc; 2. 改掉敏感路径名; 3. 下载增加 CDN
2023.3.4 beta5 1. Change listening to all network addresses to only Argo tunnel directed listening for added security; 2. Argo Tunnel supports dualstack; 1. 把对所有的网络地址监听改为只对 Argo 隧道作定向监听,以增加安全性; 2. Argo 隧道支持双栈
2023.3.2 beta4 Change listening to all network addresses to only Argo tunnel directed listening for added security; 把对所有的网络地址监听改为只对 Argo 隧道作定向监听,以增加安全性
2023.2.24 beta3 1. Simplify the operation of changing argo tunnel; 2. Use wget global instead of cURL; 1. 简化转换 Argo 隧道的方法; 2. 全局用 wget 替代 cURL
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 beta1 Argo + Xray for vps
- 在 VPS 中部署 Xray,采用的方案为 Argo + Xray + Reality / Argo + Xray + WebSocket + TLS;
- 正常用 CF 是访问机房回源,Argo 则是每次创建两个反向链接到两个就近机房,然后回源是通过源服务器就近机房回源,其中用户访问机房到源服务器连接的就近机房之间是CF自己的黑盒线路;
- 使用 CloudFlare 的 Argo 隧道,使用TLS加密通信,可以将应用程序流量安全地传输到Cloudflare网络,提高了应用程序的安全性和可靠性。此外,Argo Tunnel也可以防止IP泄露和DDoS攻击等网络威胁;
- Argo 是内网穿透的隧道,既 Xray 的 inbound 不对外暴露端口增加安全性,也不用做伪装网浪费资源,还支持 Cloudflare 的全部端口,不会死守443被封,同时服务端输出 Argo Ws 数据流,大大简化数据处理流程,提高响应,tls 由 cf 提供,避免多重 tls;
- Argo 隧道既支持临时隧道,又支持通过 Token 或者 cloudflared Cli 方式申请的固定域名,直接优选 + 隧道,不需要申请域名证书,并可以在安装后随时转换;
- 同时支持 Xray 的直连协议: reality vison 和 reality gRPC; 以及 ws 回落分流的 4 种主流协议: vless / vmess / trojan / shadowsocks + WSS (ws + tls);
- 内置 warp 链式代理解锁 chatGPT;
- 节点信息输出方式 V2rayN / Clash Meta / 小火箭 / Nekobox / Sing-box;
- 极速安装,即可交互式安装,也可像 docker compose 一样的非交互式安装,提前把所有的参数放到一个配置文件,全程不到5秒。
bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)
Option 参数 | Remark 备注 |
---|---|
-c | Chinese 中文 |
-e | English 英文 |
-a | Argo on-off Argo 开关 |
-x | Xray on-off Xray 开关 |
-s | Change the Argo tunnel 更换 Argo 隧道 |
-f | Variable file,refer to REPO file "config" 参数文件,可参数项目的文件 config |
-u | Uninstall 卸载 |
-n | Export Nodes list 显示节点信息 |
-v | Sync Argo Xray to the newest 同步 Argo Xray 到最新版本 |
-b | Upgrade kernel, turn on BBR, change Linux system 升级内核、安装BBR、DD脚本 |
用户可以通过 Cloudflare Json 生成网轻松获取: https://fscarmen.cloudflare.now.cc
如想手动,可以参考,以 Debian 为例,需要用到的命令,Deron Cheng - CloudFlare Argo Tunnel 试用
详细教程: 群晖套件:Cloudflare Tunnel 内网穿透中文教程 支持DSM6、7
- 域名分类中包含的各具体域名: https://github.com/v2fly/domain-list-community/blob/master/data
- Routing 路由说明: https://www.v2fly.org/config/routing.html
- 修改
/etc/argox/outbound.json
,注意: 请先备份好原outbound.json
文件,修改的 json 做到 https://www.json.cn/ 查看格式 - 修改后运行
systemctl restart xray; sleep 1; systemctl is-active xray
,反显 active 即生效,如为 failed 即为失败,请检查配置文件格式
说明 | 模板示例 |
---|---|
chatGPT 使用链式 warp 代理,不需要本地安装 warp,其余流量走 vps 默认的网络出口 | warp |
指定流量走本机指定的网络接口,对于双栈能区分 IPv4 或 IPv6,其余流量走 vps 默认的网络出口 | interface |
指定流量走本机指定的socks5代理,对于双栈能区分 IPv4 或 IPv6,其余流量走 vps 默认的网络出口 | socks5 |
/etc/argox # 项目主体目录
├── cloudflared # argo tunnel 主程序
├── geoip.dat # 用于根据 IP 地址来进行地理位置策略或访问控制
├── geosite.dat # 用于基于域名或网站分类来进行访问控制、内容过滤或安全策略
├── inbound.json # vless / vmess / ss / trojan + WSS 入站配置文件
├── language # 存放脚本语言文件,E 为英文,C 为中文
├── list # 节点信息列表
├── outbound.json # 出站和路由配置文件,chatGPT 使用 warp ipv6 链式代理出站
├── xray # xray 主程序
└── ax.sh # 快捷方式脚本文件
- 本程序仅供学习了解, 非盈利目的,请于下载后 24 小时内删除, 不得用作任何商业用途, 文字、数据及图片均有所属版权, 如转载须注明来源。
- 使用本程序必循遵守部署免责声明。使用本程序必循遵守部署服务器所在地、所在国家和用户所在国家的法律法规, 程序作者不对使用者任何不当行为负责。