From 852659f04fa124b1a6efacbe7f430eda2bf10368 Mon Sep 17 00:00:00 2001 From: metowolf Date: Sat, 15 Feb 2025 11:39:11 +0800 Subject: [PATCH] Add Dr. Peng ISP entry to README and ISP mapping --- README.md | 1 + src/plugins/isp.js | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c2fa438..c81f1137 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ |中国电信|https://metowolf.github.io/iplist/data/isp/chinatelecom.txt| |中国移动|https://metowolf.github.io/iplist/data/isp/chinamobile.txt| |中国联通|https://metowolf.github.io/iplist/data/isp/chinaunicom.txt| +|彭博士|https://metowolf.github.io/iplist/data/isp/drpeng.txt| |中国教育网|https://metowolf.github.io/iplist/data/isp/cernet.txt| ## 数据来源 diff --git a/src/plugins/isp.js b/src/plugins/isp.js index c4b0f179..1133da1f 100644 --- a/src/plugins/isp.js +++ b/src/plugins/isp.js @@ -8,6 +8,7 @@ const ISP_MAP = { 'chinatelecom.com.cn': 'chinatelecom', // 中国电信 'chinaunicom.com': 'chinaunicom', // 中国联通 'chinamobile.com': 'chinamobile', // 中国移动 + 'drpeng.com.cn': 'drpeng', // 彭博士 'cernet.edu.cn': 'cernet', // 中国教育网 // 常见云服务商 'aliyun.com': 'aliyun',