标签 网络优化 下的文章

试试 win11 自带的 google 的 TCP 拥塞算法吧。让发包狂魔 BBR 帮你解决焦虑。

windows11 以管理员身份打开 powershell

查看当前采用的网络算法

Get-NetTCPSetting | Select SettingName,CongestionProvider

可以看到微软原生的是 CUBIC

win11 自带 BBR2 算法,可以在 powershell 中执行命令,切换为 BBR2 算法:

netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2
#在 Windows 11 23H2 / 24H2 及更新版本下,启用 BBR v2 可能会造成本地 TCP 连接无法使用(如导致 adb 卡住无法连接、Steam 无法使用等),我们还需要使用以下命令修复本地 TCP 连接。(来源,MSDN )
netsh int ipv6 set global loopbacklargemtu=disable
netsh int ipv4 set global loopbacklargemtu=disable

回退:

netsh int tcp set supplemental template=internet congestionprovider=CUBIC
netsh int tcp set supplemental template=internetcustom congestionprovider=CUBIC
netsh int tcp set supplemental template=Compat congestionprovider=NewReno
netsh int tcp set supplemental template=Datacenter congestionprovider=CUBIC
netsh int tcp set supplemental template=Datacentercustom congestionprovider=CUBIC
netsh int ipv6 set global loopbacklargemtu=enable
netsh int ipv4 set global loopbacklargemtu=enable

我亲测用起来后,网络下载比原来快不少,有兴趣的小伙伴快来试试吧。

PS:linux 也可以切换,用 linux 的也不用手把手教了,这里不做赘述了。

[菜鸟教程] 零基础 Cloudflare 优选教程 继续讨论:
之前看到有佬友问本优选是否有为一些地区 / 运营商配置特定的节点.
其实 saas.sin.fan 一开始就有为特定的城市配置特定的节点,例如海南移动,电信东北地区…

经过测试,部分 DNS 无法正确返回我们的 GeoDNS 配置,以下是兼容性列表.
列表较长,可以使用 ctrl+f 快速跳转到你使用的 DNS.

阿里云 (saas.sin.fan 的托管服务商):

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

腾讯云:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

Google:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

Cloudflare:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

OpenDNS:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

114.114.114.114:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

360:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

百度:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

字节跳动:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

CNNIC:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

OneDNS:

  • 此服务商可以根据运营商返回对应的节点
  • 此服务商可以根据省级地区返回对应的节点
  • 此服务商遵循 saas.sin.fan 配置的节点权重设置

📌 转载信息
原作者:
MIYUSAMA
转载时间:
2026/1/21 22:32:37

极简自用,无花里胡哨,核心需求:精确分流

  1. 全 CDN 高精度 GEO 集成
  2. 主流 AI 分流
  3. 性能兼容性优化 (IPv6/QUIC)
  4. DNS 分流不泄露
  5. 微信苹果等服务优化

使用方法:

function main(config) {
    const allProxies = (config.proxies || []).map((p) => p.name).filter(Boolean);

    // --- 1. 全局资源与性能优化 (Hackl0us & Loyalsoldier) ---
    config["ipv6"] = false;
    config["unified-delay"] = true;
    config["tcp-concurrent"] = true;
    
    // 开启 Geodata 模式(必须开启才能使用 geosite/geoip 规则)
    config["geodata-mode"] = true;
    // 加载器设为 standard 或 memconservative 均可
    config["geodata-loader"] = "standard";

    // [核心] 替换为高精度资源地址 // 1. Geosite (域名): 使用 Loyalsoldier,规则最全
    config["geosite-url"] = "https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat";
    
    // 2. MMDB (IP): 使用 Hackl0us,国内 IP 精度最高 (小巧且精准)
    config["mmdb-url"] = "https://cdn.jsdelivr.net/gh/Hackl0us/GeoIP2-CN@release/Country.mmdb";
    
    // 3. GeoIP (备用): 虽然主力是用 MMDB,但防止内核回退,也指向 Loyalsoldier
    config["geoip-url"] = "https://cdn.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geoip.dat";

    // 自动判断下载 CDN(防止 Github 抽风)
    config["find-process-mode"] = "strict";

    config["sniffer"] = {
        enable: true,
        sniff: {
            TLS: { ports: [443, 8443] },
            HTTP: { ports: [80, "8080-8880"], "override-destination": true },
            QUIC: { ports: [443] }
        }
    };

    // --- 2. 策略组设置 --- const DNS_INTL_GROUP = "🛡️ DNS(国外)";
    const NODE_GROUP = "🚀 节点选择";
    const AUTO_GROUP = "♻️ 自动选择";
    const AI_GROUP = "🤖 AI服务";
    const EMBY_GROUP = "🎥 Emby服务"; 
    const DIRECT_GROUP = "🎯 全球直连";
    const FINAL_GROUP = "🐟 漏网之鱼";

    // 筛选 AI 节点 (排除大陆和特定地区) const aiBlacklistRegex = /流量|到期|重置|香港|HK|Hong Kong|澳门|澳門|Macau|MO|俄罗斯|Russia|RU|伊朗|Iran|IR|朝鲜|North Korea|KP|叙利亚|Syria|SY|古巴|Cuba|CU|白俄罗斯|Belarus|BY|韩国|KR|Korea/i;
    const aiFilteredProxies = allProxies.filter(name => !aiBlacklistRegex.test(name));
    
    // 筛选 Emby 节点 const embyFilteredProxies = allProxies.filter(name => /Emby/i.test(name));

    config["proxy-groups"] = [
        { name: NODE_GROUP, type: "select", proxies: [AUTO_GROUP, ...allProxies, "DIRECT"] },
        { name: DNS_INTL_GROUP, type: "url-test", url: "https://www.gstatic.com/generate_204", interval: 300, proxies: allProxies.length ? allProxies : ["REJECT"] },
        { name: AUTO_GROUP, type: "url-test", url: "https://www.gstatic.com/generate_204", interval: 300, tolerance: 50, proxies: allProxies.length ? allProxies : ["REJECT"] },
        { 
            name: EMBY_GROUP, 
            type: "url-test", 
            url: "http://www.gstatic.com/generate_204", 
            interval: 300, 
            tolerance: 50, 
            proxies: embyFilteredProxies.length ? embyFilteredProxies : [NODE_GROUP] 
        },
        { name: AI_GROUP, type: "select", proxies: aiFilteredProxies.length ? [NODE_GROUP, ...aiFilteredProxies] : [NODE_GROUP, ...allProxies] },
        { name: DIRECT_GROUP, type: "select", proxies: ["DIRECT", NODE_GROUP] },
        { name: FINAL_GROUP, type: "select", proxies: [NODE_GROUP, DIRECT_GROUP] }
    ];

    // --- 3. DNS 优化 --- const dnsCn = ["https://223.5.5.5/dns-query", "https://1.12.12.12/dns-query"];
    const dnsIntl = ["https://8.8.8.8/dns-query", "https://1.1.1.1/dns-query"];

    config["dns"] = {
        enable: true,
        ipv6: false,
        "enhanced-mode": "fake-ip",
        "respect-rules": true,
        "dns-hijack": ["any:53"],
        "nameserver": dnsCn,
        "proxy-server-nameserver": dnsCn,
        "fallback": dnsIntl,
        "nameserver-policy": {
            "geosite:cn": dnsCn,
            "geosite:gfw,geolocation-!cn": dnsIntl
        }
    };

    // --- 4. 规则逻辑 (完全依赖 Geosite + 手动补充) ---
    config["rules"] = [
        // 0. 本地网络 "IP-CIDR,127.0.0.0/8,DIRECT,no-resolve",
        "IP-CIDR,192.168.0.0/16,DIRECT,no-resolve",
        "IP-CIDR,10.0.0.0/8,DIRECT,no-resolve",
        "IP-CIDR,172.16.0.0/12,DIRECT,no-resolve",

        // 1. Apple 登录鉴权 "DOMAIN,appleid.apple.com," + AI_GROUP,
        "DOMAIN,idmsa.apple.com," + AI_GROUP,
        "DOMAIN,gsa.apple.com," + AI_GROUP,
        "DOMAIN,identity.apple.com," + AI_GROUP,

        // 2. Emby // 3. Apple 其他服务 "GEOSITE,apple," + DIRECT_GROUP,
        "DOMAIN-SUFFIX,apple.com," + DIRECT_GROUP,
        "DOMAIN-SUFFIX,icloud.com," + DIRECT_GROUP,

        // 4. 社交软件直连 "DOMAIN-KEYWORD,tencent," + DIRECT_GROUP,
        "DOMAIN-KEYWORD,qq," + DIRECT_GROUP,
        "DOMAIN-KEYWORD,wechat," + DIRECT_GROUP,

        // 5. 拦截 "AND,((DST-PORT,443),(NETWORK,UDP)),REJECT",
        "DOMAIN,dns.google," + DNS_INTL_GROUP,
        "DOMAIN,cloudflare-dns.com," + DNS_INTL_GROUP,
        "DST-PORT,53,REJECT",

        // 6. AI 规则 (使用 Loyalsoldier 的 Geosite 分类) "GEOSITE,openai," + AI_GROUP,
        "GEOSITE,anthropic," + AI_GROUP,
        "GEOSITE,x," + AI_GROUP,
        "GEOSITE,google," + AI_GROUP,
        "GEOSITE,youtube," + AI_GROUP,
        "DOMAIN-SUFFIX,bard.google.com," + AI_GROUP,
        "DOMAIN-SUFFIX,gemini.google.com," + AI_GROUP,
        "DOMAIN-SUFFIX,bing.com," + AI_GROUP,

        // 7. 国内分流 (使用 Hackl0us MMDB) "GEOSITE,cn," + DIRECT_GROUP,
        "GEOIP,CN," + DIRECT_GROUP + ",no-resolve",

        // 8. 兜底 "MATCH," + FINAL_GROUP
    ];

    return config;
}


📌 转载信息
转载时间:
2026/1/18 15:52:21

我之前开通了移动的专线(可见https://www.v2ex.com/t/1118300),晚高峰跨网还不错,ITDOG TCPPING 几乎全绿而且移动向对方运营商(电信、联通)上传基本上能稳 70M 左右,同省不跨运营商甚至能到 120M 。
但是看 V 友说能更低价格拿下相同宽带,于是我心痒痒去开了一条联通的专线(电信的是天价开不起),业务员承诺按移动价格打 8 折并且给 100M
签合同和装维很快,元旦签的合同,元旦第二天就上门安装了,而且装维态度也很好,主动帮忙拉外线和我家里的线对接(专线走的是家宽 PON )。
然后我把这条专线接入了我的网络并开放 OpenVPN 服务,并且将我绍兴出租房里的 OpenVPN 服务端地址改成联通专线的 IP (不要问我为什么不用之前移动的避免跨网,因为我本来想的是移动不续费,之后全部用联通,先试试跨网),结果白天的时候正常,到了晚上 6 点以后,明显感觉网络卡顿,一测 ping 直接 300ms 起跳,测速发现只有 5Mbps 速度,甚至 8:00 以后只有 1Mbps

问了装维,装维让我找客户经理,让客户经理向市/省公司提跨网优化。第一次找客户经理,她说数据/网优组给他的回复是跨网是一个很复杂的问题,没法解决;本来想认了,以后用 BGP 转发,但是后来又觉得不服,就又找客户经理,并且说如果不优化明年不续费并用回移动,她才再次给我上报,目前说已经和省公司提了,具体回复还要等,不知道什么时候给我回复(而且回复了也说不定因为这条专线价格便宜不给我做优化)
哎,后悔,早知道不办联通的了,说不定移动的价格高就是因为他跨网好,贵有贵的道理

前言

比较碎碎念

几年前,在没有经过复杂的配置之前,我一开始使用的是某不知名 vpn,45 元包月的那种,虽然很稳定,但是一直上不去 openai , 于是我经过一番资料的查找,我选择了一家机场,一直用到现在,也就是 flowercloud, 配合 clash verge 进行链式代理上网.

这一步还不懂配置的朋友请先掌握 clash 和机场的订阅方法,很简单.

clash 我的个人使用习惯

建议

  1. 始终使用 Tun 模式 (虚拟网卡模式), 系统代理不需要开.
  2. 选择规则 rule 模式 (大机场的话会自己附带规则,基本上不需要自己手动修改,除非按这个帖子修改一点点内容), 这样的话访问国内网站不需要流量中转,不会工作微信收个图片也得先去日本跑一圈.

Then…

我终于访问 openai 了!然后就是紧跟时事了呗,每天喝喝咖啡看各种技术帖子,逛论坛什么的,深度思考一直用的不算多,直到我开始非常非常重度的使用 AI 来进行工作和学习.
发现降智是我第一次使用 openai 的 deep research 功能的时候,满怀期待的我,发现他在深度研究的时候访问的网站非常的奇怪且不入流,都是各种花边新闻,根本不是 gemini 的那股子干活劲儿,我就发现了 openai 的鸡贼之处.

经过一段时间的思考,我发现我的主力模型还是只能是 gpt, 于是我开始搜索防止降智的方法。经过好一番折腾后,总结最佳方法如下!

环境和软件要求

  1. clash + 机场 (非常常见的上网环境)
  2. 一个 https/http 的或者支持 socks5 连接的静态住宅代理

关于静态住宅代理和家宽到底是否有效支持 AI 降智的说法众说纷纭,我只能说,在我不想购买高额的家宽 (动辄几十美元) 也不想折腾 VPS (我也不懂) 的情况下,从各种 proxy 网站购买的一个月大概 5 刀的静态住宅代理绝对能满足我不想 openai 降智的刚需,要是有更好的做法也欢迎各位佬友讨论!

1. 第一步,购买一个静态住宅代理

随便买一个就可以,但是建议买美国的 (日本的也行), 我买了 60days 花了大概 10 刀,仔细找估计会有更有性价比的。一般来说服务会提供 socks5 或者 http 连接,端口不同而已,我们选择 socks 配置方法,在这里我使用了脱敏数据,操作更直观一些.

假设这就是你买到的服务啦

server: 104.21.55.2
port: 20086
type: socks5
username: user_8d9b877
password: pass_7c1ea5

第二步,打开你的 clash

1. 选择 tun 模式 (虚拟网卡模式), 开启 Rule 模式
(这一点都不奇怪对吧)


2. 跳转到订阅界面,右键你使用的订阅,点击编辑文件


之后大概是这个样子

第三步:开始配置

找到类似这部分的代码

proxies:
  - {name: "Traffic: 108.45 GB | 400 GB", server: gzdata1.233netbest.com, port: 10011, type: ss, cipher: aes-128-gcm, password: Sj10bnYDe7w6V29E, plugin: obfs, plugin-opts: {mode: http, host: 28fc00eeca.m.ctrip.com}, udp: true}
  - {name: "Expire: 2026-01-13", server: gzdata1.233netbest.com, port: 10011, type: ss, cipher: aes-128-gcm, password: Sj10bnYDe7w6V29E, plugin: obfs, plugin-opts: {mode: http, host: 28fc00eeca.m.ctrip.com}, udp: true}
  - {name: 🇭🇰 香港实验性 IEPL 专线 1, server: gzdata1.233netbest.com, port: 10011, type: ss, cipher: aes-128-gcm, password: XXXXX, plugin: obfs, plugin-opts: {mode: http, host: 28fc00eeca.m.ctrip.com}, udp: true}
...

也就是以 proxies 开头的部分,在最下面填写你买好的静态住宅服务

proxies:

  - {name: "Traffic: 108.45 GB | 400 GB", server: gzdata1.233netbest.com, port: 10011, type: ss, cipher: aes-128-gcm, password: Sj10bnYDe7w6V29E, plugin: obfs, plugin-opts: {mode: http, host: 28fc00eeca.m.ctrip.com}, udp: true}
  - {name: "Expire: 2026-01-13", server: gzdata1.233netbest.com, port: 10011, type: ss, cipher: aes-128-gcm, password: Sj10bnYDe7w6V29E, plugin: obfs, plugin-opts: {mode: http, host: 28fc00eeca.m.ctrip.com}, udp: true}
  - {name: 🇭🇰 香港实验性 IEPL 专线 1, server: gzdata1.233netbest.com, port: 10011, type: ss, cipher: aes-128-gcm, password: XXXXX, plugin: obfs, plugin-opts: {mode: http, host: 28fc00eeca.m.ctrip.com}, udp: true}

 ⬇️直接粘贴

  - {name: 家宽落地, server: 104.21.55.2, port: 20086, type: socks5, username: user_8d9b877, password: pass_7c1ea5, dialer-proxy: 运载火箭}

dialer-proxy: 运载火箭的作用是声明这个是链式代理,也就是调用这个服务器之前,去运载火箭这个组里的服务器先溜一圈,这样即可以满足流量正常出境,也可以针对 openai 显示美国 / 日本静态住宅的身份,一举两得

继续下拉,找到 proxy-groups 那一栏,按照缩进把这个粘贴进去 (注意缩进在 proxy-groups 栏目的里面)

proxy-groups:
  ⬇️是你要粘贴进去的
  - name: 运载火箭
    type: select
    proxies:
      - 🇯🇵 日本高级 IEPL 专线 1
      - 🇯🇵 日本高级 IEPL 专线 2
      - 🇯🇵 日本高级 IEPL 专线 3
      - 🇺🇸 美国高级 IEPL 专线 1
      - 🇺🇸 美国高级 IEPL 专线 2
      - 🇺🇸 美国高级 IEPL 专线 3
  

这里面局部的的 proxies: 如果您和我的不一样,就去找上文的 proxies 服务器,选择几个你最常用的,我这里选了几个,您任选就好.(这一步看不懂可以问 AI)

继续在 proxy-groups 下拉,找到 name 为 OpenAi 的选项,这样进行配置:

  - name: OpenAI
    type: select
    proxies:
      - 家宽

完成了

如何使用

关闭设置界面,和我一样操作

如果和您的配置文件差异较大,可以问 LLM, 他一看就懂.


📌 转载信息
转载时间:
2026/1/8 18:09:45

Taphip,主营产品多样,有 CNIX/IEPL/ 三网优化 / BGP 落地等多种产品,产品以价格实惠为主要特点,国内特殊产品 (IX/IEPL) 稳定性一般,经常爆炸,其他产品稳定性还不错。老板夜猫子,半夜才处理工单,商家整体而言就是价格实惠的 OneMan 小灵车,想省钱能接受小问题就买,追求稳定请绕道。

本文无 aff,测评机器由 TapHip 官方提供,感谢支持~

这次测评的是他家的 HK-BGP,US China Optimized,Korea 产品,HINET 没货了测不了,HKT/HGC 是非标品,测试没有意义,IEPL/CNIX 产品特殊,不准备测试专线类产品。

省流:

US China Optimized

  • 优势:20 元 / 月,三网顶级优化,稳定跑满 100M,解锁优秀,机器性能强劲
  • 劣势:带宽小 (100Mbps),只适合轻量使用或者作为备用过渡机器 (如果你不看 4K 其实 100Mbps 也是挺够用的)

HK-BGP

  • 优势:移动单线 400-500M 飞快,8.8r / 月
  • 劣势:电信联通基本相当于断线,必须中转
  • IP 混乱(美国 IP 在 HK 机房),解锁混乱 (TK 居然是 US 原生解锁)
  • 一句话:直连的话移动快乐机,电联别碰,中转你随意

Korea

  • 优势:韩国落地稀缺,伪家宽,韩国流媒体全解锁,18 元 / 月起
  • 劣势三网全炸,直连不可用,部分解锁送中(显示 CN)
  • 适合人群:需要韩国 IP 且有中转资源的用户

US China Optimized

产品带宽较小,只有 100Mbps,500GB 流量倒是比较多,经典 ZONT 上游,这个上游见了好几次了。三网各自顶级优化 (CN2GIA/9929/CMIN2),三网基本能稳定跑到 80-100Mbps;ip 质量不错,基本都解锁了 (MetaAI 掉了),完全可以直出;机器 CPU 强劲,IO 偏低,基本上小型应用轻松驾驭。

这个产品最大的特色其实就是价格便宜适合个人用户,口子还是偏小了,但胜在随时能买,作为一台过渡机器或者轻量使用机器还是很不错的,比如拉拉家宽作为备用机什么的

默认配置为

网络质量

常见三网路由

----------------------回程路由--基于nexttrace开源-----------------------
依次测试电信/联通/移动经过的地区及线路,核心程序来自nexttrace,请知悉!
广州电信 58.60.188.222
0.34 ms 	AS1054 美国 加利福尼亚州 洛杉矶 zont.io
0.31 ms 	AS1054 美国 加利福尼亚州 洛杉矶 zont.io
0.86 ms 	AS4134 [CHINANET-US] 美国 加利福尼亚州 洛杉矶 chinatelecom.com.cn 电信
144.55 ms 	* [CN2-BackBone] 中国 广东 广州 chinatelecom.cn 电信
150.23 ms 	* [CN2-BackBone] 中国 广东 广州 chinatelecom.cn 电信
154.47 ms 	* [CN2-BackBone] 中国 广东 广州 chinatelecom.cn 电信
154.15 ms 	* [CN2-BackBone] 中国 广东 广州 chinatelecom.cn 电信
165.57 ms 	AS4134 中国 广东 佛山市 chinatelecom.com.cn 电信
广州联通 210.21.196.6
0.34 ms 	AS1054 美国 加利福尼亚州 洛杉矶 zont.io
0.19 ms 	AS1054 美国 加利福尼亚州 洛杉矶 zont.io
0.66 ms 	AS10099 [CUG-BACKBONE] 美国 加利福尼亚 圣何塞 chinaunicomglobal.com
133.69 ms 	AS10099 [CUG-BACKBONE] 中国 上海 chinaunicomglobal.com 联通
134.46 ms 	AS9929 [CNC-BACKBONE] 中国 上海 chinaunicom.cn 联通 CUII
154.59 ms 	AS9929 [CNC-BACKBONE] 中国 广东 广州 chinaunicom.cn 联通 CUII
161.73 ms 	* [CNC-BACKBONE] 中国 广东 广州
157.90 ms 	AS17816 [APNIC-AP] 中国 广东 深圳 中国联通 联通
170.79 ms 	AS17623 [APNIC-AP] 中国 广东 深圳 chinaunicom.cn 联通
158.59 ms 	AS17623 中国 广东 深圳 宝安区 chinaunicom.cn 联通
广州移动 120.196.165.24
0.31 ms 	AS1054 美国 加利福尼亚州 洛杉矶 zont.io
0.40 ms 	AS1054 美国 加利福尼亚州 洛杉矶 zont.io
2.55 ms 	AS58807 [CMIN2-NET] 中国 cmi.chinamobile.com 移动
126.07 ms 	AS58807 [CMIN2-NET] 美国 加利福尼亚 洛杉矶 cmi.chinamobile.com 移动
126.03 ms 	AS58807 [CMIN2-NET] 中国 上海 洛杉矶-上海 cmi.chinamobile.com 移动
126.06 ms 	AS9808 [CMNET] 中国 上海 X-I chinamobileltd.com 移动
126.05 ms 	AS9808 [CMNET] 中国 上海 I-C chinamobileltd.com 移动
127.14 ms 	AS9808 [CMNET] 中国 上海 chinamobileltd.com
149.44 ms 	AS9808 [CMNET] 中国 北京 chinamobileltd.com 移动
150.30 ms 	AS9808 [CMNET] 中国 北京 chinamobileltd.com 移动
151.75 ms 	AS9808 [CMNET] 中国 北京 chinamobileltd.com 移动
153.50 ms 	AS56040 [APNIC-AP] 中国 广东 深圳 gd.10086.cn 移动
---------------------自动更新测速节点列表--本脚本原创----------------------
位置		 上传速度	 下载速度	 延迟
Speedtest.net	 59.95Mbps	 100.20Mbps	 515.99ms	
洛杉矶		 73.46Mbps	 100.12Mbps	 1.14ms	
日本东京	 34.07Mbps	 46.98Mbps	 686.95ms	
电信Zhenjiang5G	 38.97Mbps	 54.85Mbps	 135.80ms	
电信Suzhou5G	 38.59Mbps	 54.61Mbps	 134.56ms	
------------------------------------------------------------------------

深圳电信 (500Mbps)Taphip

236 packets transmitted, 236 received, 0% packet loss, time 235069ms
rtt min/avg/max/mdev = 154.990/166.178/270.649/31.143 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  2.01 MBytes  16.8 Mbits/sec    0    452 KBytes       
[  5]   1.00-2.00   sec  8.37 MBytes  70.2 Mbits/sec    0   1.75 MBytes       
[  5]   2.00-3.00   sec  11.2 MBytes  94.4 Mbits/sec    0   2.33 MBytes       
[  5]   3.00-4.00   sec  12.5 MBytes   105 Mbits/sec    0   2.93 MBytes       
[  5]   4.00-5.00   sec  11.2 MBytes  94.4 Mbits/sec    0   3.16 MBytes       
[  5]   5.00-6.00   sec  12.5 MBytes   105 Mbits/sec    0   3.16 MBytes       
[  5]   6.00-7.00   sec  11.2 MBytes  94.4 Mbits/sec    0   3.16 MBytes       
[  5]   7.00-8.00   sec  12.5 MBytes   105 Mbits/sec    0   3.16 MBytes       
[  5]   8.00-9.00   sec  12.5 MBytes   105 Mbits/sec    0   3.16 MBytes       
[  5]   9.00-10.00  sec  11.2 MBytes  94.4 Mbits/sec    0   3.16 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   105 MBytes  88.4 Mbits/sec    0             sender
[  5]   0.00-10.29  sec   105 MBytes  85.9 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec   829 KBytes  6.79 Mbits/sec                  
[  5]   1.00-2.00   sec  8.54 MBytes  71.6 Mbits/sec                  
[  5]   2.00-3.00   sec  9.75 MBytes  81.8 Mbits/sec                  
[  5]   3.00-4.00   sec  9.34 MBytes  78.3 Mbits/sec                  
[  5]   4.00-5.00   sec  10.9 MBytes  91.8 Mbits/sec                  
[  5]   5.00-6.00   sec  9.33 MBytes  78.2 Mbits/sec                  
[  5]   6.00-7.00   sec  10.4 MBytes  87.5 Mbits/sec                  
[  5]   7.00-8.00   sec  9.37 MBytes  78.6 Mbits/sec                  
[  5]   8.00-9.00   sec  10.6 MBytes  89.1 Mbits/sec                  
[  5]   9.00-10.00  sec  9.48 MBytes  79.6 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.16  sec  91.9 MBytes  75.8 Mbits/sec  5334             sender
[  5]   0.00-10.00  sec  88.6 MBytes  74.3 Mbits/sec                  receiver

济南联通 (500Mbps)Taphip

245 packets transmitted, 245 received, 0% packet loss, time 244369ms
rtt min/avg/max/mdev = 142.405/149.008/257.820/24.308 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  2.87 MBytes  24.0 Mbits/sec    0    332 KBytes       
[  5]   1.00-2.00   sec  9.88 MBytes  82.9 Mbits/sec    0   5.30 MBytes       
[  5]   2.00-3.00   sec  10.0 MBytes  83.9 Mbits/sec    2   5.30 MBytes       
[  5]   3.00-4.00   sec  11.2 MBytes  94.4 Mbits/sec    0   5.30 MBytes       
[  5]   4.00-5.00   sec  12.5 MBytes   105 Mbits/sec    0   5.30 MBytes       
[  5]   5.00-6.00   sec  11.2 MBytes  94.4 Mbits/sec    0   5.30 MBytes       
[  5]   6.00-7.00   sec  12.5 MBytes   105 Mbits/sec    0   5.30 MBytes       
[  5]   7.00-8.00   sec  11.2 MBytes  94.4 Mbits/sec    0   5.30 MBytes       
[  5]   8.00-9.00   sec  12.5 MBytes   105 Mbits/sec    0   5.30 MBytes       
[  5]   9.00-10.00  sec  11.2 MBytes  94.4 Mbits/sec    0   5.30 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   105 MBytes  88.3 Mbits/sec    2             sender
[  5]   0.00-10.24  sec   105 MBytes  86.2 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  1.29 MBytes  10.8 Mbits/sec                  
[  5]   1.00-2.00   sec  11.8 MBytes  98.8 Mbits/sec                  
[  5]   2.00-3.00   sec  11.0 MBytes  92.0 Mbits/sec                  
[  5]   3.00-4.00   sec  12.0 MBytes   100 Mbits/sec                  
[  5]   4.00-5.00   sec  10.6 MBytes  89.3 Mbits/sec                  
[  5]   5.00-6.00   sec  11.2 MBytes  93.6 Mbits/sec                  
[  5]   6.00-7.00   sec  10.5 MBytes  88.1 Mbits/sec                  
[  5]   7.00-8.00   sec  10.2 MBytes  85.3 Mbits/sec                  
[  5]   8.00-9.00   sec  11.0 MBytes  92.6 Mbits/sec                  
[  5]   9.00-10.00  sec  9.90 MBytes  83.0 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.14  sec   103 MBytes  85.2 Mbits/sec  10704             sender
[  5]   0.00-10.00  sec  99.4 MBytes  83.4 Mbits/sec                  receiver

武汉移动 (1000Mbps)Taphip

234 packets transmitted, 233 received, 0.42735% packet loss, time 233173ms
rtt min/avg/max/mdev = 145.194/148.941/260.633/18.576 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  2.87 MBytes  24.0 Mbits/sec    0    369 KBytes       
[  5]   1.00-2.00   sec  9.88 MBytes  82.9 Mbits/sec    0   5.19 MBytes       
[  5]   2.00-3.00   sec  11.2 MBytes  94.4 Mbits/sec    0   5.22 MBytes       
[  5]   3.00-4.00   sec  12.5 MBytes   105 Mbits/sec    0   5.22 MBytes       
[  5]   4.00-5.00   sec  12.5 MBytes   105 Mbits/sec    0   5.22 MBytes       
[  5]   5.00-6.00   sec  11.2 MBytes  94.4 Mbits/sec    0   5.22 MBytes       
[  5]   6.00-7.00   sec  12.5 MBytes   105 Mbits/sec    0   5.22 MBytes       
[  5]   7.00-8.00   sec  11.2 MBytes  94.4 Mbits/sec    0   5.22 MBytes       
[  5]   8.00-9.00   sec  12.5 MBytes   105 Mbits/sec    0   5.22 MBytes       
[  5]   9.00-10.00  sec  11.2 MBytes  94.4 Mbits/sec    0   5.22 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   108 MBytes  90.4 Mbits/sec    0             sender
[  5]   0.00-10.22  sec   108 MBytes  88.4 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  1.32 MBytes  11.0 Mbits/sec                  
[  5]   1.00-2.00   sec  9.53 MBytes  79.9 Mbits/sec                  
[  5]   2.00-3.00   sec  9.50 MBytes  79.7 Mbits/sec                  
[  5]   3.00-4.00   sec  11.6 MBytes  97.6 Mbits/sec                  
[  5]   4.00-5.00   sec  9.86 MBytes  82.7 Mbits/sec                  
[  5]   5.00-6.00   sec  10.2 MBytes  85.9 Mbits/sec                  
[  5]   6.00-7.00   sec  11.2 MBytes  94.1 Mbits/sec                  
[  5]   7.00-8.00   sec  9.32 MBytes  78.2 Mbits/sec                  
[  5]   8.00-9.00   sec  11.9 MBytes   100 Mbits/sec                  
[  5]   9.00-10.00  sec  8.55 MBytes  71.7 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.14  sec  96.8 MBytes  80.0 Mbits/sec  10304             sender
[  5]   0.00-10.00  sec  93.1 MBytes  78.1 Mbits/sec                  receiver

广东移动 (1000Mbps)Taphip

175 packets transmitted, 175 received, 0% packet loss, time 174196ms
rtt min/avg/max/mdev = 164.944/165.120/166.373/0.120 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   998 KBytes  8.17 Mbits/sec    0    189 KBytes       
[  5]   1.00-2.00   sec  5.53 MBytes  46.4 Mbits/sec    1    885 KBytes       
[  5]   2.00-3.00   sec  5.97 MBytes  50.1 Mbits/sec    0    994 KBytes       
[  5]   3.00-4.00   sec  5.97 MBytes  50.0 Mbits/sec    0   1.05 MBytes       
[  5]   4.00-5.00   sec  5.20 MBytes  43.6 Mbits/sec    2    798 KBytes       
[  5]   5.00-6.00   sec  4.97 MBytes  41.7 Mbits/sec    0    854 KBytes       
[  5]   6.00-7.00   sec  4.97 MBytes  41.7 Mbits/sec    0    894 KBytes       
[  5]   7.00-8.00   sec  4.97 MBytes  41.7 Mbits/sec    0    919 KBytes       
[  5]   8.00-9.00   sec  5.97 MBytes  50.1 Mbits/sec    0    933 KBytes       
[  5]   9.00-10.00  sec  5.13 MBytes  43.1 Mbits/sec    2    658 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  49.6 MBytes  41.6 Mbits/sec    5             sender
[  5]   0.00-10.17  sec  47.6 MBytes  39.3 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec   648 KBytes  5.30 Mbits/sec                  
[  5]   1.00-2.00   sec  7.64 MBytes  64.1 Mbits/sec                  
[  5]   2.00-3.00   sec  8.63 MBytes  72.4 Mbits/sec                  
[  5]   3.00-4.00   sec  8.68 MBytes  72.8 Mbits/sec                  
[  5]   4.00-5.00   sec  8.67 MBytes  72.8 Mbits/sec                  
[  5]   5.00-6.00   sec  8.67 MBytes  72.7 Mbits/sec                  
[  5]   6.00-7.00   sec  8.66 MBytes  72.7 Mbits/sec                  
[  5]   7.00-8.00   sec  8.69 MBytes  72.9 Mbits/sec                  
[  5]   8.00-9.00   sec  8.68 MBytes  72.8 Mbits/sec                  
[  5]   9.00-10.00  sec  8.67 MBytes  72.7 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.17  sec  80.4 MBytes  66.3 Mbits/sec    0             sender
[  5]   0.00-10.00  sec  77.6 MBytes  65.1 Mbits/sec                  receiver

宁波移动 (500Mbps)Taphip

244 packets transmitted, 244 received, 0% packet loss, time 243329ms
rtt min/avg/max/mdev = 135.109/135.746/236.993/6.661 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  3.75 MBytes  31.5 Mbits/sec    0    905 KBytes       
[  5]   1.00-2.00   sec  10.0 MBytes  83.9 Mbits/sec    0   2.18 MBytes       
[  5]   2.00-3.00   sec  12.5 MBytes   105 Mbits/sec    0   2.78 MBytes       
[  5]   3.00-4.00   sec  11.2 MBytes  94.4 Mbits/sec    0   3.13 MBytes       
[  5]   4.00-5.00   sec  12.5 MBytes   105 Mbits/sec    0   3.13 MBytes       
[  5]   5.00-6.00   sec  11.2 MBytes  94.4 Mbits/sec    0   3.13 MBytes       
[  5]   6.00-7.00   sec  12.5 MBytes   105 Mbits/sec    0   3.13 MBytes       
[  5]   7.00-8.00   sec  12.5 MBytes   105 Mbits/sec    0   3.13 MBytes       
[  5]   8.00-9.00   sec  11.2 MBytes  94.4 Mbits/sec    0   3.13 MBytes       
[  5]   9.00-10.00  sec  12.5 MBytes   105 Mbits/sec    0   3.13 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   110 MBytes  92.3 Mbits/sec    0             sender
[  5]   0.00-10.25  sec   110 MBytes  89.7 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  1.79 MBytes  15.0 Mbits/sec                  
[  5]   1.00-2.00   sec  12.1 MBytes   101 Mbits/sec                  
[  5]   2.00-3.00   sec  9.84 MBytes  82.5 Mbits/sec                  
[  5]   3.00-4.00   sec  12.6 MBytes   106 Mbits/sec                  
[  5]   4.00-5.00   sec  12.0 MBytes   100 Mbits/sec                  
[  5]   5.00-6.00   sec  11.3 MBytes  95.0 Mbits/sec                  
[  5]   6.00-7.00   sec  11.6 MBytes  97.0 Mbits/sec                  
[  5]   7.00-8.00   sec  11.8 MBytes  98.6 Mbits/sec                  
[  5]   8.00-9.00   sec  11.6 MBytes  96.9 Mbits/sec                  
[  5]   9.00-10.00  sec  11.4 MBytes  95.6 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.14  sec   109 MBytes  90.3 Mbits/sec  13848             sender
[  5]   0.00-10.00  sec   106 MBytes  88.8 Mbits/sec                  receiver

ip 质量

常见流媒体解锁

测试时间:  2026-01-02 02:58:42
IPV4:
============[ 跨国平台 ]============
Apple                     YES (Region: USA)
BingSearch                YES (Region: US)
Claude                    YES
Dazn                      YES (Region: US)
Disney+                   YES (Region: US)
Gemini                    YES (Region: US)
GoogleSearch              YES
Google Play Store         YES (Region: US)
IQiYi                     YES (Region: US)
Instagram Licensed Audio  YES
KOCOWA                    YES
MetaAI                    NO (GeoBlocked)
Netflix                   YES (Region: US)
Netflix CDN               US
OneTrust                  YES (Region: US CALIFORNIA)
ChatGPT                   YES (Region: US)
Paramount+                YES
Amazon Prime Video        YES (Region: US)
Reddit                    YES
SonyLiv                   YES (Region: US)
Sora                      YES (Region: US)
Spotify Registration      NO
Steam Store               YES (Community Available) (Region: US)
TVBAnywhere+              YES (Region: US)
TikTok                    YES (Region: US)
Viu.com                   YES
Wikipedia Editability     YES
YouTube Region            YES
YouTube CDN               LAX
---------------------TikTok解锁--感谢lmc999的源脚本---------------------
 Tiktok Region:		【US】

细分流媒体解锁

 ** 正在测试 IPv4 解锁情况
--------------------------------
 ** 您的网络为: ZONT-LLC (38.55.*.*)
============[ Multination ]============
 Dazn:					Yes (Region: US)
 Disney+:				Yes (Region: US)
 Netflix:				Yes (Region: US)
 YouTube Premium:			Yes (Region: US)
 Amazon Prime Video:			Yes (Region: US)
 TVBAnywhere+:				Yes
 Spotify Registration:			No
 OneTrust Region:			US [California]
 iQyi Oversea Region:			US
 Bing Region:				US (Risky)
 Apple Region:				US
 YouTube CDN:				Los Angeles, CA
 Netflix Preferred CDN:			Los Angeles, CA
 ChatGPT:				Yes
 Google Gemini:				Yes (Region: USA)
 Claude:				Yes
 Wikipedia Editability:			Yes
 Google Play Store:			United States 
 Google Search CAPTCHA Free:		Yes
 Steam Currency:			USD
 ---Forum---
 Reddit:				Yes
 ---Game---
 SD Gundam G Generation Eternal:	Yes
=======================================
===========[ North America ]===========
 Paramount+:				Yes (Region: US)
 Discovery+:				Yes (Region: US)
 Acorn TV:				Yes
 BritBox:				Yes
 SonyLiv:				No (EPDblocked API)
 NBA TV:				Yes
 TLC GO:				Yes (Region: US)
 Shudder:				Yes
 Fubo TV:				Yes (Region:US)
 Tubi TV:				Yes
 Pluto TV:				Yes
 KOCOWA:				Yes
 AMC+:					Yes (Region: USA)
 MathsSpot Roblox:			Failed (Error: PAGE ERROR 1)
 ---US---
 FOX:					Yes
 Hulu:					Yes
 NFL+:					Yes
 ESPN+:[Sponsored by Jam]		No
 MGM+:					No
 Starz:					Failed (Error: PAGE ERROR)
 Philo:					Yes
 FXNOW:					Yes
 HBO Max:				Yes (Region: US)
 Crackle:				Failed (Network Connection)
 CW TV:					Yes
 A&E TV:				Yes
 NBC TV:				Yes
 Sling TV:				Yes
 encoreTVB:				Yes
 Peacock TV:				Yes
 Popcornflix:				Failed (Network Connection)
 Crunchyroll:				Yes
 Directv Stream:			Yes
 Meta AI:				No
=======================================

常见数据库结果

-------------IP质量检测--基于oneclickvirt/securityCheck使用--------------
数据仅作参考,不代表100%准确,如果和实际情况不一致请手动查询多个数据库比对
以下为各数据库编号,输出结果后将自带数据库来源对应的编号
ipinfo数据库  [0] | scamalytics数据库 [1] | virustotal数据库   [2] | abuseipdb数据库   [3] | ip2location数据库    [4]
ip-api数据库  [5] | ipwhois数据库     [6] | ipregistry数据库   [7] | ipdata数据库      [8] | db-ip数据库          [9]
ipapiis数据库 [A] | ipapicom数据库    [B] | bigdatacloud数据库 [C] | dkly数据库        [D] | ipqualityscore数据库 [E]
ipintel数据库 [F] | ipfighter数据库   [G] | fraudlogix数据库   [H] | cloudflare数据库  [I] |
IPV4:
安全得分:
信任得分(越高越好): 36 [8] 
VPN得分(越低越好): 91 [8] 
代理得分(越低越好): 0 [8] 
社区投票-无害: 0 [2] 
社区投票-恶意: 0 [2] 
威胁得分(越低越好): 100 [8] 
欺诈得分(越低越好): 100 [E]
滥用得分(越低越好): 0 [3] 
ASN滥用得分(越低越好): 0.0026 (Low) [A] 
公司滥用得分(越低越好): 0.0059 (Low) [A] 
威胁级别: low [9] 
流量占比: 真人(越高越好)31% [I] 机器人(越低越好)68% [I]
黑名单记录统计:(有多少黑名单网站有记录):
无害记录数: 0 [2]  恶意记录数: 0 [2]  可疑记录数: 0 [2]  无记录数: 95 [2] 
安全信息:
使用类型: unknown [8] isp [0 3 7] hosting [C] business [9 A]
公司类型: isp [7] hosting [0] business [A]
浏览器类型: 主流80% 其他19% [I]
设备类型: 桌面75% 移动24% 其他0% [I] 
操作系统类型: 主流97% 其他2% [I] 
是否云提供商: No [7] 
是否数据中心: Yes [0 A C] No [5 6 8 G]
是否移动设备: Yes [E] No [5 A C G]
是否代理: No [0 4 5 6 7 8 9 A C] Yes [E G]
是否VPN: No [0 6 7 A C G] Yes [E]
是否Tor: No [0 3 6 7 8 A C E] 
是否Tor出口: No [7] 
是否网络爬虫: No [9 A E] 
是否匿名: Yes [8] No [6 7]
是否攻击者: No [7 8] 
是否滥用者: Yes [E] No [7 8 A C]
是否威胁: No [7 8 C] 
是否中继: No [0 7 8 C] 
是否Bogon: No [7 8 A C] 
是否机器人: Yes [E] 
DNS-黑名单: 314(Total_Check) 0(Clean) 10(Blacklisted) 18(Other) 
Google搜索可行性:NO
------------邮件端口检测--基于oneclickvirt/portchecker开源------------
Platform  SMTP  SMTPS POP3  POP3S IMAP  IMAPS
LocalPort ✔     ✔     ✔     ✔     ✔     ✔    
QQ        ✔     ✔     ✔     ✘     ✔     ✘    
163       ✔     ✔     ✔     ✘     ✔     ✘    
Sohu      ✔     ✔     ✔     ✘     ✔     ✘    
Yandex    ✔     ✔     ✔     ✘     ✔     ✘    
Gmail     ✔     ✔     ✘     ✘     ✘     ✘    
Outlook   ✔     ✘     ✔     ✘     ✔     ✘    
Office365 ✔     ✘     ✔     ✘     ✔     ✘    
Yahoo     ✔     ✔     ✘     ✘     ✘     ✘    
MailCOM   ✔     ✔     ✔     ✘     ✔     ✘    
MailRU    ✔     ✔     ✘     ✘     ✔     ✘    
AOL       ✔     ✔     ✘     ✘     ✘     ✘    
GMX       ✔     ✔     ✔     ✘     ✔     ✘    
Sina      ✔     ✔     ✔     ✘     ✔     ✘    
Apple     ✘     ✔     ✘     ✘     ✘     ✘    
FastMail  ✘     ✔     ✘     ✘     ✘     ✘    
ProtonMail✘     ✘     ✘     ✘     ✘     ✘    
MXRoute   ✔     ✘     ✔     ✘     ✔     ✘    
Namecrane ✔     ✔     ✔     ✘     ✔     ✘    
XYAMail   ✘     ✘     ✘     ✘     ✘     ✘    
ZohoMail  ✘     ✔     ✘     ✘     ✘     ✘    
Inbox_eu  ✔     ✔     ✔     ✘     ✘     ✘    
Free_fr   ✘     ✔     ✔     ✘     ✔     ✘    

机器性能

HK-BGP

比较神奇的一款产品,机器在 HK,但是美国原生 IP,给我整笑了,解锁测试下来果然是 US 混合 HK 解锁,这个产品的 ip 质量我不知道怎么评价了,解锁太混乱了,有需要的还是自己看数据吧。电联基本就是断线状态,完全不可用,移动是移动快乐机 (居然走的 NTT 不是 TATA/LUMEN),轻松 400-500Mbps 单线程;机器性能中规中矩,IO 偏低。

移动真的很快乐啊,可惜了 Nova 款没货了,8.88r / 月的 500GB 移动快乐机,性价比真不错

测试配置为

Alpha 1 IPv4 2 vCPU Core 2 GB RAM 15 GB Storage 2 Gbps Network Port 2048GB Monthly Traffic 简陋面板 21.6r/月 

网络质量

IPV4

IPV6

常见三网路由

----------------------回程路由--基于nexttrace开源-----------------------
依次测试电信/联通/移动经过的地区及线路,核心程序来自nexttrace,请知悉!
广州电信 58.60.188.222
0.24 ms 	AS967 中国 香港 VMISS Inc.
0.24 ms 	* RFC1918
0.57 ms 	AS932 中国 香港 xn.net
0.51 ms 	* RFC1918
1.22 ms 	AS2914 [NTT-EDGE] 美国 科罗拉多州州 恩格尔伍德 gin.ntt.net
1.53 ms 	AS2914 [NTT-BACKBONE] 中国 香港 gin.ntt.net
183.33 ms 	AS4134 [CHINANET-BB] 新加坡 chinatelecom.com.cn 电信
179.57 ms 	AS4134 [CHINANET-BB] 中国 广东 广州 chinatelecom.com.cn 电信
177.92 ms 	AS4134 [CHINANET-BB] 中国 广东 广州 chinatelecom.com.cn 电信
181.52 ms 	AS134774 [CHINANET-GD] 中国 广东 深圳 chinatelecom.cn 电信
广州联通 210.21.196.6
0.22 ms 	AS967 中国 香港 VMISS Inc.
0.31 ms 	* RFC1918
0.72 ms 	AS932 中国 香港 xn.net
0.48 ms 	* RFC1918
5.23 ms 	AS2914 [NTT-EDGE] 美国 科罗拉多州州 恩格尔伍德 gin.ntt.net
1.57 ms 	AS2914 [NTT-BACKBONE] 中国 香港 gin.ntt.net
40.33 ms 	AS3356 新加坡 lumen.com
198.87 ms 	AS3356 美国 加利福尼亚 洛杉矶 lumen.com
365.20 ms 	AS3356 美国 加利福尼亚 洛杉矶 lumen.com
369.91 ms 	AS17623 [APNIC-AP] 中国 广东 深圳 chinaunicom.cn 联通
366.37 ms 	AS17623 中国 广东 深圳 宝安区 chinaunicom.cn 联通
广州移动 120.196.165.24
0.28 ms 	AS967 中国 香港 VMISS Inc.
0.25 ms 	* RFC1918
0.66 ms 	AS932 中国 香港 xn.net
0.70 ms 	* RFC1918
1.15 ms 	AS2914 [NTT-EDGE] 美国 科罗拉多州州 恩格尔伍德 gin.ntt.net
1.16 ms 	AS2914 [NTT-BACKBONE] 中国 香港 gin.ntt.net
1.50 ms 	AS2914 [NTT-BACKBONE] 中国 香港 gin.ntt.net
2.42 ms 	AS2914 [NTT-GLOBAL] 中国 香港 gin.ntt.net
2.82 ms 	AS58453 [CMI-INT] 中国 香港 cmi.chinamobile.com 移动
8.09 ms 	AS58453 [CMI-INT] 中国 广东 广州 cmi.chinamobile.com 移动
35.45 ms 	AS9808 [CMNET] 中国 广东 广州 X-I chinamobileltd.com 移动
32.36 ms 	AS9808 [CMNET] 中国 广东 广州 I-C chinamobileltd.com 移动
34.27 ms 	AS9808 [CMNET] 中国 广东 广州 chinamobileltd.com 移动
9.85 ms 	AS9808 [CMNET] 中国 广东 广州 chinamobileltd.com 移动
12.29 ms 	AS9808 [CMNET] 中国 广东 广州 chinamobileltd.com 移动
10.07 ms 	AS56040 [APNIC-AP] 中国 广东 深圳 gd.10086.cn 移动
---------------------自动更新测速节点列表--本脚本原创----------------------
位置		 上传速度	 下载速度	 延迟
Speedtest.net	 60.86Mbps	 173.76Mbps	 173.59ms	
中国香港	 744.67Mbps	 705.59Mbps	 2.43ms	
新加坡		 201.81Mbps	 554.72Mbps	 33.72ms	
电信Suzhou5G	 1.21Mbps	 52.58Mbps	 251.32ms	
电信浙江	 1.52Mbps	 18.88Mbps	 1.24ms	
移动Suzhou	 20.83Mbps	 0.05Mbps	 450.90ms	
------------------------------------------------------------------------

深圳电信 (500Mbps)Taphip

282 packets transmitted, 177 received, 37.234% packet loss, time 282981ms
rtt min/avg/max/mdev = 154.351/235.823/355.703/47.206 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec   512 KBytes  4.19 Mbits/sec    0   86.3 KBytes       
[  5]   1.00-2.00   sec  3.25 MBytes  27.3 Mbits/sec    0   1.21 MBytes       
[  5]   2.00-3.00   sec  8.75 MBytes  73.4 Mbits/sec    0   2.91 MBytes       
[  5]   3.00-4.00   sec  10.0 MBytes  83.9 Mbits/sec    0   3.16 MBytes       
[  5]   4.00-5.00   sec  12.5 MBytes   105 Mbits/sec    0   3.16 MBytes       
[  5]   5.00-6.00   sec  10.0 MBytes  83.9 Mbits/sec    0   3.16 MBytes       
[  5]   6.00-7.00   sec  10.0 MBytes  83.9 Mbits/sec    0   3.16 MBytes       
[  5]   7.00-8.00   sec  12.5 MBytes   105 Mbits/sec    0   3.16 MBytes       
[  5]   8.00-9.00   sec  10.0 MBytes  83.9 Mbits/sec    0   3.16 MBytes       
[  5]   9.00-10.00  sec  12.5 MBytes   105 Mbits/sec    0   3.16 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  90.0 MBytes  75.5 Mbits/sec    0             sender
[  5]   0.00-10.27  sec  90.0 MBytes  73.5 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  70.7 KBytes   579 Kbits/sec                  
[  5]   1.00-2.00   sec  52.3 KBytes   429 Kbits/sec                  
[  5]   2.00-3.00   sec  38.2 KBytes   313 Kbits/sec                  
[  5]   3.00-4.00   sec   386 KBytes  3.16 Mbits/sec                  
[  5]   4.00-5.00   sec   901 KBytes  7.38 Mbits/sec                  
[  5]   5.00-6.00   sec   427 KBytes  3.50 Mbits/sec                  
[  5]   6.00-7.00   sec   611 KBytes  5.00 Mbits/sec                  
[  5]   7.00-8.00   sec   839 KBytes  6.87 Mbits/sec                  
[  5]   8.00-9.00   sec   460 KBytes  3.76 Mbits/sec                  
[  5]   9.00-10.00  sec  89.1 KBytes   729 Kbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-11.04  sec  6.61 MBytes  5.02 Mbits/sec  1371             sender
[  5]   0.00-10.00  sec  3.78 MBytes  3.17 Mbits/sec                  receiver

济南联通 (500Mbps)Taphip

230 packets transmitted, 173 received, 24.7826% packet loss, time 230153ms
rtt min/avg/max/mdev = 122.260/122.457/122.865/0.098 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  3.88 MBytes  32.5 Mbits/sec    0    779 KBytes       
[  5]   1.00-2.00   sec  20.0 MBytes   168 Mbits/sec    0   8.84 MBytes       
[  5]   2.00-3.00   sec  22.5 MBytes   189 Mbits/sec    0   8.84 MBytes       
[  5]   3.00-4.00   sec  23.8 MBytes   199 Mbits/sec    0   8.84 MBytes       
[  5]   4.00-5.00   sec  22.5 MBytes   189 Mbits/sec    0   8.84 MBytes       
[  5]   5.00-6.00   sec  23.8 MBytes   199 Mbits/sec    0   8.84 MBytes       
[  5]   6.00-7.00   sec  22.5 MBytes   189 Mbits/sec    0   8.84 MBytes       
[  5]   7.00-8.00   sec  23.8 MBytes   199 Mbits/sec    0   8.84 MBytes       
[  5]   8.00-9.00   sec  23.8 MBytes   199 Mbits/sec    0   8.85 MBytes       
[  5]   9.00-10.00  sec  22.5 MBytes   189 Mbits/sec    0   8.85 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   209 MBytes   175 Mbits/sec    0             sender
[  5]   0.00-14.07  sec   209 MBytes   125 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec   144 KBytes  1.18 Mbits/sec                  
[  5]   1.00-2.00   sec   462 KBytes  3.79 Mbits/sec                  
[  5]   2.00-3.00   sec   410 KBytes  3.36 Mbits/sec                  
[  5]   3.00-4.00   sec   366 KBytes  3.00 Mbits/sec                  
[  5]   4.00-5.00   sec   433 KBytes  3.54 Mbits/sec                  
[  5]   5.00-6.00   sec   267 KBytes  2.19 Mbits/sec                  
[  5]   6.00-7.00   sec   431 KBytes  3.53 Mbits/sec                  
[  5]   7.00-8.00   sec   276 KBytes  2.26 Mbits/sec                  
[  5]   8.00-9.00   sec   392 KBytes  3.21 Mbits/sec                  
[  5]   9.00-10.00  sec   339 KBytes  2.78 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.12  sec  5.95 MBytes  4.93 Mbits/sec  800             sender
[  5]   0.00-10.00  sec  3.44 MBytes  2.88 Mbits/sec                  receiver

武汉移动 (1000Mbps)Taphip

220 packets transmitted, 220 received, 0% packet loss, time 219278ms
rtt min/avg/max/mdev = 49.794/50.059/54.283/0.399 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  37.8 MBytes   317 Mbits/sec    0   8.83 MBytes       
[  5]   1.00-2.00   sec  58.8 MBytes   493 Mbits/sec    0   8.83 MBytes       
[  5]   2.00-3.00   sec  58.8 MBytes   493 Mbits/sec    0   8.83 MBytes       
[  5]   3.00-4.00   sec  60.0 MBytes   503 Mbits/sec    0   8.84 MBytes       
[  5]   4.00-5.00   sec  58.8 MBytes   493 Mbits/sec    0   8.84 MBytes       
[  5]   5.00-6.00   sec  60.0 MBytes   503 Mbits/sec    0   8.84 MBytes       
[  5]   6.00-7.00   sec  60.0 MBytes   503 Mbits/sec    0   8.84 MBytes       
[  5]   7.00-8.00   sec  60.0 MBytes   503 Mbits/sec    0   8.84 MBytes       
[  5]   8.00-9.00   sec  58.8 MBytes   493 Mbits/sec    0   8.84 MBytes       
[  5]   9.00-10.00  sec  60.0 MBytes   503 Mbits/sec    0   8.84 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   573 MBytes   480 Mbits/sec    0             sender
[  5]   0.00-10.05  sec   572 MBytes   478 Mbits/sec                  receiver

[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  35.1 MBytes   294 Mbits/sec                  
[  5]   1.00-2.00   sec  55.3 MBytes   464 Mbits/sec                  
[  5]   2.00-3.00   sec  41.7 MBytes   350 Mbits/sec                  
[  5]   3.00-4.00   sec  55.7 MBytes   467 Mbits/sec                  
[  5]   4.00-5.00   sec  54.9 MBytes   460 Mbits/sec                  
[  5]   5.00-6.00   sec  55.6 MBytes   467 Mbits/sec                  
[  5]   6.00-7.00   sec  55.4 MBytes   465 Mbits/sec                  
[  5]   7.00-8.00   sec  55.5 MBytes   465 Mbits/sec                  
[  5]   8.00-9.00   sec  51.2 MBytes   430 Mbits/sec                  
[  5]   9.00-10.00  sec  42.7 MBytes   358 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.05  sec   507 MBytes   423 Mbits/sec  396             sender
[  5]   0.00-10.00  sec   503 MBytes   422 Mbits/sec                  receiver

广东移动 (1000Mbps)Taphip

167 packets transmitted, 167 received, 0% packet loss, time 166251ms
rtt min/avg/max/mdev = 40.716/40.902/42.082/0.160 ms

[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  28.2 MBytes   236 Mbits/sec    3   1.53 MBytes       
[  5]   1.00-2.00   sec  38.1 MBytes   320 Mbits/sec    0   1.63 MBytes       
[  5]   2.00-3.00   sec  23.5 MBytes   197 Mbits/sec    3    614 KBytes       
[  5]   3.00-4.00   sec  15.1 MBytes   127 Mbits/sec    0    660 KBytes       
[  5]   4.00-5.00   sec  11.0 MBytes  92.3 Mbits/sec    2    356 KBytes       
[  5]   5.00-6.00   sec  8.02 MBytes  67.2 Mbits/sec    0    385 KBytes       
[  5]   6.00-7.00   sec  10.0 MBytes  83.9 Mbits/sec    0    399 KBytes       
[  5]   7.00-8.00   sec  9.01 MBytes  75.6 Mbits/sec    0    406 KBytes       
[  5]   8.00-9.00   sec  10.0 MBytes  83.9 Mbits/sec    0    416 KBytes       
[  5]   9.00-10.00  sec  9.32 MBytes  78.2 Mbits/sec    1    310 KBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec   162 MBytes   136 Mbits/sec    9             sender
[  5]   0.00-10.04  sec   160 MBytes   134 Mbits/sec                  receiver


[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  22.0 MBytes   184 Mbits/sec                  
[  5]   1.00-2.00   sec  32.9 MBytes   276 Mbits/sec                  
[  5]   2.00-3.00   sec  32.9 MBytes   276 Mbits/sec                  
[  5]   3.00-4.00   sec  32.6 MBytes   274 Mbits/sec                  
[  5]   4.00-5.00   sec  33.0 MBytes   277 Mbits/sec                  
[  5]   5.00-6.00   sec  33.0 MBytes   277 Mbits/sec                  
[  5]   6.00-7.00   sec  31.3 MBytes   263 Mbits/sec                  
[  5]   7.00-8.00   sec  33.1 MBytes   277 Mbits/sec                  
[  5]   8.00-9.00   sec  33.1 MBytes   277 Mbits/sec                  
[  5]   9.00-10.00  sec  33.2 MBytes   278 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.04  sec   320 MBytes   268 Mbits/sec    2             sender
[  5]   0.00-10.00  sec   317 MBytes   266 Mbits/sec                  receiver

宁波移动 (500Mbps)Taphip

235 packets transmitted, 235 received, 0% packet loss, time 234330ms
rtt min/avg/max/mdev = 39.979/40.216/41.500/0.158 ms

[  5] local 120.199.81.69 port 32794 connected to 91.208.109.53 port 5201
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  39.6 MBytes   333 Mbits/sec                  
[  5]   1.00-2.00   sec  61.0 MBytes   512 Mbits/sec                  
[  5]   2.00-3.00   sec  48.4 MBytes   406 Mbits/sec                  
[  5]   3.00-4.00   sec  60.3 MBytes   506 Mbits/sec                  
[  5]   4.00-5.00   sec  45.5 MBytes   381 Mbits/sec                  
[  5]   5.00-6.00   sec  60.5 MBytes   508 Mbits/sec                  
[  5]   6.00-7.00   sec  57.5 MBytes   482 Mbits/sec                  
[  5]   7.00-8.00   sec  59.2 MBytes   497 Mbits/sec                  
[  5]   8.00-9.00   sec  57.4 MBytes   482 Mbits/sec                  
[  5]   9.00-10.00  sec  59.1 MBytes   496 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.05  sec   552 MBytes   461 Mbits/sec  463             sender
[  5]   0.00-10.00  sec   549 MBytes   460 Mbits/sec                  receiver

ip 质量

IPV4

IPV6

常见流媒体解锁

测试时间:  2026-01-02 03:05:08
IPV4:
============[ 跨国平台 ]============
Apple                     YES (Region: HKG)
BingSearch                YES (Region: US)
Claude                    YES
Dazn                      Banned
Disney+                   YES (Region: HK)
Gemini                    NO
GoogleSearch              YES
Google Play Store         NO (Region: CN)
IQiYi                     YES (Region: HK)
Instagram Licensed Audio  YES
KOCOWA                    YES
MetaAI                    NO (GeoBlocked)
Netflix                   YES (Region: HK)
Netflix CDN               TW
OneTrust                  YES (Region: HK)
ChatGPT                   YES (Only Available with Mobile APP)
Paramount+                YES
Amazon Prime Video        YES (Region: US)
Reddit                    YES
SonyLiv                   YES (Region: HK)
Sora                      Banned (VPN Blocked)
Spotify Registration      NO
Steam Store               YES (Community Available) (Region: US)
TVBAnywhere+              YES (Region: US)
TikTok                    YES (Region: US)
Viu.com                   YES
Wikipedia Editability     YES
YouTube Region            NO
YouTube CDN               NO (Youtube Video Server Main Service Unavailable) (Region: HKG)
IPV6:
============[ 跨国平台 ]============
Apple                     YES (Region: HKG)
BingSearch                YES (Region: US)
Claude                    YES
Dazn                      N/A (No IPv6 Support)
Disney+                   YES (Region: HK)
Gemini                    NO
GoogleSearch              YES
Google Play Store         NO (Region: CN)
IQiYi                     N/A (No IPv6 Support)
Instagram Licensed Audio  YES
KOCOWA                    N/A (No IPv6 Support)
MetaAI                    NO (GeoBlocked)
Netflix                   YES (Region: HK)
Netflix CDN               TW
OneTrust                  YES (Region: HK)
ChatGPT                   Unknown
Paramount+                YES
Amazon Prime Video        N/A (No IPv6 Support)
Reddit                    Failed (Network Connection Failed)
SonyLiv                   YES (Region: HK)
Sora                      Banned (VPN Blocked)
Spotify Registration      NO
Steam Store               Failed (Network Connection Failed)
TVBAnywhere+              N/A (No IPv6 Support)
TikTok                    N/A (No IPv6 Support)
Viu.com                   N/A (No IPv6 Support)
Wikipedia Editability     YES
YouTube Region            NO
YouTube CDN               NO (Youtube Video Server Main Service Unavailable) (Region: HKG)
---------------------TikTok解锁--感谢lmc999的源脚本---------------------
 Tiktok Region:		【US】

细分流媒体解锁

 ** 正在测试 IPv4 解锁情况
--------------------------------
 ** 您的网络为: TapHip (91.208.*.*)
============[ Multination ]============
 Dazn:					IP Banned by Dazn
 Disney+:				No (IP Banned By Disney+ 1)
 Netflix:				Yes (Region: US)
 YouTube Premium:			Yes (Region: HK)
 Amazon Prime Video:			Yes (Region: US)
 TVBAnywhere+:				Yes
 Spotify Registration:			No
 OneTrust Region:			HK [Unknown]
 iQyi Oversea Region:			HK
 Bing Region:				US (Risky)
 Apple Region:				HK
 YouTube CDN:				Hong Kong
 Netflix Preferred CDN:			[AboveNet Communications Taiwan] in [Taipei]
 ChatGPT:				No (Only Available with Mobile APP)
 Google Gemini:				No
 Claude:				Unknown (https://claude.com/app-unavailable-in-region)
 Wikipedia Editability:			Yes
 Google Play Store:			Hong Kong 
 Google Search CAPTCHA Free:		Yes
 Steam Currency:			USD
 ---Forum---
 Reddit:				No
 ---Game---
 SD Gundam G Generation Eternal:	No
=======================================
=============[ Hong Kong ]=============
 Now E:					Failed (Error: )
 Viu.com:				No
 Viu.TV:				No
 MyTVSuper:				No
 HBO Max:				Yes (Region: HK)
 SonyLiv:				No (EPDblocked API)
 BiliBili Hongkong/Macau/Taiwan:	Yes
 Bahamut Anime:				No
=======================================

常见数据库结果

-------------IP质量检测--基于oneclickvirt/securityCheck使用--------------
数据仅作参考,不代表100%准确,如果和实际情况不一致请手动查询多个数据库比对
以下为各数据库编号,输出结果后将自带数据库来源对应的编号
ipinfo数据库  [0] | scamalytics数据库 [1] | virustotal数据库   [2] | abuseipdb数据库   [3] | ip2location数据库    [4]
ip-api数据库  [5] | ipwhois数据库     [6] | ipregistry数据库   [7] | ipdata数据库      [8] | db-ip数据库          [9]
ipapiis数据库 [A] | ipapicom数据库    [B] | bigdatacloud数据库 [C] | dkly数据库        [D] | ipqualityscore数据库 [E]
ipintel数据库 [F] | ipfighter数据库   [G] | fraudlogix数据库   [H] | cloudflare数据库  [I] |
IPV4:
安全得分:
信任得分(越高越好): 100 [8] 
VPN得分(越低越好): 0 [8] 
代理得分(越低越好): 0 [8] 
社区投票-无害: 0 [2] 
社区投票-恶意: 0 [2] 
威胁得分(越低越好): 0 [8]
欺诈得分(越低越好): 0 [E] 
滥用得分(越低越好): 0 [3] 
ASN滥用得分(越低越好): 0.0072 (Low) [A] 
公司滥用得分(越低越好): 0 (Very Low) [A] 
威胁级别: low [9] 
流量占比: 真人(越高越好)27% [I] 机器人(越低越好)72% [I]
黑名单记录统计:(有多少黑名单网站有记录):
无害记录数: 0 [2]  恶意记录数: 0 [2]  可疑记录数: 0 [2]  无记录数: 95 [2] 
安全信息:
使用类型: hosting [0 3 7] business [8 9] unknown [C]
公司类型: business [A] hosting [0 7]
浏览器类型: 主流91% 其他8% [I] 
设备类型: 桌面84% 移动15% 其他0% [I]
操作系统类型: 主流89% 其他10% [I] 
是否云提供商: Yes [7] 
是否数据中心: No [5 6 8 C G] Yes [0 A]
是否移动设备: Yes [E] No [5 A C G]
是否代理: No [0 4 5 6 7 8 9 A C E] Yes [G]
是否VPN: No [0 6 7 A C E G] 
是否TorExit: No [7] 
是否Tor出口: No [7] 
是否网络爬虫: No [9 A E] 
是否匿名: No [6 7 8] 
是否攻击者: No [7 8] 
是否滥用者: No [7 8 A C E] 
是否威胁: No [7 8 C] 
是否中继: No [0 7 8 C] 
是否Bogon: No [7 8 A C] 
是否机器人: No [E] 
DNS-黑名单: 314(Total_Check) 0(Clean) 0(Blacklisted) 0(Other) 
IPV6:
安全得分:
滥用得分(越低越好): 0 [3] 
ASN滥用得分(越低越好): 0.0072 (Low) [A] 
公司滥用得分(越低越好): 0 (Very Low) [A] 
流量占比: 真人(越高越好)27% [I] 机器人(越低越好)72% [I]
安全信息:
使用类型: hosting [3] 
公司类型: business [A] 
浏览器类型: 主流91% 其他8% [I] 
设备类型: 桌面84% 移动15% 其他0% [I] 
操作系统类型: 主流89% 其他10% [I]
是否数据中心: Yes [A] No [G]
是否移动设备: No [A G] 
是否代理: No [A] Yes [G]
是否VPN: No [A G] 
是否Tor: No [3 A] 
是否网络爬虫: No [A] 
是否滥用者: No [A] 
是否Bogon: No [A] 
DNS-黑名单: 314(Total_Check) 0(Clean) 0(Blacklisted) 314(Other) 
Google搜索可行性:NO
------------邮件端口检测--基于oneclickvirt/portchecker开源------------
Platform  SMTP  SMTPS POP3  POP3S IMAP  IMAPS
LocalPort ✔     ✔     ✔     ✔     ✔     ✔    
QQ        ✔     ✔     ✔     ✘     ✔     ✘    
163       ✔     ✔     ✔     ✘     ✔     ✘    
Sohu      ✔     ✔     ✔     ✘     ✔     ✘    
Yandex    ✔     ✔     ✔     ✘     ✔     ✘    
Gmail     ✔     ✔     ✘     ✘     ✘     ✘    
Outlook   ✔     ✘     ✔     ✘     ✔     ✘    
Office365 ✔     ✘     ✔     ✘     ✔     ✘    
Yahoo     ✔     ✔     ✘     ✘     ✘     ✘    
MailCOM   ✔     ✔     ✔     ✘     ✔     ✘    
MailRU    ✔     ✔     ✘     ✘     ✔     ✘    
AOL       ✔     ✔     ✘     ✘     ✘     ✘    
GMX       ✔     ✔     ✔     ✘     ✔     ✘    
Sina      ✔     ✔     ✔     ✘     ✔     ✘    
Apple     ✘     ✔     ✘     ✘     ✘     ✘    
FastMail  ✘     ✔     ✘     ✘     ✘     ✘    
ProtonMail✘     ✘     ✘     ✘     ✘     ✘    
MXRoute   ✔     ✘     ✔     ✘     ✔     ✘    
Namecrane ✔     ✔     ✔     ✘     ✔     ✘    
XYAMail   ✘     ✘     ✘     ✘     ✘     ✘    
ZohoMail  ✘     ✔     ✘     ✘     ✘     ✘    
Inbox_eu  ✔     ✔     ✔     ✘     ✘     ✘    
Free_fr   ✘     ✔     ✔     ✘     ✔     ✘  

机器性能

Korea

KR 落地产品还是比较少见的,伪家宽,不出意外的送中了,且 MetaAI/Gemini/Google Play Store 都掉了,其他都还不错,韩国本土的流媒体基本解锁,总体而言 ip 质量中规中矩;三网爆炸,炸飞了,别想着直连了,HK/JP 中转吧 (KR 线路机还是挺贵的);机器性能中规中矩。产品整体而言性价比还是很高的,毕竟是韩国落地,而且 Lite 款只要 18r / 月,这个价格的伪家宽有这个质量算是很不错了。

测试配置为

网络质量

三网都炸飞了,别想着直连了哈

ip 质量

明确为 (DCH) Data Center/Web Hosting/Transit,伪家宽

常见流媒体解锁

测试时间:  2026-01-02 03:33:23
IPV4:
============[ 跨国平台 ]============
Apple                     YES (Region: KOR)
BingSearch                YES (Region: KR)
Claude                    YES
Dazn                      YES (Region: KR)
Disney+                   YES (Region: KR)
Gemini                    NO
GoogleSearch              YES
Google Play Store         NO (Region: CN)
IQiYi                     YES (Region: KR)
Instagram Licensed Audio  YES
KOCOWA                    NO
MetaAI                    NO (GeoBlocked)
Netflix                   YES (Region: KR)
Netflix CDN               KR
OneTrust                  YES (Region: KR SEOUL)
ChatGPT                   YES (Region: KR)
Paramount+                YES
Amazon Prime Video        YES (Region: KR)
Reddit                    YES
SonyLiv                   Banned
Sora                      YES (Region: KR)
Spotify Registration      NO
Steam Store               YES (Community Available) (Region: KR)
TVBAnywhere+              YES (Region: KR)
TikTok                    YES (Region: KR)
Viu.com                   YES
Wikipedia Editability     YES
YouTube Region            NO
YouTube CDN               NO (Google Global CacheCDN - ISP Cooperation Main Service Unavailable) (Region: SEJONG - ICN)
---------------------TikTok解锁--感谢lmc999的源脚本---------------------
 Tiktok Region:		【KR】

细分流媒体解锁

 ** 正在测试 IPv4 解锁情况
--------------------------------
 ** 您的网络为: Sejong Networks (203.236.*.*)
============[ Multination ]============
 Dazn:					Yes (Region: KR)
 Disney+:				Yes (Region: KR)
 Netflix:				Yes (Region: KR)
 YouTube Premium:			No
 Amazon Prime Video:			Yes (Region: KR)
 TVBAnywhere+:				Yes
 Spotify Registration:			No
 OneTrust Region:			KR [Seoul]
 iQyi Oversea Region:			KR
 Bing Region:				KR (Risky)
 Apple Region:				KR
 YouTube CDN:				[SEJONG] in [Seoul, Korea]
 Netflix Preferred CDN:			[Sejong Networks] in [Seoul, Korea]
 ChatGPT:				Yes
 Google Gemini:				No
 Claude:				Yes
 Wikipedia Editability:			Yes
 Google Play Store:			China 
 Google Search CAPTCHA Free:		Yes
 Steam Currency:			KRW
 ---Forum---
 Reddit:				Yes
 ---Game---
 SD Gundam G Generation Eternal:	Yes
=======================================
==============[ Korean ]===============
 Wavve:					Yes
 Tving:					Yes
 WATCHA:				Yes
 Coupang Play:				Yes
 Naver TV:				Yes
 SPOTV NOW:				Yes
 Afreeca TV:				Yes
 KBS Domestic:				Yes
=======================================

常见数据库结果

----------IP质量检测--基于oneclickvirt/securityCheck使用----------
IPV4 ASN            : AS9848 SEJONG NETWORKS
IPV4 Location       : South Korea
IPV4 Active IPs     : 146/256 (subnet /24) 870/4096 (prefix /20)
--------------------------------------------------
以下为各数据库编号,输出结果后将自带数据库来源对应的编号
ipinfo数据库  [0] | scamalytics数据库 [1] | virustotal数据库   [2] | abuseipdb数据库   [3] | ip2location数据库    [4]
ip-api数据库  [5] | ipwhois数据库     [6] | ipregistry数据库   [7] | ipdata数据库      [8] | db-ip数据库          [9]
ipapiis数据库 [A] | ipapicom数据库    [B] | bigdatacloud数据库 [C] | dkly数据库        [D] | ipqualityscore数据库 [E]
ipintel数据库 [F] | ipfighter数据库   [G] | fraudlogix数据库   [H] | cloudflare数据库  [I] |
IPV4:
安全得分:
信任得分(越高越好): 100 [8] 
VPN得分(越低越好): 0 [8] 
代理得分(越低越好): 0 [8] 
社区投票-无害: 0 [2] 
社区投票-恶意: 0 [2] 
威胁得分(越低越好): 0 [8] 
欺诈得分(越低越好): 0 [E] 
滥用得分(越低越好): 0 [3] 
ASN滥用得分(越低越好): 0.0001 (Very Low) [A] 
公司滥用得分(越低越好): 0.0062 (Low) [A] 
威胁级别: low [9] 
流量占比: 真人(越高越好)52% [I] 机器人(越低越好)47% [I]
黑名单记录统计:(有多少黑名单网站有记录):
无害记录数: 0 [2]  恶意记录数: 0 [2]  可疑记录数: 0 [2]  无记录数: 95 [2]
安全信息:
使用类型: business [9] isp [0 3 7 8 A] hosting [C]
公司类型: isp [0 7 A] 
浏览器类型: 主流83% 其他16% [I] 
设备类型: 桌面87% 移动12% 其他0% [I] 
操作系统类型: 主流95% 其他4% [I] 
是否云提供商: No [7] 
是否数据中心: No [0 5 6 8 A C G] 
是否移动设备: Yes [E] No [5 A C G]
是否代理: No [0 4 5 6 7 8 9 A C E] Yes [G]
是否VPN: No [0 6 7 A C E G] 
是否TorExit: No [7] 
是否Tor出口: No [7] 
是否网络爬虫: No [9 A E] 
是否匿名: No [6 7 8] 
是否攻击者: No [7 8] 
是否滥用者: No [7 8 A C E] 
是否威胁: No [7 8 C] 
是否中继: No [0 7 8 C] 
是否Bogon: No [7 8 A C] 
是否机器人: No [E] 
DNS-黑名单: 314(Total_Check) 0(Clean) 10(Blacklisted) 14(Other) 
Google搜索可行性:NO
----------邮件端口检测--基于oneclickvirt/portchecker开源----------
Platform  SMTP  SMTPS POP3  POP3S IMAP  IMAPS
LocalPort ✔     ✔     ✔     ✔     ✔     ✔    
QQ        ✔     ✔     ✔     ✘     ✔     ✘    
163       ✔     ✔     ✔     ✘     ✔     ✘    
Sohu      ✔     ✔     ✔     ✘     ✔     ✘    
Yandex    ✔     ✔     ✔     ✘     ✔     ✘    
Gmail     ✔     ✔     ✘     ✘     ✘     ✘    
Outlook   ✔     ✘     ✔     ✘     ✔     ✘    
Office365 ✔     ✘     ✔     ✘     ✔     ✘    
Yahoo     ✔     ✔     ✘     ✘     ✘     ✘    
MailCOM   ✔     ✔     ✔     ✘     ✔     ✘    
MailRU    ✔     ✔     ✘     ✘     ✔     ✘    
AOL       ✔     ✔     ✘     ✘     ✘     ✘    
GMX       ✔     ✔     ✔     ✘     ✔     ✘    
Sina      ✔     ✔     ✔     ✘     ✔     ✘    
Apple     ✘     ✔     ✘     ✘     ✘     ✘    
FastMail  ✘     ✔     ✘     ✘     ✘     ✘    
ProtonMail✘     ✘     ✘     ✘     ✘     ✘    
MXRoute   ✔     ✘     ✔     ✘     ✔     ✘    
Namecrane ✔     ✔     ✔     ✘     ✔     ✘    
XYAMail   ✘     ✘     ✘     ✘     ✘     ✘    
ZohoMail  ✘     ✔     ✘     ✘     ✘     ✘    
Inbox_eu  ✔     ✔     ✔     ✘     ✘     ✘    
Free_fr   ✘     ✔     ✔     ✘     ✔     ✘   

机器性能


📌 转载信息
原作者:
STALK
转载时间:
2026/1/2 14:31:06

项目地址:GitHub - CandyMuj/DockerCN: 针对中国网络环境的 Docker 使用优化,解决 pull push login 的网络问题,优化镜像内 apt pip 等工具为国内源!支持多平台架构镜像构建!

已经优化的部分镜像:DockerHub - CandyMuj

现在部署项目基本都依赖于 Docker 了,但是国内的网络环境导致使用 Docker 很不方便

  • 看了下目前安装 Docker 的方式多种多样,但似乎都挺麻烦的,其实可以直接用如下简洁的命令一键安装(基于阿里云,这个似乎是很多年前在菜鸟教程看见的安装方式,我就一直用到了现在)

    不知为啥现在好多教程都搜不到这个命令了,刚刚看了下菜鸟教程的安装方式也不是这个命令了,但是这个命令确实还可以用的

    curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
    
  • docker pull docker login docker push 直接用不了

  • 当上面的问题解决后,在使用 Docker 镜像的时候也会遇到问题,比如 apt pip maven npm 等都存在网络问题

  • 并且我希望这个东西更通用,除了可以用于 Docker,也可以直接用于优化国内的服务器

  • 执行优化可以高度自定义(自己想怎么优化就怎么优化,相当于提供一个框架,可以自定义实现)

我不希望每次使用的时候还要手动处理镜像源相关的问题,我就在想有没有可能直接开箱即用,镜像拉下来就可以使用,想了想,自己造一个吧,于是就花了两天实际造了这个项目

具体的使用及优化细节,可以看看 README,自认为写的还是比较详细的(甚至可能有点啰嗦)

希望对佬友们有用!减少不必要的时间,提升效率!

摘自:项目简介

旨在解决在中国使用 Docker 及 Docker 镜像时的网络问题!加速镜像构建和依赖下载,节省使用 Docker 的时间,让 Docker 更丝滑!

  • 由于官方 DockerHub 被墙,导致 pull push login 无法使用
    1. 解决 pull 问题:配置 Docker 镜像源
    2. 解决 docker 所有命令的网络问题:配置 Docker 代理
  • 优化 Docker 镜像,解决镜像内 包管理器(apt、apk) Python Pip Java Maven 等工具或环境的默认源缓慢或被墙导致无法使用的问题
    1. 理论上支持所有镜像的优化
    2. 使用本仓库的脚本进行优化:将自动配置国内镜像源并重新构建镜像 快速开始
  • 可优化本地镜像,某些镜像未 push 到中央仓库,仅在服务器本地存在,此时可 clone 本项目脚本到服务器,进行本地化的优化 快速开始 - 本地镜像优化
  • 亦可直接优化服务器,而非仅局限于 Docker 镜像 直接优化服务器
  • 极低侵入性:优化不会对原镜像做任何的其他修改,仅优化该优化了,比如:不会修改原有的工作目录、原有的启动命令、不夹带私货 (不安装任何软件包) 等
  • 支持多平台架构镜像构建!

鸣谢

其中关于 Docker 代理的配置方法参考自这位佬友的帖子 请教下佬们 docker login 登录报错问题 - #10,来自 yhp666

我也是试了很多方法去配置代理,一直没成功,然后在站内搜了下发现了这个佬友的帖子


📌 转载信息
转载时间:
2025/12/30 10:23:14