试过把
{
"protocol": "http",
"settings": {
"servers": [
{
"address": "xxxxxxx",
"port": xxxx,
"users": [
{
"Username": "xxxxxx",
"Password": "xxxxxx"
}
]
}
]
},
"streamSettings": {
"security": "none",
"tlsSettings": {
"allowInsecure": false
}
}
}
加到outbounds里,但是http代理根本连不上。
有吴彦祖能告诉我哪儿没设置对吗?