From 0e41322f74d011ddae49210dc09f29b445e999b3 Mon Sep 17 00:00:00 2001 From: METO Date: Thu, 27 Feb 2025 13:21:41 +0800 Subject: [PATCH] Update isp.js --- src/plugins/isp.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/isp.js b/src/plugins/isp.js index 1133da1f..20fa06b6 100644 --- a/src/plugins/isp.js +++ b/src/plugins/isp.js @@ -10,10 +10,15 @@ const ISP_MAP = { 'chinamobile.com': 'chinamobile', // 中国移动 'drpeng.com.cn': 'drpeng', // 彭博士 'cernet.edu.cn': 'cernet', // 中国教育网 + 'cstnet.cn': 'cstnet', // 中国科技网 // 常见云服务商 'aliyun.com': 'aliyun', 'tencent.com': 'tencent', 'cloudflare.com': 'cloudflare', + 'huawei.com': 'huawei', + 'microsoft.com': 'microsoft', + 'bytedance.com': 'bytedance', + 'cloud.google.com': 'googlecloud', } const plugin = (through2, file, cb) => {