From c614eb6656bdd0b0a7dfdea38e660f93567936e0 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 13 Feb 2025 01:09:53 +0800 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6229cedbf..645e237db 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ scheme://username:password@host:port } ``` -### 域名映射 +### Hosts ```json { @@ -176,6 +176,23 @@ scheme://username:password@host:port } ``` +### Headers + +```json +{ + "spider": "", + "headers": [ + { + "host": "gslbserv.itv.cmvideo.cn", + "header": { + "User-Agent": "okhttp/3.12.13", + "Referer": "test" + } + } + ] +} +``` + ### 配置範例 [點播-線上](other/sample/vod/online.json)