This commit is contained in:
Horis 2024-06-25 08:00:57 +08:00
parent cb02949c0a
commit 4f179d9c60

View File

@ -119,9 +119,9 @@ http代理
{
"proxy":"http://127.0.0.1:1080"
}
支持代理服务器验证
支持http代理服务器验证
{
"proxy":"socks5://127.0.0.1:1080@用户名@密码"
"proxy":"http://127.0.0.1:1080@用户名@密码"
}
注意:这些请求头是无意义的,会被忽略掉
```