静看光阴荏苒
不管不顾不问不说也不念

使用Xray实现联通免流

今天比较无聊,折腾了一下联通免流,没想到过程还挺顺利的,坐标武汉联通测试可用。

下面直接给一份服务端的配置文件吧:

{
    "log": {
        "loglevel": "warning"
    },
    "inbounds": [
        {
            "listen": "0.0.0.0",
            "port": 80,
            "protocol": "vmess",
            "settings": {
                "clients": [
                    {
                        "id": "04e09d0b-aaf9-41c0-9e06-879f5838c748" // 填写你生成的UUID
                    }
                ]
            },
            "streamSettings": {
                "network": "tcp",
                "tcpSettings": {
                    "header": {
                        "type": "http",
                        "response": {
                            "version": "1.1",
                            "status": "200",
                            "reason": "OK",
                            "headers": {
                                "Content-Type": ["application/octet-stream", "video/mpeg"],
                                "Transfer-Encoding": ["chunked"],
                                "Connection": ["keep-alive"],
                                "Pragma": "no-cache"
                            }
                        }
                    }
                }
            }
        }
    ],
    "outbounds": [
        {
            "protocol": "freedom"
        }
    ]
}

我没有测试除80端口外的其他端口是否可行,有兴趣的可以自己测试一下。

客户端我用的shadowrocket,配置如下:

[重要]传输方式这里的Host配置为:pull.free.video.10010.com

测试了一下,完全OK:

虽然我是用的xray,但这个配置v2ray肯定也是可以用的,因为就一个vmess+http伪装。

赞(9)
未经允许不得转载:荒岛 » 使用Xray实现联通免流
分享到: 更多 (0)

评论 24

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #1

    这个用V2Board怎么配置啊 :smile:

    NANLI3年前 (2021-05-14) Microsoft Edge 90.0.818.56 Microsoft Edge 90.0.818.56 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 传输协议-编辑配置,把tcpSettings那一段配置扔进去应该就行了吧。

      LALA3年前 (2021-05-20) Google Chrome 86.0.4240.198 Google Chrome 86.0.4240.198 Windows 10 x64 Edition Windows 10 x64 Edition回复
  2. #2

    武汉老表,免流的话,是要shadowrocket长期开启全局吧? :roll:

    hushushu9113年前 (2021-05-14) Google Chrome 90.0.4430.212 Google Chrome 90.0.4430.212 Mac OS X  10.15.7 Mac OS X 10.15.7回复
    • 是的,找个对联通线路友好的VPS,免流+翻墙两不误。。

      LALA3年前 (2021-05-20) Google Chrome 86.0.4240.198 Google Chrome 86.0.4240.198 Windows 10 x64 Edition Windows 10 x64 Edition回复
  3. #3

    免流是有前提的,这个得提一下!
    很多年前我玩过免流,当时还没SS/V2ray等,是一个http劫持软件来工作。这么多年不玩了,看到这篇教程试也不成功。百撕不得其姐,今早醒来一下想到以前是要改成APNea改成wap,现在手机APN默认都是net。。。改成wap后一下就可以免流了 :idea:

    不得不说有坑3年前 (2021-05-15) Google Chrome 86.0.4240.198 Google Chrome 86.0.4240.198 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 老哥.APN 改成wap 好慢,你的会不会?

      Mr_Cheung3年前 (2021-05-15) Google Chrome 90.0.4430.212 Google Chrome 90.0.4430.212 Windows 10 x64 Edition Windows 10 x64 Edition回复
  4. #4

    请问一下,博主tg多少,或者tg群,网站上没有找到。

    好肥的兔子3年前 (2021-05-15) Google Chrome 89.0.4389.91 Google Chrome 89.0.4389.91 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 博主不方便接待,你有什么事需要联系呢?

      lala代言人3年前 (2021-05-15) Google Chrome 90.0.4430.210 Google Chrome 90.0.4430.210 Android 10 Android 10回复
  5. #5

    电信能用吗? :cool:

    yang3年前 (2021-05-16) Google Chrome 90.0.4430.210 Google Chrome 90.0.4430.210 Android 9 Android 9回复
    • 不能直接拿来用,但方法都是差不多的,你需要自己找一个电信官方的免流url。不过好像电信比联通操作起来要麻烦很多,一般是找停机卡。

      LALA3年前 (2021-05-20) Google Chrome 86.0.4240.198 Google Chrome 86.0.4240.198 Windows 10 x64 Edition Windows 10 x64 Edition回复
  6. #6

    免流?首先你的找到一個不計流量的官方網站,比如官方的網站,影片,音樂等等。或者定向流量卡所不要流量的網站,才能用偽裝來免流。具體每個ISP的免流地址都是不一樣的,看套餐,自己抓包。

    John Connor3年前 (2021-05-20) Google Chrome 90.0.4430.210 Google Chrome 90.0.4430.210 Android 10 Android 10回复
    • 没错了

      ZJahon2年前 (2022-03-28) Microsoft Edge 99.0.1150.52 Microsoft Edge 99.0.1150.52 Windows 10 x64 Edition Windows 10 x64 Edition回复
  7. #7

    pull.free.video.10010.com 这个host 可以直接在 v2board 里设置吗?
    大佬可不可以写一个配合 v2board 的设置

    jiji3年前 (2021-05-26) Google Chrome 90.0.4430.212 Google Chrome 90.0.4430.212 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 貌似不行,只能由用户在客户端自己填写。

      LALA3年前 (2021-05-26) Google Chrome 90.0.4430.212 Google Chrome 90.0.4430.212 Windows 10 x64 Edition Windows 10 x64 Edition回复
  8. #8

    有一个想法,能不能把xray服务端建在手机本地,比如termux里面

    Miles3年前 (2021-05-26) Google Chrome 90.0.4430.212 Google Chrome 90.0.4430.212 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 不能,这样子 host 都传不出去

      662年前 (2022-01-27) Safari 15.2 Safari 15.2 iPhone iOS 15.2.1 iPhone iOS 15.2.1回复
  9. #9

    成了 很久之前就像搞 可惜找到的教程不完备,按你的来10分钟搞定,很爽。非常感谢。

    20073年前 (2021-05-29) Google Chrome 89.0.4389.116 Google Chrome 89.0.4389.116 Windows 10 x64 Edition Windows 10 x64 Edition回复
  10. #10

    已经成功了,哈哈哈,不过我早就玩免流了。

    免流小白3年前 (2021-06-11) Chrome 87.0.4280.77 Chrome 87.0.4280.77 iPhone iOS 14.4 iPhone iOS 14.4回复
  11. #11

    想玩免流的可以加我Q一起讨论。2630622552

    免流小白3年前 (2021-06-11) Chrome 87.0.4280.77 Chrome 87.0.4280.77 iPhone iOS 14.4 iPhone iOS 14.4回复
    • 加不了你QQ 你的真实姓名?

      岁月是把杀猪刀3年前 (2021-06-13) Safari 13.0.5 Safari 13.0.5 iPhone iOS 13.3.1 iPhone iOS 13.3.1回复
  12. #12

    我80被nginx占了,用不了

    daasdasd3年前 (2021-08-23) Google Chrome 92.0.4515.159 Google Chrome 92.0.4515.159 Windows 10 x64 Edition Windows 10 x64 Edition回复
  13. #13

    嗯?大佬,我想知道一个事儿,这样设置的话,服务器会不安全吗?会不会被墙? :!: :!:

    okay3年前 (2021-09-04) Google Chrome 86.0.4240.198 Google Chrome 86.0.4240.198 Windows 10 x64 Edition Windows 10 x64 Edition回复
  14. #14

    曾经用过小白免流还付费授权了 现在想想 巨亏

    ZJahon2年前 (2022-03-28) Microsoft Edge 99.0.1150.52 Microsoft Edge 99.0.1150.52 Windows 10 x64 Edition Windows 10 x64 Edition回复

分享创造快乐

广告合作资源投稿