Update isp.js

This commit is contained in:
METO
2025-05-20 11:21:59 +08:00
committed by GitHub
parent 9afd5259d5
commit a97e64e4a7

View File

@@ -19,7 +19,8 @@ const ISP_MAP = {
'microsoft.com': 'microsoft',
'bytedance.com': 'bytedance', // 字节跳动
'volcengine.com': 'volcengine', // 火山引擎
'cloud.google.com': 'googlecloud',
'cloud.google.com': 'googlecloud', // Google Cloud
'digitalocean.com': 'digitalocean', // DigitalOcean
}
const plugin = (through2, file, cb) => {