diff --git a/README.md b/README.md index b9d8c33a8..f77236b56 100644 --- a/README.md +++ b/README.md @@ -153,10 +153,21 @@ scheme://username:password@host:port { "spider": "", "proxy": [ - [ - "raw.githubusercontent.com", - "googlevideo.com" - ] + "raw.githubusercontent.com", + "googlevideo.com" + ] +} +``` + +### Hosts + +範例為域名A改用域名B解析 + +```json +{ + "spider": "", + "hosts": [ + "域名A=域名B" ] } ```