kts24,与https://gt-host.de是一个老板,圣诞前每日会推出特价服务器。
2018.12.16 一款德国特价KVM VPS,性价比很高。比黑五还便宜!
ANGEBOT – ADVENT SPEZIAL – 16.12.2018
vCPU:2
内存:4 GB
空间:30 GB SSD
流量:不限 / 月(1 Gbps端口)
IPv4:1
€18/半年
购买地址
官网会每日更新特价服务器:https://kts24.com/
有TG群友(https://t.me/zhujiwiki)把所有优惠链接都爬出来了,大家改ID直接下单吧:
https://kts24.com/index.php?page=item_addons&id=xxx(xxx改为自己需要的id)
爬取ID代码:
window.result = await(async () => {
const ret = [];
for (let id = 284; id < 316; id++) {
console.log(`fetching ${id}`);
const body = await (await fetch(`https://kts24.com/index.php?page=item_addons&id=${id}`)).text();
if (!body.includes(‘IPv4 Adressen’)) continue;
ret.push({
id,
cpu: body.match(/[\d\.]+(?=\svCores?)/) | 0,
ram: body.match(/[\d\.]+(?=\sGB)/) | 0,
ssd: body.match(/[\d\.]+(?=\sGB SSD)/) | 0,
hdd: body.match(/[\d\.]+(?=\sGB HDD)/) | 0,
price: +body.match(/(?<=finalmonthfee”>)[\d\.]+/),
});
await new Promise(resolve => setTimeout(resolve, 2000));
}
return ret;
})();
for (const e of window.result) {
console.log(JSON.stringify(e));
}
-
所有主机信息仅是为及时分享并收录,不做推荐!