From 4470bdef2b746272c302dc73c227b88a40af63f3 Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 12 Feb 2025 00:17:01 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c4bd96cb..d0057dde1 100644 --- a/README.md +++ b/README.md @@ -163,13 +163,13 @@ scheme://username:password@host:port ### 域名映射 -範例為域名A改用域名B解析 - ```json { "spider": "", "hosts": [ - "域名A=域名B" + "cache.ott.ystenlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com", + "cache.ott.bestlive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com", + "cache.ott.wasulive.itv.cmvideo.cn=base-v4-free-mghy.e.cdn.chinamobile.com" ] } ```