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)