From e00a3534a67a8c5b957480f299352e9eccee3be2 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Tue, 5 Aug 2025 13:26:39 +0800 Subject: [PATCH] Update readme --- README.md | 8 -------- other/sample/config.json | 8 +------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index a3178be04..15c97d872 100644 --- a/README.md +++ b/README.md @@ -168,14 +168,6 @@ scheme://username:password@host:port "http://127.0.0.1:7890", "socks5://127.0.0.1:7891" ] - }, - { - "name": "Youtube", - "host": "youtube.com", - "urls": [ - "http://127.0.0.1:8890", - "socks5://127.0.0.1:8891" - ] } ] } diff --git a/other/sample/config.json b/other/sample/config.json index a862fe92a..2397fda36 100644 --- a/other/sample/config.json +++ b/other/sample/config.json @@ -36,18 +36,12 @@ ], "proxy": [ { + "name": "Global", "host": ".*.", "urls": [ "http://127.0.0.1:7890", "socks5://127.0.0.1:7891" ] - }, - { - "host": "youtube.com", - "urls": [ - "http://127.0.0.1:8890", - "socks5://127.0.0.1:8891" - ] } ], "rules": [