mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-20 00:34:49 +08:00
Add common cloud service providers to ISP_MAP
This commit is contained in:
@@ -4,14 +4,15 @@ const ipdb_range = require('@ipdb/range')
|
|||||||
const ProgressBar = require('progress')
|
const ProgressBar = require('progress')
|
||||||
|
|
||||||
const ISP_MAP = {
|
const ISP_MAP = {
|
||||||
// 中国电信
|
// 中国运营商
|
||||||
'chinatelecom.com.cn': 'chinatelecom',
|
'chinatelecom.com.cn': 'chinatelecom', // 中国电信
|
||||||
// 中国联通
|
'chinaunicom.com': 'chinaunicom', // 中国联通
|
||||||
'chinaunicom.com': 'chinaunicom',
|
'chinamobile.com': 'chinamobile', // 中国移动
|
||||||
// 中国移动
|
'cernet.edu.cn': 'cernet', // 中国教育网
|
||||||
'chinamobile.com': 'chinamobile',
|
// 常见云服务商
|
||||||
// 中国教育网
|
'aliyun.com': 'aliyun',
|
||||||
'cernet.edu.cn': 'cernet',
|
'tencent.com': 'tencent',
|
||||||
|
'cloudflare.com': 'cloudflare',
|
||||||
}
|
}
|
||||||
|
|
||||||
const plugin = (through2, file, cb) => {
|
const plugin = (through2, file, cb) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user