全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 2441|回复: 14

xray官方脚本怎么和八合一的速度差那么大呢?

[复制链接]
发表于 2023-1-30 12:05:40 | 显示全部楼层 |阅读模式
本帖最后由 呆呆的游客 于 2023-1-30 12:06 编辑

==============官方脚本==============
安装脚本:
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install -u root

配置文件如下
{
        "log": {
        "loglevel": "warning"
        },
        "inbounds": [
        {
          "port": 32001,
          "protocol": "vless",
          "tag":"mmt",
          "settings": {
                "clients": [
                 {
                        "id": "f380db0b-96e3-4c9d-8ce9-b665d70860d5",
                        "flow":"xtls-rprx-direct"
                 }
                ],
                "decryption": "none"
          }
        }
        ],
        "outbounds":[
                {
                        "protocol":"freedom",
                        "settings":{
                                "domainStrategy":"UseIPv4"
                        },
                        "tag":"IPv4-out"
                },
                {
                        "protocol":"freedom",
                        "settings":{
                                "domainStrategy":"UseIPv6"
                        },
                        "tag":"IPv6-out"
                },
                {
                        "protocol":"blackhole",
                        "tag":"blackhole-out"
                }
        ],
        "dns": {
                "servers": [
                  "localhost"
                ]
        }
}


==============八合一脚本==============
安装脚本:
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

选择
1.任意组合安装
2.xray-core
3.VLESS+TLS/XTLS+TCP
安装完毕后,我会在/etc/v2ray-agent/xray/conf/02_VLESS_TCP_inbounds.json再加个账户,添加的配置如下

{
  "port": 32001,
  "protocol": "vless",
  "tag":"mmt",
  "settings": {
        "clients": [
         {
                "id": "f380db0b-96e3-4c9d-8ce9-b665d70860d5",
                "flow":"xtls-rprx-direct"
         }
        ],
        "decryption": "none"
  }
}

==============问题==============
这两种方式部署到两台同地区甲骨文机器了,都开启了BBR,都用32001这个端口富强,速度上官方脚本(油管1000)明显不如八合一(油管一万多),,这是为什么呢?难道八合一有啥加成?
发表于 2023-1-30 12:06:10 | 显示全部楼层
八合一的我不用。
发表于 2023-1-30 12:07:20 | 显示全部楼层
八合一脚本是真的好用,现在又开始更新了。

点评

啥时候更新的,在哪更新的  发表于 2023-1-30 12:55
发表于 2023-1-30 12:08:02 | 显示全部楼层
没用过八合一


/**
* Linux常用命令:cat /proc/mounts 显示已加载的文件系统
* 不忘初心,努力前行
* Link https://greasyfork.org/zh-CN/scripts/396933-hostloc-zsbd
*/
发表于 2023-1-30 12:12:59 | 显示全部楼层
一般整合的脚本都 带了 bbr 之类的吧
发表于 2023-1-30 12:21:22 | 显示全部楼层
没用过八合一
发表于 2023-1-30 12:22:56 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2023-1-30 12:42:19 | 显示全部楼层
八合一很不错
发表于 2023-1-30 12:44:05 | 显示全部楼层
知道你有两台同地区甲骨文啦
发表于 2023-1-30 12:53:32 来自手机 | 显示全部楼层
醋醋来啦 发表于 2023-1-30 12:12
一般整合的脚本都 带了 bbr 之类的吧

需要手动装,不会自动
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-5-7 21:52 , Processed in 0.072829 second(s), 11 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表