Update isp.js

This commit is contained in:
METO
2025-02-27 13:21:41 +08:00
committed by GitHub
parent 63574a777f
commit 0e41322f74

View File

@@ -10,10 +10,15 @@ const ISP_MAP = {
'chinamobile.com': 'chinamobile', // 中国移动 'chinamobile.com': 'chinamobile', // 中国移动
'drpeng.com.cn': 'drpeng', // 彭博士 'drpeng.com.cn': 'drpeng', // 彭博士
'cernet.edu.cn': 'cernet', // 中国教育网 'cernet.edu.cn': 'cernet', // 中国教育网
'cstnet.cn': 'cstnet', // 中国科技网
// 常见云服务商 // 常见云服务商
'aliyun.com': 'aliyun', 'aliyun.com': 'aliyun',
'tencent.com': 'tencent', 'tencent.com': 'tencent',
'cloudflare.com': 'cloudflare', 'cloudflare.com': 'cloudflare',
'huawei.com': 'huawei',
'microsoft.com': 'microsoft',
'bytedance.com': 'bytedance',
'cloud.google.com': 'googlecloud',
} }
const plugin = (through2, file, cb) => { const plugin = (through2, file, cb) => {