<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>a NOthing log</title>
        <link>https://xhut.de/</link>
        <description>less is MORE</description>
        <lastBuildDate>Tue, 14 Jul 2026 10:04:03 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2026, Zing</copyright>
        <item>
            <title><![CDATA[GOST v3 端口转发之OpenWRT小众口味食用方式]]></title>
            <link>https://xhut.de/article/gost-v3-port-forward-in-openwrt</link>
            <guid>https://xhut.de/article/gost-v3-port-forward-in-openwrt</guid>
            <pubDate>Fri, 21 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[GOST v3 端口转发之OpenWRT小众口味食用方式]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-1be7586d998d80459707fdfa82446450"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-1be7586d998d80ceafcae36ec4d1164d">最近在折腾ipv6 only VPS，因主路由没有配置LAN环境的ipv6，导致本地环境无ipv6无法直接登入管理，只能曲线救国通过ssh登入主路由后再ssh登入ipv6 only VPS，或通过双栈VPS代理后再登入ipv6 only VPS。</div><div class="notion-text notion-block-1be7586d998d809f9464c160a683b375">某天一觉醒来突然想到主路由的WAN口是正常获取公网ipv6，联想到之前写了一篇GOST v3端口转发教程<a class="notion-link" href="https://xhut.de/article/gost-v3-port-forward" target="_blank" rel="noopener noreferrer">https://xhut.de/article/gost-v3-port-forward</a>，所以决定尝试借助gost来相对优雅简便的管理ipv6 only VPS，因为这个需求实在小众，Google结果基本无用，找到个luci-app-gost的结果但下载验证后对我无效，再经历了各种无效搜索又向各种AI求助后最终尝试成功，也就有了这篇文章😄。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-1be7586d998d8085967ecb09e339460f" data-id="1be7586d998d8085967ecb09e339460f"><span><div id="1be7586d998d8085967ecb09e339460f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1be7586d998d8085967ecb09e339460f" title="食用前提"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">食用前提</span></span></h4><div class="notion-text notion-block-1be7586d998d80e9be53fe72a7f48384">主路由是OpenWRT系统，有root权限可以ssh登入配置；主路由WAN口可以获取到公网ipv6（非fe80开头）。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-1be7586d998d802190aee617fb0d034e" data-id="1be7586d998d802190aee617fb0d034e"><span><div id="1be7586d998d802190aee617fb0d034e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1be7586d998d802190aee617fb0d034e" title="食用方式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">食用方式</span></span></h4><div class="notion-text notion-block-1be7586d998d80c1b0afd82756be26b9">以root通过ssh登入OpenWRT，opkg更新一下，顺便把 nano装了方便后续编辑配置文件，再新建一个gost的文件夹</div><div class="notion-text notion-block-1be7586d998d80519098d78583ff5243">根据OpenWRT硬件架构到<a class="notion-link" href="https://github.com/go-gost/gost/releases" target="_blank" rel="noopener noreferrer">https://github.com/go-gost/gost/releases</a>选择下载合适的gost版本，下面的<b>仅为示例</b></div><div class="notion-text notion-block-1be7586d998d80c0bd9bd38e2dc57ebf">建立基于OpenWRT系统的gost的开机启动及常驻服务配置文件，<code class="notion-inline-code">nano /etc/init.d/gost</code>，把下面的粘贴进去并保存并执行<code class="notion-inline-code">chmod +x /etc/init.d/gost</code>赋予权限</div><div class="notion-text notion-block-1be7586d998d80faaa06ef9dcf8e34e3">建立gost端口转发配置文件，即转发至需要管理的ipv6 only小鸡的配置文件，<code class="notion-inline-code">nano /etc/gost/config.yaml</code>，下面<b>仅为示例</b></div><div class="notion-text notion-block-1be7586d998d808590b3ce6a4e1c331c">保存上面配置文件后，执行下面命令，Done</div><div class="notion-text notion-block-1be7586d998d8015a45ac10ab2a6d06f">其他管理命令</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-1be7586d998d800499ffdc7c0d0917e2" data-id="1be7586d998d800499ffdc7c0d0917e2"><span><div id="1be7586d998d800499ffdc7c0d0917e2" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1be7586d998d800499ffdc7c0d0917e2" title="食用效果"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">食用效果</span></span></h4><div class="notion-text notion-block-1be7586d998d8015afbdc45e10c77425"><b>如果前述操作无误，且OpenWRT主路由的LAN口地址是</b><code class="notion-inline-code">10.0.0.1</code>，那么现在即可用本地ssh管理软件通过地址<code class="notion-inline-code">10.0.0.1:10001</code>登入地址为<code class="notion-inline-code">[0000:0000:0000:0000:0000:0000:0000:0000]:22</code>的ipv6 only小鸡。</div><div class="notion-blank notion-block-1be7586d998d80279f59ec5b8f04b810"> </div><div class="notion-text notion-block-1be7586d998d809ea6bdc326de4b9b17"><em>OK, have fun！</em></div><div class="notion-blank notion-block-1be7586d998d80c39f50e626e4e8ab70"> </div><div class="notion-text notion-block-1be7586d998d80e881fadd75619659c1">关联阅读：</div><div class="notion-row"><a class="notion-bookmark notion-block-1be7586d998d801da109e01d3b27ccfa" href="https://xhut.de/article/gost-v3-port-forward" target="_blank" rel="noopener noreferrer"><div><div class="notion-bookmark-title">GOST v3 端口转发初级食用方式 | a NOthing log</div><div class="notion-bookmark-description">GOST v3 端口转发初级食用方式</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fxhut.de%2Ffavicon.ico?table=block&amp;id=1be7586d-998d-801d-a109-e01d3b27ccfa&amp;t=1be7586d-998d-801d-a109-e01d3b27ccfa" alt="GOST v3 端口转发初级食用方式 | a NOthing log" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://xhut.de/article/gost-v3-port-forward</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fxhut.de%2Fbg_image.jpg?table=block&amp;id=1be7586d-998d-801d-a109-e01d3b27ccfa&amp;t=1be7586d-998d-801d-a109-e01d3b27ccfa" alt="GOST v3 端口转发初级食用方式 | a NOthing log" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-1be7586d998d80b99711f909d6db4f93"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Debian12快速配置Webdav服务]]></title>
            <link>https://xhut.de/article/quickly-configure-webdav-service-on-debian12</link>
            <guid>https://xhut.de/article/quickly-configure-webdav-service-on-debian12</guid>
            <pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Debian12快速配置WebDav服务]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2217586d998d8019bf0ff43d13f45e7c"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-2217586d998d80a797aff72b56911ee0">因为折腾<a class="notion-link" href="http://github.com/OpenListTeam/OpenList" target="_blank" rel="noopener noreferrer">OpenList</a>（即Alist疑似被商业出让后由社区fork出来维护的分支版本）的原因，需要配置Webdav来挂载，之前一直是使用Caddy或者Nginx之类的Webserver进行配置，稍显麻烦，经Google后发现了一个开源在Github上的项目<a class="notion-link" href="https://github.com/hacdias/webdav" target="_blank" rel="noopener noreferrer">https://github.com/hacdias/webdav</a>，配置Webdav可谓是十分简单快捷，如果你也是仅仅是需要一个Webdav服务跑起来，那么墙裂推荐一试。</div><div class="notion-text notion-block-2217586d998d806abdacea997b484229">⚠：基于Debian12</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2217586d998d80439e53fec050b52092" data-id="2217586d998d80439e53fec050b52092"><span><div id="2217586d998d80439e53fec050b52092" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2217586d998d80439e53fec050b52092" title="食用方式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">食用方式</span></span></h4><div class="notion-text notion-block-2217586d998d8051b0ccffd87e6dd8fa">下载程序二进制文件</div><div class="notion-text notion-block-2217586d998d807d93a9cfd33bfb514b">创建配置文件</div><div class="notion-text notion-block-2217586d998d809394dbdd4575cb7c4b">配置文件示例（更严谨的配置文件请看项目说明）</div><div class="notion-text notion-block-2217586d998d804882e4dee44849fc19">创建Webdav服务</div><div class="notion-text notion-block-2217586d998d80abb92cfdf33a5f1c8a">Webdav服务配置示例</div><div class="notion-text notion-block-2217586d998d807981e1e8bbbe047b4b">启用并启动服务</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2217586d998d800893c2fd9fd675b504" data-id="2217586d998d800893c2fd9fd675b504"><span><div id="2217586d998d800893c2fd9fd675b504" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2217586d998d800893c2fd9fd675b504" title="食用效果"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">食用效果</span></span></h4><div class="notion-text notion-block-2217586d998d8059b9f6dc480172ec4d">假设服务器IP为<code class="notion-inline-code">1.2.3.4</code>，按上述配置，那么该Webdav服务的相关信息如下</div><div class="notion-blank notion-block-2217586d998d80559e3acfee44ab9d6f"> </div><div class="notion-blank notion-block-2217586d998d809a8adbdbeeff6ed9a7"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Debian12添加额外的IPv6]]></title>
            <link>https://xhut.de/article/debian12-add-more-ipv6</link>
            <guid>https://xhut.de/article/debian12-add-more-ipv6</guid>
            <pubDate>Sat, 06 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[Debian12添加额外的IPv6]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2667586d998d8093b147d201d86f7033"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-2667586d998d809ba19ccb48f6f45148">当前VPS服务商大多都会提供IPv6地址，并且常见于直接提供/64的，但往往默认添加到VPS系统中的只有类似<code class="notion-inline-code">0000:0000:0000:0000::</code> 的形式，如果想自行添加更多，则可以参考如下操作。</div><div class="notion-text notion-block-2667586d998d806fa713e9d9a01d3317">先确认当前配置 </div><div class="notion-text notion-block-2667586d998d806c8423f416015ea85d">一般形如下方所示，<code class="notion-inline-code">eth0</code> 即为为网卡名称</div><div class="notion-text notion-block-2667586d998d801abeb6e0dfc79acd46">确认后即可添加额外的IPv6，以<code class="notion-inline-code">eth0:0</code> <code class="notion-inline-code">eth0:1</code> 的命名形式来增加额外IP</div><div class="notion-text notion-block-2667586d998d80c6b57fdcb7a849fd16">保存上述配置后，执行下列命令重启网络及确认添加成功</div><div class="notion-text notion-block-2667586d998d80e98038d0629232f176">Done.</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ESXi安装OpenWRT踩坑记录]]></title>
            <link>https://xhut.de/article/pitfalls-of-Install-openwrt-on-esxi</link>
            <guid>https://xhut.de/article/pitfalls-of-Install-openwrt-on-esxi</guid>
            <pubDate>Tue, 18 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[ESXi安装OpenWRT踩坑记录]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-309a9c5bcfe8454cbc01d8bedde5df43"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-1708f567216e421fb3065150d6aa7570"><em>目前遇到的几个小坑记录一下，如碰见新坑则更新</em></div><ul class="notion-list notion-list-disc notion-block-ac4bded551bf41e9bdef37a7d7d8fc66"><li><b>安装带有</b><code class="notion-inline-code"><b>efi</b></code><b> 的固件后无法正常引导。</b></li><ul class="notion-list notion-list-disc notion-block-ac4bded551bf41e9bdef37a7d7d8fc66"><li>停止虚拟机，编辑设置，虚拟机选项，引导选项，<code class="notion-inline-code">启用 UEFI 安全引导</code> 不勾选。</li></ul></ul><ul class="notion-list notion-list-disc notion-block-74a3812226ed4deb9ed88c2de1db7ab6"><li><b>在ESxi编辑设置添加硬盘后，执行挂载过程中，</b><code class="notion-inline-code"><b>fdisk -l</b></code><b> 命令返回下列类似信息。</b></li><ul class="notion-list notion-list-disc notion-block-74a3812226ed4deb9ed88c2de1db7ab6"><li>SSH登入OpenWRT，<code class="notion-inline-code">opkg update</code> ，<code class="notion-inline-code">opkg install parted</code>  ，执行<code class="notion-inline-code">parted -l</code> ，输入<code class="notion-inline-code">Fix</code> ，完事。</li></ul></ul><ul class="notion-list notion-list-disc notion-block-4c56f212da7b4eb78dc89a15a98c1e5e"><li><b>接上面，挂载/扩容硬盘操作。</b></li><ul class="notion-list notion-list-disc notion-block-4c56f212da7b4eb78dc89a15a98c1e5e"><div class="notion-text notion-block-c3cce64739f84fe3b75ff90b8e535699">懒得再从头跑一次了，部分内容抄了一下这位大佬的，感谢分享。</div><div class="notion-text notion-block-19d7586d998d80839210df73c5fe3607">链接：<a class="notion-link" href="https://www.moewah.com/archives/4719.html" target="_blank" rel="noopener noreferrer">https://www.moewah.com/archives/4719.html</a>。<div class="notion-text-children"></div></div><li>核对后面一段里面类似<code class="notion-inline-code">Disk /dev/sdb: 10 GiB</code> ，是否和你在ESXi设置里增加的硬盘空间一致，若一致则继续往后操作，执行<code class="notion-inline-code">fdisk /dev/sdb</code> 命令对该拟增加的硬盘进行分区。</li><ul class="notion-list notion-list-disc notion-block-f7be948fd42d48419a2a634dfe7a8cd4"></ul><li>分区完成后查看磁盘信息<code class="notion-inline-code">fdisk -l</code> ，输出信息类似如下：</li><ul class="notion-list notion-list-disc notion-block-fafaa68618ff4011a0b3b56ac7f282cb"></ul><li>执行 <code class="notion-inline-code">mkfs.ext4 /dev/sdb1</code> 命令对前述分区进行格式化。</li><li>返回OpenWRT进行挂载，如果<code class="notion-inline-code">系统</code>菜单下找不到<code class="notion-inline-code">挂载点</code> ，那么到SSH里面执行<code class="notion-inline-code">opkg update</code>，<code class="notion-inline-code">opkg install block-mount</code> ，然后重启即可看见。</li><li>进入<code class="notion-inline-code">挂载点</code> ，点击<code class="notion-inline-code">生成配置</code> ，到下方子项<code class="notion-inline-code">挂载点</code> 中找到对应前述操作空间大小的硬盘，点击<code class="notion-inline-code">编辑</code> ，确保下图黄框内选项与图一致，然后一定记得点击<code class="notion-inline-code">保存</code>，再到上级页面点击<code class="notion-inline-code">保存并应用</code> 。</li><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2b12b4126a7548368c0742131f0ab136"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:480px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2Fc48c8e12-2427-4cfd-bad7-5ee090b4a14f%2Fb3b9e353-b24b-4f85-8a25-5f93003c2868%2FUntitled.png?table=block&amp;id=2b12b412-6a75-4836-8c07-42131f0ab136&amp;t=2b12b412-6a75-4836-8c07-42131f0ab136&amp;width=480&amp;cache=v2" alt="notion image" loading="lazy" decoding="async"/></div></figure><li>然后复制上图中命令行内容到SSH里面运行，注意下方代码中的提示信息。</li><ul class="notion-list notion-list-disc notion-block-2af866d5e5f94dbda53600d06c156bdf"></ul><li>最后<code class="notion-inline-code">reboot</code> ，再<code class="notion-inline-code">df -h</code> 看看挂载上了没，一般应该是挂载上了，如果还没，建议关机睡觉 😄</li></ul></ul><ul class="notion-list notion-list-disc notion-block-8d930f0ed3f145a3af0f2a4b6dfbdc30"><li><b>安装符合国人视觉习惯的Argon主题</b></li></ul><div class="notion-file notion-block-0e13ede21802439d8805db02dbadf873"><a class="notion-file-link" href="https://file.notion.so/f/f/c48c8e12-2427-4cfd-bad7-5ee090b4a14f/b6651bb8-01e3-4af9-b5a5-562ededcfcac/luci-app-argon-config_0.9_all.ipk?table=block&amp;id=0e13ede2-1802-439d-8805-db02dbadf873&amp;spaceId=c48c8e12-2427-4cfd-bad7-5ee090b4a14f&amp;expirationTimestamp=1784052000000&amp;signature=2YwKw-Hkc5jPGqQHKWYxDL0B7D2ufHN09EJlFiZRnR0" target="_blank" rel="noopener noreferrer"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">luci-app-argon-config_0.9_all.ipk</div><div class="notion-file-size">4.4KB</div></div></a></div><div class="notion-file notion-block-d273391ff0634c579a8dd85893eda4d0"><a class="notion-file-link" href="https://file.notion.so/f/f/c48c8e12-2427-4cfd-bad7-5ee090b4a14f/244640d7-f9b0-400b-9c75-1915715fa169/luci-theme-argon_2.3.1_all.ipk?table=block&amp;id=d273391f-f063-4c57-9a8d-d85893eda4d0&amp;spaceId=c48c8e12-2427-4cfd-bad7-5ee090b4a14f&amp;expirationTimestamp=1784052000000&amp;signature=_8qbkfR2DeiG_heabZSDZ9p84cC0BKqi3BcbHKD4Nv4" target="_blank" rel="noopener noreferrer"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">luci-theme-argon_2.3.1_all.ipk</div><div class="notion-file-size">380.4KB</div></div></a></div><div class="notion-text notion-block-b18a7e3eecc346ca83ee75cf93ae0fe9">链接：<a class="notion-link" href="https://github.com/jerrykuku/luci-theme-argon/" target="_blank" rel="noopener noreferrer">https://github.com/jerrykuku/luci-theme-argon/</a><div class="notion-text-children"></div></div><ul class="notion-list notion-list-disc notion-block-43ff2e64edce4d7fb8225d18b27e7efd"><li><b>安装居家必备的KMS插件vlmcs</b></li></ul><div class="notion-file notion-block-fe4d7be36d244dafa899a9cc0f068e6c"><a class="notion-file-link" href="https://file.notion.so/f/f/c48c8e12-2427-4cfd-bad7-5ee090b4a14f/b36e6bb9-85e2-49b6-97aa-ab373adfd096/luci-app-vlmcsd_1.0.2-1_all.ipk?table=block&amp;id=fe4d7be3-6d24-4daf-a899-a9cc0f068e6c&amp;spaceId=c48c8e12-2427-4cfd-bad7-5ee090b4a14f&amp;expirationTimestamp=1784052000000&amp;signature=gfAhLrXk5xU_GQgP3oyOGeE0O6oMCCV0YsMrcbmxKDg" target="_blank" rel="noopener noreferrer"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">luci-app-vlmcsd_1.0.2-1_all.ipk</div><div class="notion-file-size">2.4KB</div></div></a></div><div class="notion-file notion-block-591e5875b05543a7b74a9fcc0e2ddc1e"><a class="notion-file-link" href="https://file.notion.so/f/f/c48c8e12-2427-4cfd-bad7-5ee090b4a14f/8d50c5f4-5468-43db-9d51-da0b003aa69e/vlmcsd_svn1113-1_x86_64.ipk?table=block&amp;id=591e5875-b055-43a7-b74a-9fcc0e2ddc1e&amp;spaceId=c48c8e12-2427-4cfd-bad7-5ee090b4a14f&amp;expirationTimestamp=1784052000000&amp;signature=m4Jyjatie-LJ_amMw8MT-2vttfraINjADVAFXX5fnaY" target="_blank" rel="noopener noreferrer"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">vlmcsd_svn1113-1_x86_64.ipk</div><div class="notion-file-size">57.3KB</div></div></a></div><div class="notion-file notion-block-98f340ee4ed540e9adbc47f4d33b2e1f"><a class="notion-file-link" href="https://file.notion.so/f/f/c48c8e12-2427-4cfd-bad7-5ee090b4a14f/29404333-b376-4b8c-9d81-2e40c1723f2c/luci-app-vlmcsd_git-24.217.56735-8015371_all.ipk?table=block&amp;id=98f340ee-4ed5-40e9-adbc-47f4d33b2e1f&amp;spaceId=c48c8e12-2427-4cfd-bad7-5ee090b4a14f&amp;expirationTimestamp=1784052000000&amp;signature=L02UaStqdFax_PP3STXl_rheAUH0baalxKHD9uoOY7g" target="_blank" rel="noopener noreferrer"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">luci-app-vlmcsd_git-24.217.56735-8015371_all.ipk</div><div class="notion-file-size">3.9KB</div></div></a></div><div class="notion-file notion-block-68269c64ec5744e4b2edd7bb119c7110"><a class="notion-file-link" href="https://file.notion.so/f/f/c48c8e12-2427-4cfd-bad7-5ee090b4a14f/bb147c2e-a0e8-48b7-84e3-e665c6bf2896/vlmcsd_svn1113-19_x86_64.ipk?table=block&amp;id=68269c64-ec57-44e4-b2ed-d7bb119c7110&amp;spaceId=c48c8e12-2427-4cfd-bad7-5ee090b4a14f&amp;expirationTimestamp=1784052000000&amp;signature=efXfRYa3YDYJqNg6MDtPCdqXikAS1UQFl2ooiWpjhJA" target="_blank" rel="noopener noreferrer"><svg class="notion-file-icon" viewBox="0 0 30 30"><path d="M22,8v12c0,3.866-3.134,7-7,7s-7-3.134-7-7V8c0-2.762,2.238-5,5-5s5,2.238,5,5v12c0,1.657-1.343,3-3,3s-3-1.343-3-3V8h-2v12c0,2.762,2.238,5,5,5s5-2.238,5-5V8c0-3.866-3.134-7-7-7S6,4.134,6,8v12c0,4.971,4.029,9,9,9s9-4.029,9-9V8H22z"></path></svg><div class="notion-file-info"><div class="notion-file-title">vlmcsd_svn1113-19_x86_64.ipk</div><div class="notion-file-size">23.1KB</div></div></a></div><div class="notion-text notion-block-8f957a0fb9774341a7c58da53b32e533">链接：<a class="notion-link" href="https://github.com/cokebar/openwrt-vlmcsd/tree/gh-pages" target="_blank" rel="noopener noreferrer">https://github.com/cokebar/openwrt-vlmcsd/tree/gh-pages</a>、<a class="notion-link" href="https://github.com/cokebar/luci-app-vlmcsd" target="_blank" rel="noopener noreferrer">https://github.com/cokebar/luci-app-vlmcsd</a><div class="notion-text-children"></div></div><div class="notion-blank notion-block-6302d9b2e171496abb9b260c0fcd81aa"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[SG节点国际互联不严谨娱乐测试 EP1]]></title>
            <link>https://xhut.de/article/singapore-node-international-connect-joke-battle-ep1</link>
            <guid>https://xhut.de/article/singapore-node-international-connect-joke-battle-ep1</guid>
            <pubDate>Wed, 25 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[SG节点国际互联不严谨娱乐测试 EP1]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-21d7586d998d80d4ac54c1d8abdd2b00"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-21d7586d998d806796a3ef7f4c5a0d00" data-id="21d7586d998d806796a3ef7f4c5a0d00"><span><div id="21d7586d998d806796a3ef7f4c5a0d00" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21d7586d998d806796a3ef7f4c5a0d00" title="测试结论声明"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试结论声明</span></span></h4><div class="notion-text notion-block-21d7586d998d806faea8ca6b39cc8a88">同此前的<em><a class="notion-link" href="https://xhut.de/article/hongkong-node-international-connect-joke-battle" target="_blank" rel="noopener noreferrer">HK节点国际互联不严谨娱乐测试</a></em><em>、</em><a class="notion-link" href="https://xhut.de/article/hongkong-node-international-connect-joke-battle-ep2" target="_blank" rel="noopener noreferrer">HK节点国际互联不严谨娱乐测试 EP2</a>、<a class="notion-link" href="https://xhut.de/article/japan-node-international-connect-joke-battle" target="_blank" rel="noopener noreferrer">JP节点国际互联不严谨娱乐测试</a>一样，本次测试同样娱乐大师向，测试时点为2025年6月下旬午低峰时段（14时-15时）。</div><div class="notion-text notion-block-21d7586d998d80e18aa1cefebbf2c455"><b>本次测试只对每个参测节点的单一样本进行了一次数据采样</b>，<b>只反映参测样本的时点测试状况，不具备严谨的参考价值。</b></div><div class="notion-text notion-block-21d7586d998d8031b8b4f99be49a7ce4"><b>利益相关：</b>本次参测机器除<a class="notion-link" href="https://legendvps.com" target="_blank" rel="noopener noreferrer">LegendVPS</a>的SG-IPv6-512M Free为该商家早期公开发放的免费机器外，其他均为公开活动、公开渠道的特价或正价产品。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-21d7586d998d801ba9c8f733a2947d17" data-id="21d7586d998d801ba9c8f733a2947d17"><span><div id="21d7586d998d801ba9c8f733a2947d17" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21d7586d998d801ba9c8f733a2947d17" title="测试脚本"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试脚本</span></span></h4><div class="notion-text notion-block-21d7586d998d8063976be6e83c1bd755">因为只涉及国际互联，故选用了<b><a class="notion-link" href="https://github.com/masonr/yet-another-bench-script" target="_blank" rel="noopener noreferrer">Yet-Another-Bench-Script</a></b>脚本，脚本涉及的测速节点情况如下。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-21d7586d998d8003933eccb5a9578383" data-id="21d7586d998d8003933eccb5a9578383"><span><div id="21d7586d998d8003933eccb5a9578383" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21d7586d998d8003933eccb5a9578383" title="测试取样及计算数据"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试取样及计算数据</span></span></h4><div class="notion-text notion-block-21d7586d998d80648fa9ec28981b052e">取样数据为测试反馈的结果，即以参测节点而言的<b>上行速率（Send Speed）</b>、<b>下行速率（Recv Speed）</b>、<b>延迟（Ping）</b>；同时加入<b>实际销售价格的年化值</b>（美元计价的节点以7.17作为换算汇率），并按下列规则进行初步计算取值。</div><div class="notion-text notion-block-21d7586d998d80aba8c5c1a85db25837"><em><span class="notion-orange"><b>上行速率均值</b></span></em><em><b> </b></em>= <span role="button" tabindex="0" class="notion-equation notion-equation-inline"><span></span></span></div><div class="notion-text notion-block-21d7586d998d804b8f1cef7d73b25999"><em><span class="notion-orange"><b>下行速率均值</b></span></em><em><b> </b></em>= <span role="button" tabindex="0" class="notion-equation notion-equation-inline"><span></span></span></div><div class="notion-text notion-block-21d7586d998d8007919bcfbb52c094e4"><em><span class="notion-orange"><b>延迟均值 </b></span></em>= <span role="button" tabindex="0" class="notion-equation notion-equation-inline"><span></span></span></div><div class="notion-text notion-block-21d7586d998d80a2a422d7b14f25f172">注1：脚本反馈值标记为busy的视为0Mbits/sec，反馈值单位为Gbits/sec的乘以1000换算为Mbits/sec</div><div class="notion-text notion-block-21d7586d998d80d48becfb79a16ad582">注2：免费机器年付费用按12元人民币取值</div><div class="notion-text notion-block-21d7586d998d801a9355eb2bac77313f">注3：测试中对应<code class="notion-inline-code">Leaseweb|Singapore, SG (10G)</code> 服务器无延迟反馈的统一按整体存在延迟反馈最大值的向上取整取值，为<code class="notion-inline-code">2ms</code></div><div class="notion-text notion-block-21d7586d998d8018abe1e500e78595c4">注4：测试中对应<code class="notion-inline-code">Edgoo|Sao Paulo, BR (1G)</code>服务器无延迟反馈的统一按整体存在延迟反馈最大值的向上取整取值，为<code class="notion-inline-code">340ms</code></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-21d7586d998d8076b258f31c7a91ffe5" data-id="21d7586d998d8076b258f31c7a91ffe5"><span><div id="21d7586d998d8076b258f31c7a91ffe5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21d7586d998d8076b258f31c7a91ffe5" title="测试结论算法"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试结论算法</span></span></h4><div class="notion-text notion-block-21d7586d998d80f0b680f6a9081c5926"><em><span class="notion-red"><b>性能分</b></span></em> = ( 上行速率均值+下行速率均值 ) / 100 + 100 / 延迟均值</div><div class="notion-text notion-block-21d7586d998d8094bed3ff49571c3da6"><em><span class="notion-red"><b>性价分</b></span></em> = 100 / ( 价格年化值 / ( ( 上行速率均值+下行速率均值 ) / 100 + 100 / 延迟均值 ) ) = 100 / ( 价格年化值 / 性能分 )</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-21d7586d998d807083f0f6809543671d" data-id="21d7586d998d807083f0f6809543671d"><span><div id="21d7586d998d807083f0f6809543671d" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21d7586d998d807083f0f6809543671d" title="测试结论"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试结论</span></span></h4><table class="notion-simple-table notion-block-21d7586d998d80468c99fa0c5eed20da"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-21d7586d998d8019a306c77513a4755a"><td class="notion-simple-table-header-cell" style="width:99px"><div class="notion-simple-table-cell"><b>商家</b></div></td><td class="" style="width:200px"><div class="notion-simple-table-cell"><b>型号</b></div></td><td class="" style="width:95px"><div class="notion-simple-table-cell"><b>上行平均</b></div></td><td class="" style="width:82px"><div class="notion-simple-table-cell"><b>下行平均</b></div></td><td class="" style="width:91px"><div class="notion-simple-table-cell"><b>PING平均</b></div></td><td class="" style="width:84px"><div class="notion-simple-table-cell"><b>性能分</b></div></td><td class="" style="width:94px"><div class="notion-simple-table-cell"><b>年付费用</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>单位性能费用</b></div></td><td class="" style="width:72px"><div class="notion-simple-table-cell"><b>性价分</b></div></td></tr><tr class="notion-simple-table-row notion-block-21d7586d998d809f90a9ef999ae575ba"><td class="notion-simple-table-header-cell" style="width:99px"><div class="notion-simple-table-cell">Bestvm</div></td><td class="" style="width:200px"><div class="notion-simple-table-cell">新加坡BGP-Lite-1T</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">623.71 </div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">555.57 </div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">181.96 </div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">12.342 </div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">135.000 </div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">10.938 </div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">9.143 </div></td></tr><tr class="notion-simple-table-row notion-block-21d7586d998d80acbf30fd2704dbf8a1"><td class="notion-simple-table-header-cell" style="width:99px"><div class="notion-simple-table-cell">Greencloud</div></td><td class="" style="width:200px"><div class="notion-simple-table-cell">BF 2024 - 2222 SG DC2 VF</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">362.14 </div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">1490.86 </div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">186.43 </div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">19.066 </div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">71.700 </div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.761 </div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">26.592 </div></td></tr><tr class="notion-simple-table-row notion-block-21d7586d998d80d0ab26d67802e068e9"><td class="notion-simple-table-header-cell" style="width:99px"><div class="notion-simple-table-cell">Lala</div></td><td class="" style="width:200px"><div class="notion-simple-table-cell">【SP】新加坡|BGP|Micro</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">672.43 </div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">834.57 </div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">195.43 </div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">15.582 </div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">88.000 </div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">5.648 </div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">17.706 </div></td></tr><tr class="notion-simple-table-row notion-block-21d7586d998d8067b776f9e93bf84e4f"><td class="notion-simple-table-header-cell" style="width:99px"><div class="notion-simple-table-cell">LegendVPS</div></td><td class="" style="width:200px"><div class="notion-simple-table-cell">SG-Lite-512M</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">596.14 </div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">584.00 </div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">190.29 </div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">12.327 </div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">43.000 </div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">3.488 </div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">28.667 </div></td></tr><tr class="notion-simple-table-row notion-block-21d7586d998d80fe9322ca01dbc4a39a"><td class="notion-simple-table-header-cell" style="width:99px"><div class="notion-simple-table-cell">LegendVPS</div></td><td class="" style="width:200px"><div class="notion-simple-table-cell">SG-IPv6-512M Free</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">604.00 </div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">586.71 </div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">198.43 </div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">12.411 </div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">12.000 </div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">0.967 </div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">103.426 </div></td></tr></tbody></table><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d801581fed072cbc75b8c"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Ad516e7b8-4c77-4a36-87e8-93cb1c35704d%3Aimage.png?table=block&amp;id=21d7586d-998d-8015-81fe-d072cbc75b8c&amp;t=21d7586d-998d-8015-81fe-d072cbc75b8c" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d802188e9f9a7ccb56831"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A427f09a5-d564-4cf7-89c0-a40f60d15f28%3Aimage.png?table=block&amp;id=21d7586d-998d-8021-88e9-f9a7ccb56831&amp;t=21d7586d-998d-8021-88e9-f9a7ccb56831" alt="notion image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-21d7586d998d8028b894d5b061de4d65" data-id="21d7586d998d8028b894d5b061de4d65"><span><div id="21d7586d998d8028b894d5b061de4d65" class="notion-header-anchor"></div><a class="notion-hash-link" href="#21d7586d998d8028b894d5b061de4d65" title="测试截图"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试截图</span></span></h4><div class="notion-text notion-block-21d7586d998d804aaf19e028cd90635c"><b>Bestvm：新加坡BGP-Lite-1T</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d80bc82cedc33b705d8a4"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A27fc616c-4c31-4ddf-9863-944e0c6f5a3c%3ABestvm_SG.jpg?table=block&amp;id=21d7586d-998d-80bc-82ce-dc33b705d8a4&amp;t=21d7586d-998d-80bc-82ce-dc33b705d8a4" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-21d7586d998d800a8d96c2ca39507e39"><b>Greencloud：BF 2024 - 2222 SG DC2 VF</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d8085a608fb43cb4c9855"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Acc0e6554-b461-476d-b321-1d9e3d155da4%3AGreencloud_SG.jpg?table=block&amp;id=21d7586d-998d-8085-a608-fb43cb4c9855&amp;t=21d7586d-998d-8085-a608-fb43cb4c9855" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-21d7586d998d8019a481eea4f84564cb"><b>Lala：【SP】新加坡|BGP|Micro</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d804d9a31dc72be382e78"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A8da9d64a-8f13-47f3-934d-0cf4ceb6a639%3ALala_SG.jpg?table=block&amp;id=21d7586d-998d-804d-9a31-dc72be382e78&amp;t=21d7586d-998d-804d-9a31-dc72be382e78" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-21d7586d998d805a81b9fb9473460703"><b>LegendVPS：SG-Lite-512M</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d80eea081dbd50449c6af"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A8b5f89d9-f888-441f-9e7c-4b700608da95%3ALegend_SG_05.jpg?table=block&amp;id=21d7586d-998d-80ee-a081-dbd50449c6af&amp;t=21d7586d-998d-80ee-a081-dbd50449c6af" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-21d7586d998d8077afdefa0d9f751a25"><b>LegendVPS：SG-IPv6-512M Free</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-21d7586d998d80438ed3ca5241e399c4"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A9fbdcebe-78d5-4d59-9274-bce65f2ede3c%3ALegend_SG_free.jpg?table=block&amp;id=21d7586d-998d-8043-8ed3-ca5241e399c4&amp;t=21d7586d-998d-8043-8ed3-ca5241e399c4" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-21d7586d998d807ebe35c876c0a82ebd"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[HK节点国际互联不严谨娱乐测试 EP2]]></title>
            <link>https://xhut.de/article/hongkong-node-international-connect-joke-battle-ep2</link>
            <guid>https://xhut.de/article/hongkong-node-international-connect-joke-battle-ep2</guid>
            <pubDate>Tue, 17 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[HK节点国际互联不严谨娱乐测试 EP2]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-2157586d998d80eea827e059655668ef"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2157586d998d80cbb97dfbaccb794c7b" data-id="2157586d998d80cbb97dfbaccb794c7b"><span><div id="2157586d998d80cbb97dfbaccb794c7b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2157586d998d80cbb97dfbaccb794c7b" title="测试结论声明"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试结论声明</span></span></h4><div class="notion-text notion-block-2157586d998d806e9623df3c8292bb6f">同上一篇<em><a class="notion-link" href="https://xhut.de/article/hongkong-node-international-connect-joke-battle" target="_blank" rel="noopener noreferrer">HK节点国际互联不严谨娱乐测试</a></em>一样，本次测试同样娱乐大师向，测试时点为2025年6月中旬晚低峰时段（01时-02时），较上一轮参与测试的机型有所变化。</div><div class="notion-text notion-block-2157586d998d8006925dc5213436cefb"><b>本次测试只对每个参测节点的单一样本进行了一次数据采样</b>，<b>只反映参测样本的时点测试状况，不具备严谨的参考价值。</b></div><div class="notion-text notion-block-2157586d998d80508742e7109b3558c9"><b>利益相关：</b>如本站Footer展示，本站由<a class="notion-link" href="https://yxvm.com/" target="_blank" rel="noopener noreferrer">YXVM</a>大善人赞助，参测机器亦为<a class="notion-link" href="https://yxvm.com/" target="_blank" rel="noopener noreferrer">YXVM</a>赞助，该机测试取样价格按其同系列最低价格取值。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2157586d998d806b9002dede0284244f" data-id="2157586d998d806b9002dede0284244f"><span><div id="2157586d998d806b9002dede0284244f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2157586d998d806b9002dede0284244f" title="测试脚本"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试脚本</span></span></h4><div class="notion-text notion-block-2157586d998d80a7a9b1e3eb5cfa71ce">因为只涉及国际互联，故选用了<b><a class="notion-link" href="https://github.com/masonr/yet-another-bench-script" target="_blank" rel="noopener noreferrer">Yet-Another-Bench-Script</a></b>脚本，脚本涉及的测速节点情况如下。</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2157586d998d80f9a50dd525a65ed97e" data-id="2157586d998d80f9a50dd525a65ed97e"><span><div id="2157586d998d80f9a50dd525a65ed97e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2157586d998d80f9a50dd525a65ed97e" title="测试取样及计算数据"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试取样及计算数据</span></span></h4><div class="notion-text notion-block-2157586d998d802c904be27cd5881a01">取样数据为测试反馈的结果，即以参测节点而言的<b>上行速率（Send Speed）</b>、<b>下行速率（Recv Speed）</b>、<b>延迟（Ping）</b>；同时加入<b>实际销售价格的年化值</b>（美元计价的节点以7.18作为换算汇率），并按下列规则进行初步计算取值。</div><div class="notion-text notion-block-2157586d998d809db1d8e97f5754fd43"><em><span class="notion-orange"><b>上行速率均值</b></span></em><em><b> </b></em>= <span role="button" tabindex="0" class="notion-equation notion-equation-inline"><span></span></span></div><div class="notion-text notion-block-2157586d998d80f9a1d7c13fc817dd2f"><em><span class="notion-orange"><b>下行速率均值</b></span></em><em><b> </b></em>= <span role="button" tabindex="0" class="notion-equation notion-equation-inline"><span></span></span></div><div class="notion-text notion-block-2157586d998d8065b10fc5c489cd7351"><em><span class="notion-orange"><b>延迟均值 </b></span></em>= <span role="button" tabindex="0" class="notion-equation notion-equation-inline"><span></span></span></div><div class="notion-text notion-block-2157586d998d8021949dcbe1dd596024">注：脚本反馈值标记为busy的视为0Mbits/sec，反馈值单位为Gbits/sec的乘以1000换算为Mbits/sec</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2157586d998d809c9af8c145feceb0bc" data-id="2157586d998d809c9af8c145feceb0bc"><span><div id="2157586d998d809c9af8c145feceb0bc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2157586d998d809c9af8c145feceb0bc" title="测试结论算法"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试结论算法</span></span></h4><div class="notion-text notion-block-2157586d998d80fabf41f7eab8923ea7"><em><span class="notion-red"><b>性能分</b></span></em> = ( 上行速率均值+下行速率均值 ) / 100 + 100 / 延迟均值</div><div class="notion-text notion-block-2157586d998d80838ae6c1b8b40b8f73"><em><span class="notion-red"><b>性价分</b></span></em> = 100 / ( 价格年化值 / ( ( 上行速率均值+下行速率均值 ) / 100 + 100 / 延迟均值 ) ) = 100 / ( 价格年化值 / 性能分 )</div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2157586d998d80719ea8d0b87effc7a4" data-id="2157586d998d80719ea8d0b87effc7a4"><span><div id="2157586d998d80719ea8d0b87effc7a4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2157586d998d80719ea8d0b87effc7a4" title="测试结论"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试结论</span></span></h4><table class="notion-simple-table notion-block-2157586d998d803eb2a5fb50de02adfa"><tbody><tr class="notion-simple-table-row notion-simple-table-header-row notion-block-2157586d998d80c6bf76ca0d4506479a"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>商家</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell"><b>型号</b></div></td><td class="" style="width:95px"><div class="notion-simple-table-cell"><b>上行平均</b></div></td><td class="" style="width:82px"><div class="notion-simple-table-cell"><b>下行平均</b></div></td><td class="" style="width:91px"><div class="notion-simple-table-cell"><b>PING平均</b></div></td><td class="" style="width:84px"><div class="notion-simple-table-cell"><b>性能分</b></div></td><td class="" style="width:94px"><div class="notion-simple-table-cell"><b>年付费用</b></div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><b>单位性能费用</b></div></td><td class="" style="width:72px"><div class="notion-simple-table-cell"><b>性价分</b></div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d807ab621f5dd597a266a"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>Lala</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">【SP】香港|BGP|Micro</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">606.86</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">568.14</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">198.06</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">12.255</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">88.000</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">7.181</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">13.926</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d8084929bf8d6b40c5e61"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>CNFaster</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">HKL Special</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">899.00</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">787.29</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">173.60</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">17.439</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">75.000</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">4.301</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">23.252</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d8084b912f14482181612"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>FlapJacks</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">HK-LXC - T1ION-IPv6-NAT-Jet</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">1249.14</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">589.86</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">186.51</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">18.926</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">35.828</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">1.893</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">52.825</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d80b886e0f29b0cfa7d95"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>Wap</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">HK2 E5 VPS HK2 256M VPS</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">214.00</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">284.29</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">199.30</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">5.485</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">43.080</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">7.855</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">12.731</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d80608066c21caa71c650"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>Wap</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">HK EPYC HK 256M VPS</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">215.43</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">320.29</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">204.07</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">5.847</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">71.800</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">12.279</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">8.144</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d8026bae2c6527af9b95d"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>YXVM</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">Hong Kong Eco Beta - Basic</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">1269.43</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">1189.71</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">190.91</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">25.115</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">258.480</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">10.292</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">9.717</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d8029933cf3d9b5421d4e"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>Halo</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">HKBGP Standard VPS-500GB</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">150.57</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">439.57</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">175.31</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">6.472</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">53.850</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">8.321</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">12.018</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d808fade3f9e79e44414a"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>Bage</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">Bage HKL</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">627.00</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">1175.71</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">212.53</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">18.498</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">136.994</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">7.406</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">13.502</div></td></tr><tr class="notion-simple-table-row notion-block-2157586d998d800bae5ecee6996d2d50"><td class="notion-simple-table-header-cell" style="width:91px"><div class="notion-simple-table-cell"><b>Bage</b></div></td><td class="" style="width:210px"><div class="notion-simple-table-cell">Bage HKS</div></td><td class="" style="width:95px"><div class="notion-simple-table-cell">561.57</div></td><td class="" style="width:82px"><div class="notion-simple-table-cell">796.57</div></td><td class="" style="width:91px"><div class="notion-simple-table-cell">181.94</div></td><td class="" style="width:84px"><div class="notion-simple-table-cell">14.131</div></td><td class="" style="width:94px"><div class="notion-simple-table-cell">189.480</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">13.409</div></td><td class="" style="width:72px"><div class="notion-simple-table-cell">7.458</div></td></tr></tbody></table><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d80f5a6bbc99aabaca0bf"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Afe1ab26d-f5b8-4f12-81eb-78b94ba094f3%3Aimage.png?table=block&amp;id=2157586d-998d-80f5-a6bb-c99aabaca0bf&amp;t=2157586d-998d-80f5-a6bb-c99aabaca0bf" alt="notion image" loading="lazy" decoding="async"/></div></figure><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d8022a0fed3e446590c76"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A541c1e3d-3d4b-4597-a71d-5f9d49ca05b8%3Aimage.png?table=block&amp;id=2157586d-998d-8022-a0fe-d3e446590c76&amp;t=2157586d-998d-8022-a0fe-d3e446590c76" alt="notion image" loading="lazy" decoding="async"/></div></figure><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-2157586d998d80f4a14ae4a838f689e7" data-id="2157586d998d80f4a14ae4a838f689e7"><span><div id="2157586d998d80f4a14ae4a838f689e7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2157586d998d80f4a14ae4a838f689e7" title="测试截图"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">测试截图</span></span></h4><div class="notion-text notion-block-2157586d998d8091bc09ee3c6776b2ec"><b>Lala：【SP】香港|BGP|Micro</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d808ab60ec3307fd98af4"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Aced5a7ea-bc30-4c34-8c8a-a1b3eb4a665b%3ALala_HK.jpg?table=block&amp;id=2157586d-998d-808a-b60e-c3307fd98af4&amp;t=2157586d-998d-808a-b60e-c3307fd98af4" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d80b681fcd63e38f79dff"><b>CNFaster：HKL Special</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d80b1a733c3ca72b7aa06"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A8038b5d0-ae74-41d6-89a5-b7d71adca3ab%3ACNFaster_HKL.jpg?table=block&amp;id=2157586d-998d-80b1-a733-c3ca72b7aa06&amp;t=2157586d-998d-80b1-a733-c3ca72b7aa06" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d80419837d3df48f4681e"><b>FlapJacks：HK-LXC - T1ION-IPv6-NAT-Jet</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d808c9065c76b07d177fb"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A8b3eb895-d7c9-45d7-9303-e33de4c44402%3AFlapjacks_HK.jpg?table=block&amp;id=2157586d-998d-808c-9065-c76b07d177fb&amp;t=2157586d-998d-808c-9065-c76b07d177fb" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d802faeeae0c9e1ba8522"><b>Wap：HK2 E5 VPS HK2 256M VPS</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d8083b361d59240c9b1b5"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A69eca250-0dd1-467d-b5f5-7e7297ebf4a6%3AWAP_HK2.jpg?table=block&amp;id=2157586d-998d-8083-b361-d59240c9b1b5&amp;t=2157586d-998d-8083-b361-d59240c9b1b5" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d80cfa801d3de9ac9242c"><b>Wap：HK EPYC HK 256M VPS</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d8015b2cad50a64095419"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A544a16a4-804b-4dc1-a4d9-f531e3189668%3AWAP_HK1.jpg?table=block&amp;id=2157586d-998d-8015-b2ca-d50a64095419&amp;t=2157586d-998d-8015-b2ca-d50a64095419" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d80588608e4d400c72e4c"><b>YXVM：Hong Kong Eco Beta - Basic</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d80c783eaccf70419cdd3"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A55e31d79-2d5b-41ef-88b9-338bd0c76af9%3AYXVM_HK_Eco.jpg?table=block&amp;id=2157586d-998d-80c7-83ea-ccf70419cdd3&amp;t=2157586d-998d-80c7-83ea-ccf70419cdd3" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d8031a5c3f743eb95708e"><b>Halo：HKBGP Standard VPS-500GB</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d804094c4f1eacb0f2d85"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A4b49249e-2848-4e50-9f0d-bc110b51f965%3AHalo_HKL.jpg?table=block&amp;id=2157586d-998d-8040-94c4-f1eacb0f2d85&amp;t=2157586d-998d-8040-94c4-f1eacb0f2d85" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d807a9a39d8e6c438f882"><b>Bage：Bage HKL</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d8008b7f6d65250873531"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3Aa1f8fc6e-b9d1-4d3f-83c8-7ff567d25d41%3ABage_HKL.jpg?table=block&amp;id=2157586d-998d-8008-b7f6-d65250873531&amp;t=2157586d-998d-8008-b7f6-d65250873531" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-2157586d998d80078be7f18f185ad3a1"><b>Bage：Bage HKS</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-2157586d998d80508b69c02ce96b2f8d"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/attachment%3A9209bcdd-266b-446c-9c36-ecc3fa6ad94c%3ABage_HKS.jpg?table=block&amp;id=2157586d-998d-8050-8b69-c02ce96b2f8d&amp;t=2157586d-998d-8050-8b69-c02ce96b2f8d" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-2157586d998d80c1a077ff37b0db1f6b"> </div><div class="notion-text notion-block-2157586d998d801da82fc2d9367c7971">关联阅读</div><div class="notion-row"><a class="notion-bookmark notion-block-2157586d998d80b78da8d5b8f3229970" href="https://xhut.de/article/hongkong-node-international-connect-joke-battle" target="_blank" rel="noopener noreferrer"><div><div class="notion-bookmark-title">HK节点国际互联不严谨娱乐测试 | a NOthing log</div><div class="notion-bookmark-description">HK节点国际互联不严谨娱乐测试</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/image/https%3A%2F%2Fxhut.de%2Ffavicon.ico?table=block&amp;id=2157586d-998d-80b7-8da8-d5b8f3229970&amp;t=2157586d-998d-80b7-8da8-d5b8f3229970" alt="HK节点国际互联不严谨娱乐测试 | a NOthing log" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://xhut.de/article/hongkong-node-international-connect-joke-battle</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.notion.so/images/page-cover/gradients_10.jpg" alt="HK节点国际互联不严谨娱乐测试 | a NOthing log" loading="lazy" decoding="async"/></div></a></div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>