Update README.md

main
fscarmen 2 years ago committed by GitHub
parent b7656ef43c
commit 964bf0a906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      README.md

@ -14,8 +14,6 @@
* * *
## 更新信息
2023.6.23 1.1 内置多种本地网络环境的 xray 模板,适合各种场景下的使用
2023.4.13 1.0 正式版
<details>
@ -48,7 +46,7 @@
* vmess 和 vless 的 uuid,trojan 和 shadowsocks 的 password,各协议的 ws 路径既可以自定义,又或者使用默认值;
* 节点信息以 V2rayN / Clash / 小火箭 链接方式输出;
* 极速安装,即可交互式安装,也可像 docker compose 一样的非交互式安装,提前把所有的参数放到一个配置文件,全程不到5秒。
* 内置多种本地网络环境的 xray 模板,适合各种场景下的使用
## ArgoX for VPS 运行脚本:
@ -88,16 +86,16 @@ bash <(wget -qO- https://raw.githubusercontent.com/fscarmen/argox/main/argox.sh)
## 各种场景下 xray outbound 和 routing 模板的说明
域名分类中包含的各具体域名: https://github.com/v2fly/domain-list-community/blob/master/data
Routing 路由说明: https://www.v2fly.org/config/routing.html
* 域名分类中包含的各具体域名: 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 即为失败,请检查配置文件格式
| 说明 | 模板路径 |
| --- | ------ |
| 当前正在使用的 outbound 和 routing | /etc/argox/outbound.json |
| 无任何规则,流量均走 vps 默认的网络出口 | /etc/argox/original-template |
| chatGPT 使用链式 warp 代理(不需要安装 warp),其余流量走 vps 默认的网络出口 | /etc/argox/warp-template |
| 指定流量走本机指定的网络接口,对于双栈能区分 IPv4 或 IPv6,其余流量走 vps 默认的网络出口 | https://github.com/fscarmen/warp#指定网站分流到-interface-的-xray-配置模板适用于-warp-client-warp-和-warp-go-非全局 |
| 指定流量走本机指定的socks5代理,对于双栈能区分 IPv4 或 IPv6,其余流量走 vps 默认的网络出口 | /etc/argox/socks5-template |
| chatGPT 使用链式 warp 代理(不需要安装 warp),其余流量走 vps 默认的网络出口 | [warp](https://github.com/fscarmen/warp#通过-warp-解锁-chatgpt-的方法) |
| 指定流量走本机指定的网络接口,对于双栈能区分 IPv4 或 IPv6,其余流量走 vps 默认的网络出口 | [interface](https://github.com/fscarmen/warp#指定网站分流到-interface-的-xray-配置模板适用于-warp-client-warp-和-warp-go-非全局) |
| 指定流量走本机指定的socks5代理,对于双栈能区分 IPv4 或 IPv6,其余流量走 vps 默认的网络出口 | [socks5](https://github.com/fscarmen/warp#指定网站分流到-指定网站分流到-socks5-的-xray-配置模板-适用于-warp-client-proxy-和-wireproxy) |
## 免责声明:

Loading…
Cancel
Save