Hosthatch官方的Looking Glass好像迟迟没有上线,于是借助官方使用的Hybula Looking Glass开源程序搭建了一个同款,方便小伙伴们测一下延迟和速度

点击访问Looking Glass: lg.hosthatch.mock.moe

测评

https://www.nodeseek.com/post-524556-6
这是上期咱测评的闪购/预售款,可以作为参考

LG线路的白天线路体验还是很可观的,但是小伙伴反馈白天一条龙,晚上一条虫,应该确实有这么回事,不过具体还是看当地运营商的限速/QoS策略了,毕竟想要电信晚高峰体验好还是得上CN2线路或者专线之类的优化线路
LG说到底只能算直连线路,不算高优先级的线路,自然晚高峰电信表现比较炸裂,联通咱看似乎还比较稳定,没有出现明显丢包的情况
电信和联通的延迟和速度都非常优秀,用来建站还蛮合适的,移动线路绕港延迟会比较高,不建议移动用户购买

晚高峰TCPing (国内时间晚上8:07)

经过TCP调优,晚高峰没有出现明显丢包(最高~2%)

感兴趣的小伙伴看看测一下速,或者看看路由和延迟

部署同款 Looking Glass

按着一下方式就能部署同款了

apt install traceroute tiny-mtr # 安装依赖git clone https://github.com/hybula/lookingglass.git # 下载源代码cp config.dist.php config.php # 复制配置文件

然后配置Caddy和php-fpm环境(如果docker部署跳过这一步)

# 安装 Caddysudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curlcurl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpgcurl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.listchmod o+r /usr/share/keyrings/caddy-stable-archive-keyring.gpgchmod o+r /etc/apt/sources.list.d/caddy-stable.listsudo apt updatesudo apt install caddy# 安装最新phpapt install php8.4-fpm

然后修改配置文件/etc/caddy/Caddyfile

yourdomain.com {	encode zstd gzip	root * {这里填刚才looking glass的路径}	file_server	php_fastcgi unix//var/run/php/php8.4-fpm.sock	log {		output file /var/log/caddy/lg.log {			roll_size       1gb			roll_keep       5			roll_keep_for   720h		}		format json	}}

这是比较简短的Caddy配置文件,可以按需修改一下

Docker安装的方法也很简单,需要构建一下Docker镜像

docker compose build

然后修改一下config.php配置文件

docker compose up -d

完成部署

如何购买

Hosthatch前段时间黑五款的预售闪购活动结束了,终于可以正式购买了

点击购买(含aff)


选择Seoul(韩国首尔)


选择KVM后就可以看到套餐详细了

以下是它家的价格列表(含aff)

Plan (NVMe)CPU Cores (AMD EPYC Milan)Dedicated CoresFair-Shared CoresRAM (DDR4)NVMe StorageBandwidthMonthly Price (USD)
NVMe 2 GB1012 GB10 GB1 TB$4.00
NVMe 4 GB2024 GB20 GB1 TB$6.00
NVMe 8 GB2028 GB35 GB3 TB$9.00
NVMe 12 GB41312 GB50 GB5 TB$12.00
NVMe 16 GB42216 GB75 GB5 TB$15.00
NVMe 24 GB62424 GB100 GB7 TB$22.00
NVMe 32 GB83532 GB125 GB8 TB$29.00
NVMe 48 GB84448 GB150 GB10 TB$39.00
NVMe 64 GB126664 GB200 GB15 TB$49.00
NVMe 96 GB168896 GB250 GB20 TB$69.00
NVMe 128 GB201010128 GB375 GB35 TB$98.00
NVMe 256 GB402020256 GB1000 GB70 TB$192.00

它家月付是$4起,年付只需要付10个月的价格,相当于送两个月
如果价格还是不满意,可以收之前的预购款,不过注意一下它家的push费用是$10,所以建议测速考虑一下再购买,毕竟push费用是不能退款的

如果想体验一下Moack家的LG线路的小伙伴可以先通过Looking Glass测一下速或者买个月付试试水

点击访问Looking Glass: lg.hosthatch.mock.moe

码字不易,大佬请拍
当然,如果小伙伴们遇到什么问题,欢迎在评论区留言