Update readme

pull/591/head
jhengazuki 8 months ago
parent 34b904348b
commit e00a3534a6
  1. 8
      README.md
  2. 8
      other/sample/config.json

@ -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"
]
}
]
}

@ -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": [

Loading…
Cancel
Save